* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style: none;
}

html {
    font-size: 62.5%
}

body {
    font-size: 14px;
    font-size: 1.4rem;
}

@font-face {
    font-family: InterClear;
    src: url('../css/IntelClear_Hans_Rg_0.ttf')
}

html,
body {
    width: 100%;
}

body {
    font-family:InterClear, '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";

}

.mymobe {
    font-size: 14px;

}
.container{
    margin-top: 35px;
}
.mypc .container{
    width: 1100px;
}
.border-div{
   
    border: 1px #eee solid;
}
.thumbnail-con{
    padding: 10px;
}
 .title-p{
    font-size: 18px;
    color: #89a8aa;

}
.for-more{
    display: block;
    color: #a4ce5c;
    font-size: 18px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.for-more:hover{
    text-decoration: none;
    color: #7a9c9f
}
.main-con .col-md-4{
    margin-bottom: 20px;
}
.row>div{
    padding-left: 10px;
    padding-right: 10px;
}
.mymobe .border-div img{
    width: 100%
}
.modal-header {
    border-bottom: none;
}


.modal-footer {
    border-top: none;
}
.pop-h2{
    color: #286469;
    text-align: center;
    font-size: 18px
}
.mypc .pop-h2{
    font-size: 32px;
}
.mypc .modal-dialog {
    width: 560px;
}
.pop-ul{
    width: 80%;
    margin: 20px auto;
}
.pop-p span{
    color: #f67c81
}
.pop-text input,.pop-text select{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: white;
    border: 1px #e7e7e7 solid;
    outline: none;
    padding-left: 10px;
   
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5dcb6 inset;
    -webkit-text-fill-color: #333;
    box-shadow: 0 0 0px 1000px#f5dcb6 inset;

}
.modal-content{
    background:rgba(255,255,255,.9)
}
.tj-p{
    width: 100%;
    padding: 10px 0;
    background: #286469;
    color: white;
    text-align: center;
    cursor: pointer;
}
.footer{
    padding: 15px 0;
    text-align: center;
    border-top:  1px #eeeeee solid;
    margin-top: 50px
}
.mymobe .footer{
    margin-top: 20px;
}