@charset "UTF-8";
.con-nav{
    width: 100%;
    font-size: .16rem;
    font-weight: bold;
    height: 40px;
    padding: 0 100px;
    margin-top: 50px;
}
.con-nav span{
    color: #ff774d;
}
.con-nav img{
    width: 100%;
}
.con-nav div{
    width: 15%;
}
.con-main{
    width: 100%;
    background-color: white;
    font-size: .16rem;
    padding:30px 100px;
}
.con-nav div:last-child{
    text-align: right;
    font-size: .16rem;
    font-weight: normal !important;
}
.con-nav div:nth-last-child(2){
    width: 125px;
    height: 125px;
    border-radius: 125px;
    overflow: hidden;
    margin-top: -50px;
    background-color: white;
}
.safe1 li{
    overflow: hidden;
    margin-bottom: 40px;
}
.pic,.txt{
    height: 40px;
    float: left;
    font-size: .16rem;
}
.pic{
    line-height: 40px;
    margin-right: 40px;
    width: 25px;
    text-align: center;
}
.tips{
    font-size: .12rem;
    color: #c9c9c9;
}
.s1-title{
    font-size: .24rem;
    margin-right: 40px;
}
.long{
    display: inline-block;
    background-color: #dcdcdc;
    width: 300px;
    height: 10px;
    margin-right: 40px;
}
.short{
    width: 50%;
    height: 100%;
    margin: 0;
    background-color: #ff774d;
}
#score{
    color: #ff774d;
    font-size: .18rem;
    font-weight: bold;
}
.fen{
    font-size: .18rem;
    font-weight: bold;
}
.bd{
    color: #ff774d;
}
#eml1,#sm1{
    color: #ff774d;
}
.safe2,.safe3,.safe4,.safe5{
    background-color: #f5f5f5;
    width: 50%;
    box-shadow: 0px 3px 7px 0px rgba(85, 85, 85, 0.35);
    padding: 40px 80px;
    display: none;
}
.safe2 li,.safe3 li,.safe4 li,.safe5 li{
    margin-bottom: 20px;
}
.safe2 li:first-child,.safe3 li:first-child,.safe4 li:first-child,.safe5 li:first-child{
    font-size: .16rem;
    text-align: center;
}
.safe2 li:last-child,.safe3 li:last-child,.safe4 li:last-child,.safe5 li:last-child{
    text-align: center;
}
.safe2 label,.safe3 label,.safe4 label,.safe5 label{
    font-size: .12rem;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    width: 75px;
}
.safe2 input,.safe3 input,.safe4 input,.safe5 input{
    width: 250px;
    height: 30px;
    padding: 5px;
    font-size: .12rem;
}
#cancel1,#cancel2,#cancel3,#cancel4{
    width: 72px;
    height: 25px;
    background-color: #ffffff;
    margin: 10px;
}
#sure1,#sure2,#sure3,#sure4{
    width: 72px;
    height: 25px;
    background-color: #7aac4b;
    color: white;
    margin: 10px;
}
.Send{
    display: inline-block;
    font-size: .12rem;
    border-left: 2px solid #ff774d;
    padding-left: 10px;
    margin-left: -85px;
}
.Send a{
    color: #ff774d;
}
#zm,#bm{
    width: 45%;
    overflow: hidden;
    position: relative;
}
#zm{
    float: left;
}
#bm{
   float: right;
}
#zmi,#bmi{
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    z-index: 1;
}
.sc{
    overflow: hidden;
    margin-bottom: 5px !important;
}
#zmz,#bmz{
    width: 100%;
}
.scTip{
    font-size: .12rem;
    overflow: hidden;
}
.scTip div:first-child{
    float: left;
    text-align: center;
    width: 45%;
}
.scTip div:last-child{
    float: right;
    text-align: center;
    width: 45%;
}