body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; }
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; }
q:before,q:after{content:''; }
abbr,acronym{border:0; }
body, input, button, select, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; -webkit-overflow-scrolling: touch; outline: 0; }
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
.r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; }
.c{clear:both; }
.n,em{font-weight:normal; font-style:normal; }

.tc{text-align:center; }
.tr{text-align:right; }
.tl{text-align:left; }
.tdu{text-decoration:underline; }
.tdn,.tdn:hover,a.tdl:hover{text-decoration:none; }

.vm{vertical-align:middle; }
.vt{vertical-align:top; }
.vn{vertical-align:-2px; }

.rel,.pr{position:relative; }
.abs,.pa{position:absolute; }
.dn{display:none; }
.db{display:block; }
.dib{-moz-inline-stack:inline-block; display:inline-block; }
.di{display:inline; }
.ovh{overflow:hidden; }
.ovs{overflow:scroll; }
.vh{visibility:hidden; }
.vv{visibility:visible; }

.fix{*zoom:1; }
.fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.z{_zoom:1; }
.h1{height:1px; }
.h5{height:5px; }
.h10,.h{height:10px; }
.h15{height:15px; }
.h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0; line-height:0; overflow:hidden; clear:both; }
a{text-decoration:none; }
a:hover{color:#f60 }
/*-----------------[初始化]--------------*/
/*字体*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*html,body{*/
/*    margin: 0 auto;*/
/*    min-width: 1200px;*/
/*    font-size: 50px;*/
/*    line-height: 1.5;*/
/*    font-family: "微软雅黑";*/
/*    color: #333;*/
/*}*/
/*body {*/
/*    background: #fff;*/
/*    font-size: 0.28rem;*/
/*}*/

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand { display: none; }
input:focus, textarea:focus {
    outline: none;
}
input::-ms-clear {
    display: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}


/*布局*/
.wp {
    padding: 0 0.3rem;
}
/*******************************
  -------[=头部]-------
********************************/
/* 请在以下区间内开发 CSS 代码 */
.header {
    position: relative;
    z-index: 20;
}
.banner .img{
    height: 100vh;
    overflow: hidden;
    /*background-position: center center ;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
    position: absolute;
    top: 90px;
    left: 110px;
    z-index: 20;
    height: 60px;
}
.logo img{
    height: 100%;
    width: auto;
    display: block;
}
.m-login {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.m-login .con img {
    width: 100%;
}

/*.m-login .cent {*/
/*    position: absolute;*/
/*    top: 55%;*/
/*    right: 125px;*/
/*    z-index: 20;*/
/*    transform: translateY(-50%);*/
/*    -webkit-transform: translateY(-50%);*/
/*    -moz-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    -o-transform: translateY(-50%);*/
/*}*/
/*.m-login .box {*/
/*    margin: 0 auto 33px;*/
/*    width: 516px;*/
/*    height: 626px;*/
/*    !* background-color: #eeeff1; *!*/
/*    background-color: rgba(238, 239, 241, 0.75);*/
/*    border-radius: 15px;*/
/*    -webkit-border-radius: 15px;*/
/*    -moz-border-radius: 15px;*/
/*    -ms-border-radius: 15px;*/
/*    -o-border-radius: 15px;*/
/*    padding: 10px 65px;*/
/*}*/

.m-login .tit {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #333334;
    margin-bottom: 90px;
}

.ul-login {
    padding-bottom: 40px;
}

.ul-login li {
    margin-bottom: 40px;
}

.ul-login .mark {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #cdcdcd;
    padding-left: 40px;
    overflow: hidden;
    position: relative;
}

.ul-login .icon {
    width: 28px;
    height: 28px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ul-login .mark input {
    border: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
    display: block;
}

.m-login .btn {
    display: block;
    width: 100%;
    height: 57px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #3961f3;
    color: #fff;
    font-size: 24px;
    line-height: 57px;
    text-align: center;
    margin-bottom: 45px;
    border: none;
}

.m-login .desc {
    color: #01042c;
    font-size: 48px;
    line-height: 1.2;
    white-space: nowrap;
}

.ul-log-way{
    white-space: nowrap;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.ul-log-way li {
    display: inline-block;
    border-right: 2px solid #202020;
}

.ul-log-way li:last-child{
    border: none;
}

.ul-log-way .item {
    padding-right: 8px;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    padding-left: 26px;
    position: relative;
    color: #202020;
    text-align: left;

    background-size: 24px auto;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.m-login .swiper-pagination {
    bottom: 52px;
}

.m-login .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
@media only screen and (max-width: 1920px) {
    .header {
    }
    .banner .img{
        height: 100vh;
    }
    .logo{
        top: 4.687vw;
        left: 5.729vw;
        height: 3.125vw;
    }
    .logo img{
        width: auto;
    }
    .m-login {
        height: 100vh;
    }
    .m-login .con img {
    }
    .m-login .cent {
        right: 6.510vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .m-login .box {
        margin: 0 auto 1.718vw;
        width: 26.87vw;
        height: 20.12vw;
        border-radius: 0.781vw;
        -webkit-border-radius: 0.781vw;
        -moz-border-radius: 0.781vw;
        -ms-border-radius: 0.781vw;
        -o-border-radius: 0.781vw;
        padding: 3.75vw 3.385vw;
        position: relative;
    }
    .m-login .tit {
        font-size: 2.5vw;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 4.687vw;
    }
    .ul-login {
        padding-bottom: 2.083vw;
    }
    .ul-login li {
        margin-bottom: 2.083vw;
    }
    .ul-login .mark {
        height: 2.343vw;
        border-radius: 0.520vw;
        -webkit-border-radius: 0.520vw;
        -moz-border-radius: 0.520vw;
        -ms-border-radius: 0.520vw;
        -o-border-radius: 0.520vw;
        border: 1px solid #cdcdcd;
        padding-left: 2.083vw;
    }
    .ul-login .icon {
        width: 1.458vw;
        height: 1.458vw;
        left: 0.520vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .ul-login .mark input {
        border: none;
        height: 2.343vw;
        line-height: 2.343vw;
        padding: 0 0.520vw;
        font-size: 1.041vw;
    }
    .m-login .btn {
        height: 2.968vw;
        border-radius: 1.562vw;
        -webkit-border-radius: 1.562vw;
        -moz-border-radius: 1.562vw;
        -ms-border-radius: 1.562vw;
        -o-border-radius: 1.562vw;
        font-size: 1.25vw;
        line-height: 2.968vw;
        margin-bottom: 2.343vw;
        border: none;
    }
    .m-login .desc {
        font-size: 2.5vw;
        line-height: 1.2;
        white-space: nowrap;
    }
    .ul-log-way{
        white-space: nowrap;
    }
    .ul-log-way li {
        border-right: 0.104vw solid #202020;
    }
    .ul-log-way li:last-child{
        border: none;
    }
    .ul-log-way .item {
        padding-right: 0.416vw;
        font-size: 1.041vw;
        line-height: 1.2;
        padding-left: 1.354vw;
        background-size: 1.25vw auto;
    }
    .m-login .swiper-pagination {
        bottom: 1vw;
    }
    .m-login .swiper-pagination-bullet {
        width: 1.562vw;
        height: 1.562vw;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
}
/* 结束 */
