@charset "UTF-8";
html,body{
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    margin:0 auto;
}
body{
    font-size: 62.5%;
    background-color: #ebebeb;
    font-weight: lighter;
    font-family: Helvetica!important;
    margin:0 auto;
    
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.tit{
    width:7.5rem;
    height:1.1rem;
    min-width: 3.2rem;
    max-width: 7.5rem;
    background: url(../images/tit-bg.png) no-repeat 0 0;
    background-size: 7.5rem 1.1rem;
    color: #fff;
    font-size: 0.28rem;
    position: relative;
}
.tit .tit-left{
    width: 1rem;
    height: 0.36rem;
    vertical-align: top;
    margin-top: 0.37rem;
    margin-left: 0.3rem;
    position: absolute;
}
.tit .tit-left span{
     color: #fff;
    font-size: 0.28rem;
    margin-left: 0.2rem;
    display: inline-block;
    line-height: 0.36rem;
}

 .tit img{
    width: 0.2rem;
    height: 0.36rem;
    vertical-align: middle;
    float: left;
 }
.message-cont{
    width: 6.9rem;
    height: 3.4rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin:0.3rem;
}
.message-cont h2{
    font-size: 0.42rem;
    color: #1a1a1a;
    text-indent: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    border-bottom: 0.02rem solid #ebebeb;
}
.message-cont textarea{
    width: 6.9rem;
    height: 2.58rem;
    border:none;
    outline: none;
    font-size:0.28rem; 
    padding-left: 0.3rem;
    padding-top: 0.1rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
    resize: none;
}
.contact{
    width: 6.9rem;
    height:2rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-left: 0.3rem;
}
.contact p{
    height: 1rem;
}
.contact p img{
    vertical-align: middle;
    margin-left: 0.3rem;
    margin-top: 0.2rem;
    width: 0.29rem;
}
.contact p:first-child img{
    width: 0.36rem;
}
.contact p:first-child{
    border-bottom:0.02rem solid #ebebeb;
}
.contact input{
    width: 4rem;
    border: none;
    height: 0.6rem;
    margin-top: 0.2rem;
    vertical-align: middle;
    margin-left: 0.25rem;
    outline: none;
    font-size: 0.28rem;
}
.contact p:first-child input{
    margin-left: 0.2rem;
    outline: none;
}
.submit{
    width: 6.9rem;
    height: 1rem;
    border-radius: 0.1rem;
    background-color: #dd2428;
    line-height: 1rem;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    border: none;
    margin-top: 0.8rem;
    margin-left: 0.3rem;
}
.callus{
    font-size: 0.36rem;
    color: #999;
    text-align: center;
    margin:0.5rem auto;
}
.callus a{
    color: #2248c3;
}
.models{
    padding:0 1.05rem;
}
.models ul li{
    float: right;
}
.models ul li:first-child{
    float:left;
}
.models img{
    width: 2.22rem;
    height: 1.4rem;
}
.models span{
    font-size: 0.24rem;
    color: #595959;
    display: block;
    width: 2.22rem;
    text-align: center;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}
.ajax-hint{
    width:100%;
    height:0.8rem;
    max-width: 7.5rem;
    line-height: 0.8rem;
    color: red;
    font-size: 0.32rem;
    margin-top: -2.8rem;
    text-align:center;

}
.introduce a{
    font-size: 0.35rem;
    display: block;
    text-align: center;
    margin-bottom: 0.2rem;
    color: #21c8ff;
    font-weight: bold;
    margin-top: 0.4rem;
}
.introduce a img{
    width: 0.5rem;
    height: 0.5rem;
    vertical-align: middle;
    margin-right: 0.2rem;
    margin-top: -0.1rem;
}