/* 登录 */

.log_bg {
    background: url(../images/logbg.jpg) no-repeat center top;
}

.log {
    width: 680px;
    height: 560px;
    background: #fff;
    margin: 35px auto 0 auto;
    box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.log form {
    width: 550px;
    height: auto;
    padding: 0 65px;
    min-height: 350px;
    /* border-right: 2px solid #E2E4E7;*/
}

.log_img {
    width: auto;
    height: 470px;
    position: absolute;
    right: 30%;
    bottom: 0;
}

.bg_1 {
    background: url(../images/bg_1.jpg) no-repeat center top #1050B1;
    background-size: 98% 100%;
}

.log input[type=text],
.log input[type=password],
.log select {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    height: 60px;
    border: 1px solid #6E758D;
    padding: 0 20px;
    margin: 10px 0;
    color: #535353;
    border-radius: 6px;
    transition: all .3s;
}

.log input[type=text]:hover,
.log input[type=password]:hover {
    border: 1px solid #4A8CCA;
}

.log input[type=submit],
.log input[type=button] {
    box-sizing: border-box;
    height: 65px;
    width: 100%;
    background: #4A8CCA;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
    border: 0;
    border-radius: 6px;
    transition: all .3s;
}

.log input[type=submit]:hover,
.log input[type=button]:hover {
    background: #3D9BD1;
}

.log_yz {
    width: 100%;
    text-align: center;
    padding: 35px 0;
}

.log_yz a {
    margin-right: 50px;
    padding-bottom: 10px;
}

.log_w100 {
    width: calc( 100% - 10px);
}

.log_w50 {
    width: 50%;
}

.log_yz a:hover {
    margin-right: 50px;
    color: #070707;
    border-bottom: 2px solid #646464
}

.log_a1 {
    color: #052D54;
    font-size: 38px;
}

.log_a2 {
    color: #646464;
    font-size: 16px;
}

.log_qr {
    width: 430px;
    height: auto;
    margin-top: 110px;
}

.log_qr img {
    border: 1px solid #3C5269;
    border-radius: 5px;
    padding: 5px;
}

.log_1 {
    width: 920px;
    height: 600px;
    padding: 50px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.top {
    padding: 60px 5%;
    text-align: right;
    font-size: 22px;
    color: #fff;
}

.top a {
    color: #df9031;
    padding-left: 20px;
    transition: all .3s;
}

.top a:hover {
    color: #9C5808;
}

.platform {
    box-sizing: border-box;
    width: 800px;
    padding: 20px 40px;
    margin: 35px auto 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.statement {
    padding: 40px 0;
    text-align: left;
}

.statement .statement_img {
    border-radius: 6px;
    padding: 30px;
    margin: 0 50px;
}

.img_bg_1 {
    background-color: #E5EFF8;
}

.img_bg_2 {
    background-color: #FEF9F0;
}

.statement .statement_template {
    display: inline-block;
}

.statement .statement_template p {
    color: #232323;
    font-size: 28px;
}

.statement .statement_template a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    transition: all .3s;
}

.platform .statement_border:nth-child(1) {
    border-bottom: 1px solid #f5f5f5;
}

.choice_btn,
.statement_bg1 {
    background-color: #4A8CCA !important;
}

.choice_btn:hover,
.statement_bg1:hover {
    background-color: #084C9C !important;
}

.statement_bg2 {
    background-color: #E08762;
}

.statement_bg2:hover {
    background-color: #9C5808;
}

.platform h3 {
    font-size: 30px;
    color: #2d2d2d;
    text-align: center;
    margin: 10px 0 40px 0;
}

.choice {
    width: 660px;
    min-height: 80px;
    margin: 0 auto;
}

.choice h4 {
    color: #4ABA7B;
    font-size: 38px;
    margin: 10px 0 45px 0;
}

.choice span {
    font-size: 20px;
    color: #535353;
}

.choice select,
.choice input[type=text],
.choice button {
    width: 355px;
    height: 48px;
    border: 1px solid #BAC1CA;
    border-radius: 6px;
    margin-left: 30px;
}

.choice select:hover {
    border: 1px solid #2987E8;
}

.choice button {
    font-size: 18px;
    color: #fff;
    width: 125px;
    background-color: #E08762;
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s;
}

.choice button:hover {
    background-color: #9C5808;
}

.choice .choice_btn {
    height: 55px;
    width: 350px;
    border: 0;
}

.choice .choice_bt1 {
    height: 53px;
    width: 190px;
    border: 1px solid #4A8CCA;
    background-color: #fff;
    color: #4A8CCA;
}

.choice .choice_bt1:hover {
    background-color: #4A8CCA;
    color: #fff;
}

.choice .choice_bt2 {
    background-color: #4A8CCA;
    width: 190px;
    color: #fff;
}

@media screen and (max-width: 1910px) {
    .log {
        width: 600px;
        height: 500px;
        margin: 30px auto 0 auto;
    }
    .log form {
        width: 500px;
        padding: 0 50px;
    }
    .log_yz {
        padding: 10px 0;
    }
}