@import "reset.css";
.Yanbao_marking_wrap{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left: 0;
}
.Yanbao_marking{
    width:87%;
    margin: 0 auto;
    position: relative;
}
.Yanbao_markbox{
    width: 87%;
    height: 225px;
    background:#fff;
    position: fixed;
    top:30%;
    margin-top: -122px;
}
.Yanbao_markbox ul li{
    float: left;
    width: 33.3%;
    height: 42px;
    background: #f4f4f4;
    border-bottom: 1px solid #999999;
    text-align:center;
    margin-top: -1px
}
.Yanbao_markbox ul li a{
    display: inline-block;
    height: 41px;
    width: 100%;
    line-height: 42px;
    font-size: 15px;
    color: #333;
}
.Yanbao_lihigh a{
    background: #fff;
    border-bottom: 2px solid #ff515c!important;
}
.Yanbao_input{
    width: 86%;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    margin-top: 22px;
}
.Yanbao_input span{
    display: inline-block;
    width: 90px;
    font-size: 13px;
}
.Yanbao_input input{
    width: 60%;
    padding-left: 8px;
    border: none;
    border-left: 1px solid #cccccc;
    outline:none;
}
input[placeholder]{font-family: 'Microsoft yahei'}
.Yanbao_markbox p{
    width: 86%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
}
.YB_error{
    margin-top: 22px;
    color: #ff0000;
    font-size: 13px;
}
.YB_error img{
    height: 14px;
    width: 14px;
    vertical-align: middle;
    margin-top: -2px;
}
.Yanbao_marbot{
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-top:1px solid #ccc;
    margin-top: 26px;
}
.Yanbao_marbot a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 49.5%;
    border-right: 1px solid #ccc;
    float: left;
    text-align: center;
    font-size: 14px;
}
.Yanbao_marbornonr{
    border:none!important;
}
@media screen and (max-width: 320px) {
    .Yanbao_input input{
        width: 56%;
        padding-left: 8px;
    }
}