.pc .main_form{
    width:1000px;
    margin:0 auto;
}
.mob .main_form{
    width:100%;
}
.pc .main_form .img_top{
    width:171px;
    margin:0 auto;
    padding-top:150px;
}
.mob .main_form .img_top{
    width:3.8rem;
    margin:0 auto;
    padding-top:3rem;
}
.img_top img{
    display:block;
    width:100%;
}
.pc .sch_box{
    width:650px;
    margin:0 auto;
    margin-top:50px;
    height:50px;
    border-radius: 10px;
    font-size:16px;
}
.mob .sch_box{
    width:90%;
    margin:0 auto;
    margin-top:0.5rem;
    height:1rem;
    border-radius: 0.2rem;
    border:1px solid #3C90E8;
    font-size:0.32rem;
}
.sch_box{
    overflow:hidden;
}
.pc .sch_box .sch_input{
    width:548px;
    height:46px;
    border: 2px solid #c4c7ce;
    border-radius: 10px 0 0 10px;
    border-right:none;
    padding-left:20px;
}
.mob .sch_box .sch_input{
    width:75%;
    height:1rem;
    padding-left:5%;
}
.pc .sch_box .sch_input input{
    width:540px;
    padding-top:5px;
    height:40px;
    line-height:40px;
    color:#333;
}
.mob .sch_box .sch_input input{
    width:96%;
    height:84%;
    line-height:0.84rem;
    color:#333;
}
.sch_box .sch_input input{
    background:#fff;
    vertical-align: top;
    outline: 0;
    border:none;
    box-shadow: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #808080;
    transition: background-color 1000s ease-out 0.5s;
}
.sch_box .sch_btn{
    background:#3C90E8;
    color:#fff;
    text-align:center;
    cursor: pointer;
}
.pc .sch_box .sch_btn{
    width:80px;
    height:50px;
    line-height:50px;
    border-radius: 0 10px 10px 0;
}
.mob .sch_box .sch_btn{
    width:20%;
    height:1rem;
    line-height:1rem;
    border-radius: 0 0.18rem 0.18rem 0;
}
.sch_input:hover,
.sch_input:focus{
    border-color: #00a0cc;
}
.footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    text-align: center;
}
.pc footer{
    height: 50px;
    font-size:14px;
    line-height:50px;
    color: #fff;
    background:#3C90E8;
}
.mob .footer{
    font-size: 0.32rem;
    color: #A1A1A1;
    line-height:0.4rem;
    padding:0.2rem 0;
}
.footer_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
/*
* 弹窗
*/
.mask {position: fixed;width:100vw;height: 100vh;top: 0;left:0;background:rgba(0,0,0,0.3);font-size: 16px;overflow: hidden;z-index: 2;}
.lacy-alert{position:fixed; top:50%;left:50%; z-index:1000; border-radius:0.2rem; width:60%;  background:#fff;overflow: hidden;-webkit-transform:translateX( -50% ) translateY( -50% );-ms-transform:translateX( -50% ) translateY( -50% );transform:translateX( -50% ) translateY( -50% );  -webkit-box-sizing:border-box;  box-sizing:border-box; color: #484848;max-width: 600px}
.lacy-alert .bgd{position:relative;}
.lacy-alert .bgd:after {content:''; position: absolute;bottom:0;width: 100%;height: 1px;display: block;background-color: #ccc;}
.lacy-alert .hd{height:1rem; line-height:1rem; text-align: center; font-weight: bold;font-size:18px;}
.lacy-alert .bd{text-align: center;padding:0 0.25rem 0.25rem;word-break: break-all;line-height:0.52rem;}
.lacy-alert .bd p{ padding:0; line-height: 1.5em;}
.lacy-alert .fd{padding:0.25rem 0; text-align:center;}
.lacy-alert .alert-btn{ outline:none; display:inline-block !important; min-height:0.3rem; line-height:0.3rem; color:#fff; text-align:center; vertical-align:middle; border:none; border-radius:4px; box-sizing:border-box;}
.lacy-alert .alert-btn-lg{width:30%;color:#228efb;text-align:center;border-radius: 8px;}
.lacy-alert #yes_btn{color:#f13232;}
.lacy-alert #yes_btn:after{content:''; position: absolute;right: 0;top: 0;width: 1px;height: 100%;display: block;background-color: #ccc;}
.lacy-alert .alert-btn-st{width:45%;color:#228efb;text-align:center;position: relative;}