.none {
    display: none
}

.login_header_bg {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .35;
    filter: alpha(opacity=35);
    z-index: 1
}

.login_header {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.login_header .container {
    height: 100%;
    overflow: hidden
}

.login_header .logo_img {
    float: left;
    margin-top: 14px
}

.login_header p {
    float: right;
    height: 60px;
    line-height: 60px
}

.login_header p a {
    font-size: 14px;
    color: #fff;
    margin-left: 36px
}

.banner_box1 {
    overflow: hidden;
    height: 560px;
    position: relative
}

.banner_box1 .login_banner {
    background-image: url("../images/gb_banner_1.jpg");
    margin: 0 auto;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 5s linear;
    -moz-transition: transform 5s linear;
    -ms-transition: transform 5s linear;
    -o-transition: transform 5s linear;
    transition: transform 5s linear
}

.banner_box1 .login_banner.bn_img_scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.banner_box2 {
    height: 697px
}

.banner_box2 .login_banner {
    background-image: url("../images/gb_banner_2.jpg")
}

.t_pos_08 {
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 220px
}

.t_pos_08 img {
    display: inline-block
}

.login_panel_bg {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 400px
}

.login_panel_bg .container {
    height: 100%;
    position: relative
}

.login_panel_bg .login_panel {
    width: 350px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 28px;
    padding-bottom: 40px
}

.login_panel_bg .login_panel .panel_top {
    padding: 20px 24px 25px
}

.login_panel_bg .login_panel .panel_top h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px
}

.login_panel_bg .login_panel .panel_top h3.f_blue {
    color: #1871e9
}

.login_panel_bg .login_panel .panel_bottom {
    height: 55px;
    line-height: 55px;
    background: #f9f9f9;
    border-top: 1px solid #e9e9e9;
    padding: 0 12px;
    position: absolute;
    width: 100%;
    *width: 300px;
    bottom: 0
}

.login_panel_bg .login_panel .panel_bottom div {
    float: left;
    height: 55px;
    line-height: 67px
}

.login_panel_bg .login_panel .panel_bottom div a {
    display: inline-block;
    margin-right: 28px
}

.login_panel_bg .login_panel .panel_bottom div a.icon_qq {
    width: 20px;
    height: 20px;
    background: url("../images/gb_qq.png") no-repeat;
    *margin-top: 20px
}

.login_panel_bg .login_panel .panel_bottom div a.icon_qq:hover {
    background: url("../images/gb_qq_hover.png") no-repeat
}

.login_panel_bg .login_panel .panel_bottom div a.icon_wx {
    width: 26px;
    height: 22px;
    background: url("../images/gb_wx.png") no-repeat;
    display: none;
    *margin-top: 20px
}

.login_panel_bg .login_panel .panel_bottom div a.icon_sina {
    width: 24px;
    height: 19px;
    background: url("../images/gb_sina.png") no-repeat;
    display: none;
    *margin-top: 20px
}

.login_panel_bg .login_panel .panel_bottom .kt_apply {
    float: right;
    font-size: 12px;
    color: #1871e9
}

.error_tip {
    z-index: 1;
    background: #fef2f2;
    border: 1px solid #ffb4a8;
    line-height: 16px;
    padding: 6px 10px;
    overflow: hidden;
    border-radius: 2px;
    min-width: 300px;
    position: absolute;
    top: 15px;
    left: 24px
}

.error_tip .error_icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background: url("../images/gb_error.png") no-repeat
}

.error_tip .error_txt {
    color: #6c6c6c;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.login_form li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px
}

.login_form li i {
    display: inline-block;
    width: 14.238%;
    height: 40px;
    float: left;
    border-radius: 3px 0 0 3px
}

.login_form li i.num {
    background: #dcdcdc url("../images/gb_num.png") no-repeat center
}

.login_form li i.user {
    background: #dcdcdc url("../images/gb_user.png") no-repeat center
}

.login_form li i.pwd {
    background: #dcdcdc url("../images/gb_pwd.png") no-repeat center
}
.login_form li i.yzm {
    background: #dcdcdc url("../images/bkh_phone.png") no-repeat center;
    background-size:14px 22px;
}
.login_form li #yzmImg{
    height: 40px;
    float: left;
    width: 22%;
}
.login_form li .login_input {
    width: 85.43%;
    *width: 68.43%;
    height: 40px;
    color: #999;
    line-height: 40px;
    *height: 38px;
    *line-height: 38px;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 0 3px 3px 0
}

.login_form li .login_input.active {
    color: #000
}

.login_form li .valid_input {
    width: 35%;
    float: left;
    border-radius: 3px
}

.login_form li .valid_img {
    float: left;
    width: 33%;
    margin-left: 6%
}

.login_form li .valid_img img {
    height: 40px;
    width: 100%
}

.login_form li .valid_change {
    width: 19%;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #1871e9;
    font-size: 12px
}

.login_form li.user_num {
    position: relative
}

.login_form li.user_num .login_input {
    padding-right: 35px
}

.login_form li.user_num .close {
    display: block;
    width: 17px;
    height: 16px;
    background: url("../images/gb_close.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 10px
}

.login_form li .login_btn {
    width: 100%;
    height: 43px;
    background: #1871e9;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin: 8px 0 2px 0;
    -webkit-transition: background .1s;
    -moz-transition: background .1s;
    -ms-transition: background .1s;
    -o-transition: background .1s;
    transition: background .1s
}

.login_form li .login_btn:hover {
    background: #1668d6
}

.login_form li .show_num {
    font-size: 12px;
    color: #5b5b5b;
    float: left
}

.login_form li .show_num:hover {
    color: #1871e9
}

.login_form li .forget_pwd {
    font-size: 12px;
    color: #5b5b5b;
    float: right
}

.login_form li .forget_pwd:hover {
    color: #1871e9
}

.login_form li .dynamic_pwd {
    height: 36px;
    line-height: 36px;
    z-index: 10;
    background: #fff;
    top: 2px;
    right: 4px;
    padding-right: 10px;
    text-align: right;
    color: #1871e9;
    cursor: pointer
}

.login_footer {
    padding-top: 40px;
    font-size: 12px;
    color: #939393
}

.login_footer .footer_about {
    margin-bottom: 25px
}

.login_footer .footer_about a {
    color: #939393;
    border-right: 1px solid #a4a4a4;
    padding-right: 10px;
    margin-right: 10px
}

.login_footer .footer_about a:hover {
    color: #1871e9
}

.login_footer .footer_about a.last_a_about {
    border: 0
}

.login_footer .footer_icon {
    overflow: hidden;
    margin-bottom: 29px
}

.login_footer .footer_icon li {
    margin-right: 55px;
    float: left;
    height: 50px;
    margin-bottom: 20px
}

.login_footer .footer_icon li.icon1 {
    width: 62px;
    background: url("../images/login_icon_01.png") no-repeat bottom center
}

.login_footer .footer_icon li.icon2 {
    width: 131px;
    background: url("../images/login_icon_02.png") no-repeat bottom center
}

.login_footer .footer_icon li.icon3 {
    width: 239px;
    background: url("../images/login_icon_03.png") no-repeat bottom center
}

.login_footer .footer_icon li.icon4 {
    width: 71px;
    background: url("../images/gx.png") no-repeat bottom center
}

.login_footer .footer_copy {
    margin-bottom: 20px
}

.login_footer .footer_copy span {
    margin-right: 10px
}

@media (min-width: 351px) and (max-width: 900px) {
    .login_panel_bg .login_panel {
        right: 50%;
        margin-right: -165px;
        width: 330px
    }

    .t_pos_08 {
        display: none
    }

    .login_header p a {
        margin-left: 4px;
        font-size: 12px
    }

    .login_header .logo_img img {
        width: 110px
    }

    .login_header .container {
        padding: 0 10px
    }
}

@media (max-width: 768px) {
    .login_footer {
        padding-left: 10px
    }
}

@media (max-width: 420px) {
    .login_footer .footer_about a {
        padding-right: 8px;
        margin-right: 8px
    }

    .login_footer .footer_icon li {
        margin-right: 33px
    }
}

@media (max-width: 350px) {
    .login_panel_bg .login_panel {
        width: 300px;
        right: 50%;
        margin-right: -150px
    }

    .login_panel_bg .login_panel .panel_bottom {
        *width: 250px
    }

    .t_pos_08 {
        display: none
    }

    .login_header p a {
        margin-left: 4px;
        font-size: 12px
    }

    .login_form LI .login_input {
        *width: 76.43%
    }

    .login_header .logo_img img {
        width: 106px
    }

    .login_header .container {
        padding: 0 5px
    }

    .login_footer .footer_about a {
        padding-right: 4px;
        margin-right: 3px
    }
}

.total_panel_shadow {
    width: 78%;
    height: 562px;
    background: #fff;
    margin: 40px auto 0;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -39%;
    opacity: .9;
    filter: alpha(opacity=90)
}

.total_panel_shadow_1 {
    width: 78%;
    height: 562px;
    background: #fff;
    margin: 40px auto 0;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -39%
}

.total_panel {
    width: 78%;
    height: 562px;
    margin: 40px auto 0;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -39%
}

.forget_pwd_part1 h3 {
    font-size: 18px;
    color: #ff7d29
}

.forget_pwd_part1 .part1_form {
    position: relative;
    margin: 120px auto 0
}

.forget_pwd_part1 .part1_form .error_tip {
    width: auto;
    top: -55px;
    left: 50%;
    margin-left: -87px;
    min-width: 259px
}

.forget_pwd_part1 .part1_list {
    text-align: center
}

.forget_pwd_part1 .part1_list li {
    margin-bottom: 23px
}

.forget_pwd_part1 .part1_list li .l_title {
    width: 80px;
    text-align: left;
    font-weight: normal
}

.forget_pwd_part1 .part1_list li .l_input {
    width: 260px;
    height: 40px;
    color: #999;
    padding: 0 10px;
    line-height: 40px;
    background: #fbfbfb;
    border: 1px solid #dcdcdc;
    border-radius: 3px
}

.forget_pwd_part1 .part1_list li .l_input.active {
    color: #000;
    background: #edf5ff;
    border: 1px solid #91cdfb
}

.forget_pwd_part1 .part1_list li .l_btn {
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #019bfd;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 47px
}

.forget_pwd_part2 p {
    text-align: center;
    margin-bottom: 40px
}

.forget_pwd_part2 p.part2_img {
    margin-top: 68px
}

.forget_pwd_part2 p.part2_suc {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px
}

.forget_pwd_part2 p.part2_txt {
    font-size: 12px;
    color: #aaaaaa
}

.forget_pwd_part2 p.part2_login {
    text-align: center
}

.forget_pwd_part2 p.part2_login a {
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    width: 302px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #188ae2;
    color: #fff;
    font-size: 16px
}

.forget_title_cont {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.33);
    border-bottom: 2px solid #eceef5
}

.forget_title_cont .forget_title {
    width: 74%;
    height: 70px;
    margin: 0 auto;
    font-size: 16px
}

.forget_title_cont .forget_title .part1_title_l {
    width: 36%;
    float: left;
    height: 70px;
    line-height: 87px;
    color: #aaaaaa;
    text-align: center
}

.forget_title_cont .forget_title .part1_title_l i {
    display: inline-block;
    width: 27px;
    height: 26px;
    background: url("../images/bg_circle_1.png") no-repeat;
    color: #fff;
    line-height: 26px;
    margin-right: 13px;
    text-align: center
}

.forget_title_cont .forget_title .part1_title_l.cur {
    border-bottom: 2px solid #188ae2;
    color: #188ae2
}

.forget_title_cont .forget_title .part1_title_l.cur i {
    background: url("../images/bg_circle.png") no-repeat
}

.forget_title_cont .forget_title .part1_title_r {
    width: 36%;
    float: right;
    height: 70px;
    line-height: 87px;
    color: #aaaaaa;
    text-align: center
}

.forget_title_cont .forget_title .part1_title_r i {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: -6px;
    background: url("../images/bg_circle_comp.png") no-repeat;
    margin-right: 13px
}

.forget_title_cont .forget_title .part1_title_r.cur {
    border-bottom: 2px solid #188ae2;
    color: #188ae2
}

.forget_title_cont .forget_title .part1_title_r.cur i {
    background: url("../images/bg_circle_comp_1.png") no-repeat
}

@media (max-width: 900px) {
    .forget_title_cont .forget_title {
        font-size: 14px
    }

    .forget_title_cont .forget_title .part1_title_l {
        width: 47%
    }

    .forget_title_cont .forget_title .part1_title_r {
        width: 47%
    }
}

@media (max-width: 768px) {
    .forget_title_cont .forget_title {
        width: 100%
    }

    .forget_pwd_part2 p.part2_txt {
        padding: 0 10px
    }

    .forget_title_cont .forget_title {
        font-size: 12px
    }

    .forget_title_cont .forget_title .part1_title_l {
        width: 53%
    }

    .forget_title_cont .forget_title .part1_title_r {
        width: 47%
    }

    .forget_title_cont .forget_title .part1_title_l i {
        margin-right: 4px
    }

    .forget_title_cont .forget_title .part1_title_r i {
        margin-right: 4px
    }

    .forget_pwd_part2 p.part2_login a {
        width: 233px
    }
}

@media (max-width: 587px) {
    .forget_pwd_part1 .part1_list li .l_input {
        width: 162px
    }

    .forget_pwd_part1 .part1_list li .l_btn {
        width: 162px
    }

    .forget_pwd_part1 .part1_form .error_tip {
        min-width: 183px
    }
}

.kt_part_title2 {
    font-size: 17px;
    height: 70px;
    line-height: 70px
}

.m_t_20i {
    margin-top: 20px !important
}

.kt_part {
    width: 60%;
    margin: 0 auto;
    padding-top: 55px;
    margin-left: 34%
}

.kt_part li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden
}

.kt_part li > div {
    float: left;
    position: relative
}

.kt_part li .kt_part_title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-left: 18%
}

.kt_part li .kt_input {
    border-radius: 3px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-left: 42px;
    font-size: 14px
}

.kt_part li .kt_input.focus_i {
    background: #edf6ff;
    border: 1px solid #92ccfa
}

.kt_part li .kt_input.kt_input_yzm {
    width: 62%
}

.kt_part li .kt_phone {
    width: 210px;
    vertical-align: middle
}

.kt_part li .zc1 {
    background: url(../images/azc1.png) no-repeat center center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    left: 13px
}

.kt_part li .zc2 {
    background: url(../images/azc2.png) no-repeat center center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    left: 13px
}

.kt_part li .zc3 {
    background: url(../images/azc3.png) no-repeat center center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    left: 13px
}

.kt_part li .zc4 {
    background: url(../images/azc4.png) no-repeat center center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    left: 13px
}

.kt_part li .zc5 {
    background: url(../images/acz_5.png) no-repeat center center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    left: 13px
}

.kt_part li .zc6 {
    background: url(../images/acz_6.png) no-repeat center center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 9px;
    left: 13px
}

.kt_part li .get_phone_code {
    vertical-align: middle;
    width: 76px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #178be2;
    border-radius: 3px;
    color: #178be2;
    background: #f5f5f5
}

.kt_part li .a_kt_info {
    color: #ff7e2b
}

.kt_part li .kt_btn {
    width: 304px;
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
    background: #188ae2;
    font-size: 16px;
    color: #fff;
    border-radius: 3px
}

.kt_part li .Validform_checktip {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    float: left;
    z-index: 99
}

.kt_part li .Validform_wrong {
    color: #ff5454;
    padding-left: 10px;
    white-space: nowrap
}

.kt_part li .Validform_right {
    color: #71b83d;
    padding-left: 10px;
    width: 36px;
    height: 40px;
    font-size: 0;
    background: url(../images/icon_dui.png) no-repeat center center
}

.kt_part li .b_kt_service {
    font-size: 12px;
    margin-top: 10px
}

.kt_part li .b_kt_service input {
    vertical-align: middle;
    margin: 0 5px 0 0
}

.kt_part li em {
    color: #ff5454;
    margin-top: 14px;
    float: left;
    margin-right: 10px
}

.kt_part li select {
    appearance: none;
    -webkit-appearance: none
}

.kt_part li .kt_text {
    border-radius: 3px;
    width: 300px;
    height: 90px;
    line-height: 22px;
    padding-top: 8px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-left: 42px;
    font-size: 14px
}

@media (max-width: 1200px) {
    .kt_part {
        width: 75%;
        margin-left: 29%
    }
}

@media (max-width: 900px) {
    .kt_part {
        width: 79%;
        margin-left: 24%
    }
}

@media (max-width: 768px) {
    .kt_part {
        padding-top: 35px;
        margin-left: 23%;
        width: 74%
    }

    .kt_part li .kt_input {
        width: 285px
    }

    .kt_part li .kt_phone {
        width: 190px
    }

    .kt_part li .kt_btn {
        width: 285px
    }

    .kt_part li.kt_part_title {
        margin-left: 60px;
        margin-bottom: 6px
    }

    .kt_part li .Validform_checktip {
        height: 25px;
        line-height: 25px
    }

    .kt_part li .kt_input.kt_input_yzm {
        width: 58%
    }
}

@media (max-width: 660px) {
    .kt_part {
        padding-top: 27px;
        margin-left: 19%;
        width: 80%
    }

    .kt_part li .kt_input {
        width: 285px
    }

    .kt_part li .kt_phone {
        width: 193px
    }

    .kt_part li .kt_btn {
        width: 285px;
        margin-top: 10px
    }

    .kt_part li {
        margin-bottom: 2px
    }

    .kt_part li .Validform_checktip {
        height: 25px;
        line-height: 25px
    }

    .kt_part li .kt_part_title {
        margin-left: 100px
    }
}

@media (max-width: 495px) {
    .kt_part {
        padding-top: 20px;
        margin-left: 11%;
        width: 87%
    }

    .kt_part li .kt_input {
        width: 233px
    }

    .kt_part li .kt_phone {
        width: 143px
    }

    .kt_part li .kt_btn {
        width: 233px;
        margin-top: 10px
    }

    .kt_part li {
        margin-bottom: 9px
    }

    .kt_part li .Validform_checktip {
        height: 25px;
        line-height: 25px
    }

    .kt_part li .kt_part_title {
        margin-left: 62px;
        margin-bottom: 20px
    }

    .kt_part li .kt_input.kt_input_yzm {
        width: 54%
    }

    .img_yzm {
        width: 32%
    }
}

@media (max-width: 396px) {
    .kt_part {
        margin-left: 14%;
        width: 84%
    }

    .kt_part li .kt_input {
        width: 209px
    }

    .kt_part li .kt_phone {
        width: 129px
    }

    .kt_part li .get_phone_code {
        width: 65px
    }

    .kt_part li .kt_btn {
        width: 206px
    }

    .kt_part li .kt_input.kt_input_yzm {
        width: 50%
    }

    .img_yzm {
        width: 33%
    }
}

@media (max-width: 350px) {
    .kt_part li .kt_part_title {
        margin-left: 60px
    }

    .kt_part li .kt_input.kt_input_yzm {
        width: 60%
    }

    .img_yzm {
        width: 36%
    }

    .kt_part li .kt_btn {
        margin-top: 20px
    }

    .kt_part li {
        margin-bottom: 9px
    }
}

.part_2_title {
    padding-top: 35px;
    margin: 0 0 35px 40px
}

.part_2_title em {
    font-size: 18px;
    color: #a8a8a8;
    padding-right: 20%;
    border-right: 1px solid #eaeaea
}

.part_2_title em b {
    color: #ff7c27
}

.part_2_title span {
    float: right
}

.part_2_title span .icon_back {
    display: inline-block;
    width: 22px;
    height: 19px;
    background: url("../images/gb_back.png") no-repeat;
    margin-right: 47px
}

.part_2_title span .icon_close_01 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images/gb_close_01.png") no-repeat;
    margin-right: 33px
}

.part_2_list {
    width: 93%;
    margin-left: 40px;
    height: 264px;
    overflow-y: auto
}

.part_2_list ul li {
    width: 97%;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    margin-bottom: 14px;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 0 5% 0 2%;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px #e6e6e6;
    -moz-box-shadow: 2px 2px 2px #e6e6e6;
    box-shadow: 2px 2px 2px #e6e6e6
}

.part_2_list ul li i {
    margin-right: 15px
}

.part_2_list ul li .right_num {
    float: right;
    color: #899194
}

.part_2_list ul li:hover {
    background: #cbe5f6
}

.part_2_tip {
    margin-top: 20px;
    font-size: 14px;
    color: #a9a9a9;
    margin-left: 40px
}

.part_2_tip a {
    color: #009bfe;
    margin-left: 25px;
    text-decoration: underline !important
}

@media (max-width: 900px) {
    .part_2_title em {
        font-size: 16px;
        padding-right: 5%
    }

    .part_2_list, .part_2_tip, .part_2_title {
        margin-left: 30px
    }

    .part_2_title span .icon_back {
        margin-right: 10px
    }

    .part_2_title span .icon_close_01 {
        margin-right: 10px
    }
}

@media (max-width: 665px) {
    .part_2_title em {
        font-size: 14px;
        padding-right: 5%;
        display: inline-block;
        width: 75%
    }

    .part_2_list, .part_2_tip, .part_2_title {
        margin-left: 19px
    }

    .part_2_title span .icon_back {
        margin-right: 10px
    }

    .part_2_title span .icon_close_01 {
        margin-right: 15px
    }
}

@media (max-width: 386px) {
    .part_2_title em {
        font-size: 14px;
        padding-right: 5%;
        display: inline-block;
        width: 75%
    }

    .part_2_list, .part_2_tip, .part_2_title {
        margin-left: 10px
    }

    .part_2_title {
        padding-top: 25px;
        margin-bottom: 25px
    }

    .part_2_title span .icon_back {
        margin-right: 5px
    }

    .part_2_title span .icon_close_01 {
        margin-right: 15px
    }

    .part_2_list ul li i {
        margin-right: 5px
    }

    .part_2_list ul li i img {
        width: 27px
    }

    .part_2_list ul li {
        padding-right: 5px
    }
}

.p3_info {
    font-size: 14px;
    color: #3f3e3c;
    padding-top: 90px;
    width: 44%;
    margin: 0 auto
}

.p3_info li {
    margin-bottom: 34px
}

.p3_pwd {
    width: 54%;
    margin: 0 auto;
    overflow: hidden
}

.p3_pwd div {
    float: left
}

.p3_pwd .p3_input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #fbfbfb;
    border: 1px solid #dcdcdc;
    border-radius: 3px
}

.p3_pwd .p3_input.active {
    background: #edf6ff;
    border: 1px solid #90cdfa;
    color: #029cfc
}

.p3_pwd .p3_valid_wrong {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #ff5354;
    margin-left: 10px
}

.p3_btn_box {
    width: 44%;
    margin: 70px auto 0
}

.p3_btn_box .p3_btn {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #019bfd;
    color: #fff;
    font-size: 14px;
    border-radius: 3px
}

.p3_btn_box a {
    color: #019bfd;
    font-size: 12px;
    margin-left: 10px
}

@media (max-width: 1200px) {
    .p3_pwd {
        width: 58%
    }

    .p3_pwd .p3_input {
        width: 220px
    }

    .p3_btn_box {
        width: 45%
    }

    .p3_btn_box .p3_btn {
        width: 220px
    }
}

@media (max-width: 900px) {
    .p3_pwd {
        width: 69%
    }

    .p3_pwd .p3_input {
        width: 160px
    }

    .p3_btn_box {
        width: 54%
    }

    .p3_btn_box .p3_btn {
        width: 160px
    }

    .p3_info {
        width: 52%
    }
}

@media (max-width: 700px) {
    .p3_pwd {
        width: 69%
    }

    .p3_pwd .p3_input {
        width: 160px
    }

    .p3_btn_box {
        width: 51%;
        margin-top: 33px
    }

    .p3_btn_box .p3_btn {
        width: 142px
    }

    .p3_info {
        width: 62%
    }

    .p3_pwd div {
        float: none
    }

    .p3_pwd .p3_valid_wrong {
        margin-left: 46px
    }
}

@media (max-width: 560px) {
    .p3_pwd {
        width: 90%
    }

    .p3_pwd .p3_input {
        width: 160px
    }

    .p3_btn_box {
        width: 69%;
        margin-top: 33px
    }

    .p3_btn_box .p3_btn {
        width: 96px
    }

    .p3_info {
        width: 90%;
        padding-top: 60px
    }

    .p3_pwd div {
        float: none
    }

    .p3_pwd .p3_valid_wrong {
        margin-left: 46px
    }
}

.service {
    padding: 30px 20px 50px 65px
}

.service .icon_back {
    display: block;
    width: 23px;
    height: 19px;
    background: url("../images/icon_back.png") no-repeat
}

.service h2 {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 45px
}

.service .service_box {
    height: 402px;
    overflow-y: auto
}

.service .service_box .service_cont h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-top: 17px
}

.service .service_box .service_cont h4 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px
}

.service .service_box .service_cont p {
    font-size: 12px;
    color: #000000;
    line-height: 22px
}

.service .service_box .service_cont div {
    margin-top: 10px
}

@media (max-width: 768px) {
    .service {
        padding-left: 30px
    }
}

.qqlogin_tx {
    margin-top: 100px;
    margin-left: 295px
}

.qqlogin_tx div {
    float: left
}

.qqlogin_tx div.tx {
    padding: 7px;
    margin-right: 18px;
    width: 113px;
    height: 113px;
    *width: 99px;
    *height: 99px;
    background: #f6f6f7;
    box-shadow: 0px 0px 6px -5px #e6e6e7, 0px 0px 0px #e6e6e7, 0px 3px 10px #e6e6e7, 0px 2px 0px #e6e6e7
}

.qqlogin_tx div.tx img {
    width: 100px;
    height: 100px
}

.qqlogin_tx div.info {
    color: #000;
    width: 63%
}

.qqlogin_tx div.info h3 {
    font-size: 24px;
    margin: 10px 0 25px
}

.qqlogin_tx div.info h3 b {
    color: #188ae2;
    display: inline-block;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: -5px;
    *vertical-align: middle
}

.qqlogin_tx div.info p {
    font-size: 14px;
    line-height: 22px
}

.qqlogin_form {
    padding-top: 80px;
    width: 380px;
    margin: 0 auto
}

.qqlogin_form li {
    text-align: center
}

.qqlogin_form .qq_input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 0 5px 0 15px;
    margin-bottom: 10px
}

.qqlogin_form .qq_btn {
    width: 300px;
    height: 42px;
    text-align: center;
    background: #188ae2;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    margin-top: 31px
}

@media (max-width: 1200px) {
    .qqlogin_tx {
        margin-left: 172px
    }

    .qqlogin_tx div.info h3 b {
        max-width: 68%
    }
}

@media (max-width: 900px) {
    .qqlogin_tx {
        margin-left: 109px
    }

    .qqlogin_tx div.info h3 b {
        max-width: 60%
    }
}

@media (max-width: 768px) {
    .qqlogin_tx {
        margin-top: 50px;
        text-align: center;
        margin-left: 0
    }

    .qqlogin_tx div {
        float: none
    }

    .qqlogin_tx div.tx {
        margin: 0 auto
    }

    .qqlogin_tx div.info {
        width: 100%
    }

    .qqlogin_form {
        padding-top: 56px;
        width: 100%
    }

    .qqlogin_form .qq_input {
        width: 242px
    }

    .qqlogin_form .qq_btn {
        width: 242px
    }
}

.re_select2 {
    height: 18px !important;
    line-height: 18px !important;
    margin-top: 8px !important;
    margin-right: 0 !important;
    font-size: 12px;
}

.re_select2 .b_checkbox {
    height: 18px !important;
    line-height: 18px !important;
}

.re_select2 .b_checkbox a {
    margin-right: 0 !important;
}