html,body{
    width: 100%;
    background: #f5f6f9;
}
body,p,span,img,div,ul,li,input,h1,h2,h3,h4,h5,h6 {
    color: #444444;
    font-family: "SimHei";
}
.inline-block{
    display: inline-block;
}
.text-center{
    text-align: center;
}
.grey{
    color: #999999;
}
.blue{
    color: #007fe1;
}
.main{
    width: 100%;
}


/* 登录 */
/* 1694 */
.table{
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.login_content{
    min-width: 1200px;
    max-width: 1920px;
    padding: 90px 120px;
    box-sizing: border-box;
}
.login_content .row_top{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
    .login_content .icon_0{
        width: 32.5%;
    }
    .login_content .icon_1{
        width: 14.8%;
        margin-left: 70px;
    }
    .login_content .icon_2{
        width: 12.2%;
        margin-left: 45px;
    }
    .login_content .btn_change{
        position: absolute;
        top:0;
        right:0;
        display: inline-block;
        height:68px;
        line-height: 68px;
        padding: 0 1.2em;
        font-size: 32px;
        color: #007fe1;
        background: #ffffff;
        border-radius: 34px;
    }
.login_content .main{
    margin-top: 90px;
}
    .login_content .main_l{
        width: 58%;
    }
        .login_content .main_l img{
            display: block;
            width: 100%;
            border:none;
        }
    .login_content .login_view{
        width: 35%;
    }
        .login_view .title{
            display: block;
            width: 100%;
            border:none;
            margin-bottom: 30px;
        }
        .login_view .box{
            position: relative;
            width: 100%;
            padding: 60px 17%;
            font-size: 19px;
            background:#ffffff;
            border:2px solid #0049c3;
            box-sizing: border-box;
            z-index: 2;
        }
        .login_view .box:before{
            content: "";
            position: absolute;
            left:-10px;
            top:-10px;
            width: 100%;
            height:100%;
            border: 10px solid rgba(255,255,255,0.3);
            z-index: -1;
        }
        .login_view .box h3{
            margin-bottom: 60px;
            font-size: 27px;
            font-weight: normal;
            color: #007fe1;
        }
        .login_view .form_box{
            padding-bottom: 20px;
        }
            .login_view .form_box .item{
                position: relative;
                width: 100%;
                height:60px;
                line-height: 60px;
                margin-bottom: 30px;
                border:1px solid #eaeaea;
                border-radius: 5px;
            }
                .login_view .form_box input{
                    display: block;
                    width: 100%;
                    height:100%;
                    font-size: 19px;
                    padding: 0 1.3em;
                    border:none;
                    background: transparent;
                    box-sizing: border-box;
                }
                .login_view .form_box .tag{
                    position: absolute;
                    right:.5em;
                    top:0;
                    color: #007fe1;
                }
        .login_view .btn_login{
            display: block;
            height:60px;
            line-height: 60px;
            font-size: 27px;
            text-align: center;
            color: #ffffff;
            background: #007fe1;
            border-radius: 5px;
        }
        .login_view .row_bottom{
            margin-top: 30px;
        }
        .login_view .row_bottom input[type=checkbox]{
            display: inline-block;
            vertical-align: middle;
            width: 17px;
            height:17px;
            border-radius: 0;
        }
        .login_view .logo{
            display: block;
            width: 51.6%;
            margin:34px auto 0;
            border:none;
        }

@media only screen and (max-width: 1350px) {
    .login_content .btn_change{
        height:48px;
        line-height: 48px;
        font-size: 26px;
        border-radius: 24px;
    }
    .login_view .box {
        padding: 40px 16%;
        font-size: 16px;
    }
        .login_view .box h3 {
            margin-bottom: 35px;
            font-size: 25px;
        }
        .login_view .form_box {
            padding-bottom: 10px;
        }
            .login_view .form_box .item {
                height: 50px;
                line-height: 50px;
                margin-bottom: 20px;
            }
                .login_view .form_box input {
                    font-size: 16px;
                }
    .login_view .btn_login {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .login_view .row_bottom {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1550px) {
    .login_content .btn_change {
        height: 56px;
        line-height: 56px;
        font-size: 27px;
        border-radius: 29px;
    }
    .login_view .box {
        padding: 46px 16%;
        font-size: 18px;
    }
    .login_view .box h3 {
        margin-bottom: 46px;
        font-size: 26px;
    }
    .login_view .form_box {
        padding-bottom: 15px;
    }
        .login_view .form_box .item {
            height: 54px;
            line-height: 54px;
            margin-bottom: 24px;
        }
    .login_view .btn_login {
        height: 54px;
        line-height: 54px;
        font-size: 24px;
    }
    .login_view .row_bottom {
        margin-top: 22px;
    }
}

.reset_code_layer .pic_box{
    display: block;
    width: 280px;
    height: 280px;
    border: none;
    margin: 90px auto 40px;
}
.reset_code_layer .text{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.reset_code_layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
}

/* 登录 end */

/* 轮播图 */
.banner{
    width: 100%;
}
    .banner .swiper-slide{
        width: 100%;
        overflow: hidden;
        /*background: url(../../images/tencent_plan/banner.png) no-repeat top center;*/
    }
        .banner .box{
            position: relative;
            width: 100%;
            /*max-width: 1400px;*/
            margin: auto;
        }
            .banner .box .btn{
                position: absolute;
                top:70%;
                left:57.5%;
                width: 11%;
                cursor: pointer;
            }
            .banner .box .btn.btn_login{
                left: 69.7%;
            }
                .banner .box .btn img{
                    display: block;
                    border:none;
                    width: 100%;
                }
            .banner .swiper-pagination{
                bottom:62px!important;
            }
                .banner .swiper-pagination-bullet{
                    width: 80px;
                    height:4px;
                    border-radius: 2px;
                    background: rgba(255,255,255,0.4);
                    margin: 0 18px!important;
                    opacity: 1;
                }
                .banner .swiper-pagination-bullet-active{
                    background: #fed307;
                    opacity: 1;
                }
/* 轮播图 end */
.info_box .box{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
    .info_box .pic_main{
        display: block;
        border:none;
        margin: auto;
        width: 90%;
    }
    .info_box .icon{
        display: block;
        width: 78%;
        margin: auto;
        border:none;
    }
    .info_box .icon_text{
        display: block;
        text-align: center;
        margin: 15px auto 20px;
        font-size: 24px;
        color: #444444;
    }
    .info_box .icon_text_info{
        display: block;
        width: 80%;
        margin: auto;
        font-size: 18px;
        color: #444444;
    }
    /*.info_box .font_36{
        font-size: 36px;
    }*/
    .info_box .info_title_4{
        display: block;
        margin: auto;
        width: 22%;
        border:none;
    }
    .info_box .logo_box{
        margin-top: 24px;
        font-size: 0;
    }
        .info_box .logo_box .icon_logo{
            display: inline-block;
            border:none;
        }

.info_text_box .box{
    width: 100%;
    max-width: 1740px;
    margin: auto;
}
    .info_text_box .title{
        display: block;
        margin:auto;
    }
    .info_text_box .words{
        display: block;
        width: 98%;
        margin:40px auto 0;
        border:none;
    }
.logo_row{
    background: #2868f2;
}
    .logo_row .box{
        display: flex;
        display: -webkit-flex;
        width: 100%;
        max-width: 1400px;
        height:100px;
        margin: auto;
        align-items: center;
    }
    .logo_row .box .item{
        flex: 1;
        text-align: center;
    }

.flex{
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}
.flex-1{
    -webkit-flex: 1;
    flex: 1;
}
.info_box .item {
    padding: 40px 0;
}

@media screen and (max-device-width:960px){
    .banner .box .btn{
        width: 18%;
    }
    .banner .box .btn.btn_login{
        left: 78%;
    }
    .info_box .box .flex {
        padding: 2%;
        box-sizing: border-box;
    }
    .info_box .item {
        flex-basis: 50%;
        min-width: 50%;
        padding: 2%;
        box-sizing: border-box;
    }
}

/* 弹框*/
.reset_layer{
    border-radius: 20px!important;
}
    .layer_view{
        padding: 60px 70px;
    }

        .layer_view .form_view{
            margin: 20px 0 30px;
        }
            .layer_view select,
            .layer_view .input_block{
                display: block;
                width: 100%;
                height:62px;
                padding: 0;
                color: #8590a6;
                font-size: 14px;
                border:none;
                border-bottom: 1px solid #d7d8d9;
            }
            .layer_view select.arrow{
                padding-right: 20px;
                background: url(../../images/tencent_plan/arrow.png) no-repeat right center;
            }
            ::-webkit-input-placeholder{
                color: #8590a6;
            }
            :-moz-placeholder{
                color: #8590a6;
            }
            ::-moz-placeholder{
                color: #8590a6;
            }
            :-ms-input-placeholder{
                color: #8590a6;
            }
        .layer_view .btn{
            display: block;
            width: 100%;
            height:57px;
            line-height: 47px;
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            background: url(../../images/tencent_plan/btn_bg.png) no-repeat top center;
            background-size: 100% 100%;
            border:none;
        }
        .layer_view .tag{
            margin-top: 21px;
            font-size: 14px;
            color: #999999;
        }
.reset_msg{
    border-radius: 20px!important;
}
    .reset_msg .tag{
        display: block;
        border:none;
        margin: 70px auto 0;
    }
@media screen and (max-device-width:960px){
    .layer_view .title img{
        display: inline-block;
        width: 40%;
        border:none;
    }
    .layer_view .form_view{
        margin: 30px 0 50px;
    }
        .layer_view select,
        .layer_view .input_block{
            height:100px;
            font-size: 28px;
        }
    .layer_view .btn{
        height:100px;
        line-height: 82px;
        font-size: 34px;
    }
    .layer_view .tag{
        font-size: 28px;
        margin-top: 50px;
    }
}