﻿/* èƒŒæ™¯ S  */

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex-all-center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    align-items: center;
}

.flex-all-between {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    -webkit-justify-content: space-between;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.flex-justify-between {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    -webkit-justify-content: space-between;
    -khtml-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.flexone {
    flex: 1;
}

.flex-justify-around {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    -webkit-justify-content: space-around;
    -khtml-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}


.flex-align-center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
}

.mb50 {
    margin-bottom: 50px;
}

.mt30 {
    margin-top: 30px;
}

.loginbj {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .loginbj img {
        width: 100%;
    }

/* èƒŒæ™¯ E  */

/* å†…å®¹ S  */
@media (max-width:575px) {
    .logincon {
        width: 80%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }

        .logincon .loginleft {
            width: 100%;
            display: none;
        }

    .mobilelogo {
        display: block;
        text-align: center;
        margin-bottom: 40px;
        width: 200px;
        margin: 20px auto;
    }

        .mobilelogo img {
            width: 200px;
        }

        .logincon .loginright {
            width: 94%;
            background: #fff;
            margin: 0 auto;
            float: none;
            border-right: none !important;
        }

    .mt30 {
        margin-top: 1.5rem;
    }

    .mb50 {
        margin-bottom: 1rem;
    }

    .mt50 {
        margin-top: 1rem;
    }

    .loginright .account .con .item {
        margin-bottom: 1rem !important;
    }

    .loginright .account .con .but {
        line-height: 3rem !important;
        height: 3rem !important;
        margin-bottom: 0 !important;
    }

    .loginright .account .con .log_yzm {
        width: 7rem !important;
        height: 3rem !important;
        overflow: hidden;
        margin-bottom: 1rem !important;
        margin-left: 1rem !important;
    }

        .loginright .account .con .log_yzm img {
            width: 7rem !important;
            height: 3rem !important;
        }

    .loginright .account .con .log_yzmbox .item {
        width: calc(100% - 8rem);
    }
}

@media (min-width:576px) {
    .logincon {
        width: 80%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }

        .logincon .loginleft {
            width: 100%;
            display: none;
        }

    .mobilelogo {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .logincon .loginright {
        width: 100%;
        background: #fff;
        padding: 5%;
    }
}

@media (min-width:768px) {
    .logincon {
        width: 80%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }

        .logincon .loginleft {
            width: 100%;
            display: none;
        }

    .mobilelogo {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .logincon .loginright {
        width: 100%;
        background: #fff;
        padding: 5%;
    }
}

@media (min-width:992px) {
    .logincon {
        width: 1200px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
        background: #fff;
    }

    .mobilelogo {
        display: none;
    }

    .logincon .loginleft {
        width: 50%;
        display: block;
    }

    .logincon .loginright {
        width: 50%;
        background: #fff;
        padding: 3%;
    }
}

@media (min-width:1200px) {
    .logincon {
        width: 1200px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }

        .logincon .loginleft {
            width: 50%;
            display: block;
        }

        .logincon .loginright {
            width: 50%;
            background: #fff;
            padding: 3%;
        }
}


.logincon .loginleft .img img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

.logincon .loginleft .logo {
    top: 50px;
    left: 50px;
}

.loginright .account .title {
    font-size: 16px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

    .loginright .account .title span {
        position: relative;
        padding: 0 10%;
    }

    .loginright .account .title .active {
        font-weight: bold;
        color: #333;
    }

        .loginright .account .title .active::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            background: #0d6ab0;
            width: 20px;
            height: 4px;
            bottom: -10px;
        }

.loginright .account .con input.password {
    background: none;
    height: 55px;
    padding: 10px 0;
    line-height: 35px;
    flex: 1;
    border: 0;
    padding-left: 10px;
    padding-right: 25px;
    outline: none;
    /*color: #a6b0c4;*/
}

.loginright .account .con .item {
    border: 1px solid #f1f1f1;
    height: 55px;
    padding: 4%;
    line-height: 55px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.loginright .account .con .log_yzmbox .item {
    flex: 1;
}

.loginright .account .con .log_yzm {
    width: 100px;
    height: 55px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 20px
}

    .loginright .account .con .log_yzm img {
        width: 100px;
        height: 55px;
    }

.loginright .account .con .item .ico {
    width: 19px;
    text-align: center;
    display: inline-block;
}

.loginright .account .con .item img {
    height: 19px;
}

.loginright .account .con .but {
    border: 0;
    color: #013e7f;
    border: 1px solid #0d6ab0;
    line-height: 60px;
    font-size: 15px;
    margin-top: 20px;
    background: 0;
    flex: 1;
    margin-right: 20px;
    height: 60px;
}

    .loginright .account .con .but:last-child {
        margin-right: 0;
    }

    .loginright .account .con .but.active {
        background: #0d6ab0;
        color: #fff;
    }

.loginright .account .con .forget a {
    font-size: 14px;
    color: #013e7f;
}

.otherbox {
    text-align: center;
}

    .otherbox .line {
        width: 40px;
        height: 1px;
        background: #eaeaea;
        display: inline-block;
        margin: 0 15px;
    }

/* å†…å®¹ E  */
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: initial;
}

.pos-absolute {
    position: absolute;
}

.font14 {
    font-size: 14px;
}

.font-color {
    color: #023d7f;
}

.mt50 {
    margin-top: 50px;
}
@media screen and (max-width: 768px){
    .loginbj{
        display: none;
    }
    .loginleft {
        width: 100%;
        float: none;
    }
    .pos-absolute {
        position: relative;
        padding: 10px !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pos-absolute img {
        height: auto !important;
        width: 100px;
    }
    .pos-absolute span {
        top: 0 !important;
    }
    .logincon{
        width: 100%;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        background: #fff;
    }
    body.bg{
        background: #DFEDF7;
    }
    .loginright .account .title{
        margin-bottom: 25px;
    }
    .log_yzmbox {
        width: 100%;
        flex-wrap: wrap;
    }
    .loginright .account .con .log_yzmbox .item {
        width: calc(100% - 155px);
        flex: initial;
    }
    .loginright .account .con .log_yzm{
        width: 150px !important;
        height: 55px !important;
        margin-left: 5px !important;
    }
    .login_btn {
        margin-top: 0;
    }
    .loginright .account .con input.password{
        padding-right: 15px;
    }
    button#send {
        font-size: 12px;
    }
}