
*{ margin:0; padding:0; }


/* @media (min-width: 768px) {
    body { min-width: 768px;}
    header .box{width: 768px !important;} 
    .content .context-div{width: 768px !important;}
    .bottom{ width: 768px !important;}
    .xiucrenIMG{width: 300px;height: 275px;}
}*/
@media (max-width: 1230px) {
    body{
        -moz-transform: scale(0.8); 
        -moz-transform-origin: top center;
    }
}
@media (min-width: 1080px) {
    body { min-width: 1350px;}
    header .box{width:1200px !important;} 
    .content .context-div{width:1200px !important;}
    .bottom{width:1200px !important;}
    .xiucrenIMG{width: auto; height: auto;}
} 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Chrome- and Safari-specific CSS here*/
    @media  (max-width: 750px) {
        body{ zoom: 63%;
        }
    
    }

    @media (min-width: 1200px) {
        body{ zoom: 100%;
        }
    }
    @media (max-height: 750px) {
        body {zoom: 74%; 
        }
    } 
    @media screen and (min-width: 750px) and (max-width: 1200px) {
        body{ zoom: 80%;
        }
    }
    }
.org_box{display:none; width:200px; height:40px; padding:8px; background:white;font-size:12px; position:absolute; border-radius:8px;
-moz-box-shadow:0px 0px 20px rgba(125,112,113,0.3), 0px 0px 20px rgba(125,112,113,0.3); 
 -webkit-box-shadow:0px 0px 20px rgba(125,112,113,0.3), 0px 0px 20px rgba(125,112,113,0.3);
 box-shadow:0px 0px 20px rgba(125,112,113,0.3);
}

/* // border:1px #ccc solid; */
.org_box p{margin:0;}
.org_box_cor{ width:0; height:0; font-size:0;border-style:solid;overflow:hidden; position:absolute; }
.cor2{border-width:10px;border-color:transparent white transparent transparent;left:-20px; bottom:20px;z-index:19940930}

.cor3{border-width:10px;border-color:transparent rgb(125,112,113) transparent transparent;left:-20px; bottom:20px;}

/* header */
header{ height:100px;background:#ffffff;display:flex;display:-webkit-flex;justify-content:center; align-items:center}

header .box{height:100px; display:flex;display:-webkit-flex;justify-content:flex-start; align-items:center}

.logo{ width: 170px;height:81px;display:flex;display:-webkit-flex;justify-content: flex-start; align-items:center}

.logo img{width:156px;height:58px;}

.describe{ position: relative;padding-left: 30px;width:327px;display:flex;display:-webkit-flex;justify-content: flex-start;align-items:center}
.describe::after {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    width: 1px;
    height: 48px;
    background-color: #ccc;
}

.describe span{font-size: 18px;color:#333333}

.contact{flex-grow:1;display:flex;display:-webkit-flex;justify-content:flex-end; align-items:center}

.contact img{margin-right:40px;}

/* content */
.content{background:#fff;height:730px;}

/* .content .context{padding:10px;background:#f5f5f5; border:1px #ccc solid;-moz-box-shadow:0px 0px 20px rgba(125,112,113,0.6), 0px 0px 20px rgba(125,112,113,0.6); 
    -webkit-box-shadow:0px 0px 20px rgba(125,112,113,0.6), 0px 0px 20px rgba(125,112,113,0.6);
    box-shadow:0px 0px 20px rgba(125,112,113,0.6);} */

.content .context-div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    height: 600px;
}
 
.jumboo,.login-box{  height: 480px;}

.jumboo{display:flex;display:-webkit-flex;flex-direction:column; justify-content:flex-start ; }

.jumboo div{padding-left:30px;}

.jumboo p{font-size:30px;font-weight:bold;color:#666666}

.jumboo span{color:#e60012}

.qrcode p{font-size:14px;color:#999999;width:120px;text-align:center;}

/* login-box */
/* 
#advertisement{display:flex;display:-webkit-flex; justify-content:flex-start; align-items:center;} */

#advertisement a{text-decoration:none;color:#999999;}

.login-box{
    position: relative;
    z-index: 10;
    display:flex;
    display:-webkit-flex;
    flex-direction:column;
    align-items:center;
    justify-content: flex-start;
    width: 400px;
    border-radius: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 20px hsla(355,5%,46%,.6),0 0 20px hsla(355,5%,46%,.6);
    -webkit-box-shadow: 0 0 20px hsla(355,5%,46%,.6),0 0 20px hsla(355,5%,46%,.6);
    box-shadow: 0 0 20px hsla(355,5%,46%,.6);
}

.notice{
    display:flex;
    display:-webkit-flex;
    align-items:center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size:14px;
    color:#999;
    height:40px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background:#fff2f2;
}
@-moz-document url-prefix() { .notice { padding-top: 0; padding-bottom: 0; } }

.notice>span{font-size:14px;color:#e60012;width:110px;text-align:right;display:flex;display:-webkit-flex; justify-content:flex-end; align-items:center;}

.notice div{margin-left:20px;}
@-moz-document url-prefix() {
    .notice div {
        display: inline-block;
        height: 35px;
        line-height: 35px;
    }
    .userset-2 {
        height: 65px !important;
    }
}

.login-entry{height:60px;width:340px;display:flex;display:-webkit-flex; align-items:center;}

.login-div-1{font-size:16px;color:#333333;width:70px; height:60px;border-bottom:2px #e60012 solid;display:flex;display:-webkit-flex; align-items:center;}

.login-div-2{flex-grow:1;height:60px; border-bottom: 1px #eeeeee solid;}

.register{font-size:12px;color:#e60012;display:flex;display:-webkit-flex; align-items:center;cursor:pointer}

.register img{margin-left:5px;}

.username,.password,.input-val{width:340px;height:80px;border-bottom:1px #eeeeee solid}

.username >.tips,.password >.tips,.input-val >.tips{width:339px;height:auto;border:1px #e60012 solid;border-radius:3px;margin-top:3px;background:#fff2f2;font-size:12px;color:#e60012;
 display:flex;display:-webkit-flex; align-items:center;visibility:hidden;
}
.username >.tips img,.password >.tips img,.input-val >.tips img{margin:0 10px;}

.username-input,.password-input,.input-val-input{height:56px;display:flex;display:-webkit-flex; align-items:center;}

.username-input img,.password-input img{margin:0 5px 0 0;}

.username-input input,.password-input input,.input-val-input input{border:0;outline:none;height:35px;font-size:16px;flex-grow:1;padding-left:10px;}
.username-input input:-webkit-autofill,
.input-val-input input:-webkit-autofill,
.password-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
    box-shadow: 0 0 0 100px white inset;
}

.userset{width:340px;height:80px;display:flex;display:-webkit-flex; align-items:center;font-size:14px;color:#999999}

.rememberUser{margin-left:10px;}

.RetrievePassword{margin-right:10px;cursor:pointer;position:relative;}

.userset-2{flex-grow:1;margin-left:10px;}

.browser{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -10px;
    left: -83px;
    margin-top: 8px;
    margin-bottom: 10px;
}
@-moz-document url-prefix() { .browser { top: 0; } }
.browser-type {
    display: inline-block;
    line-height: 14px;
    margin-right: 7px;
    font-size: 12px;
    text-decoration: none;
    color: #f01426;
}

.browser-type:hover {
    text-decoration: underline;
}

.browser span{color: #999999;font-size:14px;}

.browser img {margin:0 10px;cursor:pointer}

/* login */
#login{width:340px;height:40px;border-radius:50px;outline:none;font-size:14px;color:#ffffff;
    
    border:none;cursor: pointer;
    background: -webkit-linear-gradient(left, #e60012 , #ff3141); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #e60012, #ff3141); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #e60012, #ff3141); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#e60012 , #ff3141); /* 标准的语法（必须放在最后） */
    -moz-box-shadow:3px5px 11px  rgba(230,0,18,0.3);
    -webkit-box-shadow:3px 5px 11px  rgba(230,0,18,0.3);
    box-shadow:3px 5px 11px  rgba(230,0,18,0.3);
}
#login:hover{

 background: #e60012;
 opacity: 0.8;

}


.bottom{
    display:flex;
    display:-webkit-flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    height: 152px;
}

.bottom > div{ flex-grow:1;display:flex;display:-webkit-flex;justify-content:center; align-items:center;}

.p1{color:#666666;font-size:18px;margin-bottom:2px;font-weight: bold;}

.bottom-text{margin-left: 11px;}

.p2,.p3{color:#999999;font-size:12px;}

.p3{margin-top:5px;}

/* footer */
.footer{height:80px;background:#ffffff;display:flex;display:-webkit-flex;flex-direction:column;justify-content:center; align-items:center;}

.footer p{font-size:12px;color:#666}

.footer p:first-child{margin-bottom:10px;}

.footer a{text-decoration:none;color:#666}

.footer a:hover { color: #df2c4e; }

::-webkit-input-placeholder { /* WebKit browsers */
    color:#cccccc;font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#cccccc;font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#cccccc;font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;font-size:14px;
}
.vehicleInfor{
    border-radius: 4px !important;

}
.vehicleInfor .layui-layer-content{
    overflow: hidden !important;
}
.icheckbox_square-newRed{
    transform: scale(0.7,0.7);
}
.quiklyLogin{
    color: #999999;
    margin-top: 20px;
    text-align: center;
}
.quiklyLogin p {
    font-size: 12px;
    color: #666;
}
.quiklyLogin img{
    vertical-align: 4px;
    margin: 0px 10px;
    margin-top: 10px;
    cursor: pointer;
}
.swiper-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    overflow:hidden;
}

.swiper-container a {
    height: 100%;
    display: block;
    width: 100%;
}
.swiper-container img{
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.swiper-pagination-bullet-active{background:red}

.swiper-pagination-bullet{width:10px;height:10px;}