﻿@charset "utf-8";


#yzt_logo_w {
    padding: 5px;
}

    #yzt_logo_w img {
        height: 56px;
    }

    #yzt_logo_w .yzt_slogon {
        /*text-shadow:1px 1px 2px #333333;*/
        font-size: 26px;
        color: #fff;
        padding: 10px 0 10px 10px;
    }

#yzt_nav {
    /*padding: 14px 14px 0 10px;*/
    margin: 0px 14px 0 10px;
}

    #yzt_nav > div {
        float: right;
        margin-right: 40px;
    }

        #yzt_nav > div > p {
            float: left;
            padding-top: 14px;
            padding-left: 10px;
            font-size: 24px;
            color: #fff;
            font-family: "Microsoft YaHei";
        }

        #yzt_nav > div > img {
            float: left;
        }

    #yzt_nav ul {
        float: right;
    }

        #yzt_nav ul li {
            display: inline-block;
            padding-right: 40px;
            float: right;
        }

            #yzt_nav ul li:nth-child(1) {
                padding-right: 20px;
            }
            /*#yzt_nav ul li:nth-child(3){
	padding-right: 30px;
}*/
            #yzt_nav ul li a img {
                width: 32px;
            }

            #yzt_nav ul li a p {
                margin-left: -6px;
                padding-top: 2px;
            }

.nav_top {
    width: 100%;
    height: 14px;
}

#yzt_menu_left {
}

    #yzt_menu_left ul li {
        padding-bottom: 10px;
    }

        #yzt_menu_left ul li p {
            padding-top: 2px;
        }

#yzt_cont_top {
    background: #fff;
    height: 92px;
}

    #yzt_cont_top ul {
        padding-top: 6px;
        padding-left: 18px;
    }

        #yzt_cont_top ul li {
            padding-right: 10px;
            /*display: inline-block;*/
            float: left;
            overflow: hidden;
            text-align: center;
        }

            #yzt_cont_top ul li img {
                width: 54px;
                height: 54px;
            }

            #yzt_cont_top ul li p {
                padding-top: 2px;
            }

.mx-w {
}

.combo-p {
    box-shadow: -1px 3px 3px rgba(51,51,51,0.4)
}

#yzt_cont_mid {
    margin-top: 20px auto !important;
    max-width: 900px;
}

    #yzt_cont_mid table {
        width: 100%;
    }

        #yzt_cont_mid table tr td:nth-child(1) {
            width: 22%;
            text-align: center;
        }

        #yzt_cont_mid table tr td:nth-child(2) {
            width: 18%;
            text-align: center;
        }

        #yzt_cont_mid table tr td:nth-child(3) {
            width: 20%;
            text-align: center;
        }

        #yzt_cont_mid table tr td:nth-child(4) {
            width: 18%;
            text-align: center;
        }

        #yzt_cont_mid table tr td:nth-child(5) {
            width: 22%;
            text-align: center;
        }

.yzt_cont_title {
    border: 1px solid #000;
    color: #000;
    border-radius: 6px;
    width: 150px;
    height: 42px;
    text-align: center;
    font-size: 20px;
    padding: 6px 0;
    margin: 0 auto;
}

.double_arrow {
    padding: 14px 0;
}

.title_subul {
    background: #fff;
    width: 138px;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
}

    .title_subul li {
        width: 120px;
        margin: 0 auto;
        font-size: 16px;
        padding: 7px 0;
    }

.title_subul_b {
    border-bottom: 1px solid #000;
}

#wxgl_progress li {
    display: inline-block;
    padding-right: 30px;
}

#yzt_rcyw_cont_pos ul li a p {
    padding-bottom: 2px;
    color: #2aa8d0;
    font-size: 16px;
}

#rcyw_items_main li {
    display: inline-block;
    padding-right: 31px !important;
}

#rcyw_items_sub li {
    display: inline-block;
    padding-right: 6px !important;
}

.title_subul > li > ul {
    /*opacity: 0;*/
    display: none;
    position: absolute;
    left: -14px;
    top: 45px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 6px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    z-index: 1000;
    width: 100%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    min-width: 150px;
}

    /*向上箭头*/
    .title_subul > li > ul:before {
        position: absolute;
        -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
        transform: translateY(-50%) translateX(50%) rotate(45deg);
        top: 0;
        right: 50%;
        content: '';
        background-color: inherit;
        background-image: none;
        width: 10px;
        height: 10px;
        -webkit-transition: none;
        transition: none;
        border-top: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
    }
/*向左箭头
 * .title_subul > li > ul:before{
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 40px;
    left: -10px;
    content: '';
    background-color: inherit;
    background-image: none;
    width: 10px;
    height: 10px;
    -webkit-transition: none;
    transition: none;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}*/
.title_2ndul_b {
    border-bottom: 1px solid #ccc;
}


.yzt_cont_button:hover {
    transform: translateY(-5px);
    transition: all 0.5s;
}


#ejtab .tabs-header {
    background-color: #e0ecef;
}

#ejtab .panel-body {
    background-color: #f2f2f2;
}

.qipao {
    position: absolute;
    background: #ff0000;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: -6px;
    right: 30px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
}

.nav_item:hover {
    /*transform:translateY(-4px);
	transition: all 0.5s;*/
}

.wraplayer {
    border: 1px solid #ad4a2d;
    background: #ffffff;
    z-index: 10001;
    width: 340px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    display: none;
}

.wraptop {
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #ad4a2d;
    position: relative;
}

.wrapcontent2 {
    overflow-y: auto;
    overflow-x: hidden;
}

    .wrapcontent2 .wrapcontent3 {
        padding-left: 10px;
        padding-bottom: 5px;
    }

        .wrapcontent2 .wrapcontent3 ul {
            height: 100px;
        }

.popShow {
    width: 21px;
    height: 20px;
    background: url(../image/comment/maxup.png) no-repeat bottom;
    position: absolute;
    top: 2px;
    right: 25px;
}

.popHide {
    width: 21px;
    height: 20px;
    background: url(../image/comment/maxdown.png) no-repeat bottom;
    position: absolute;
    top: 2px;
    right: 25px;
}

.popClose {
    width: 21px;
    height: 20px;
    background: url(../image/comment/close.png) no-repeat bottom;
    position: absolute;
    top: 2px;
    right: 3px;
}


/*.nav_item a{
	WIDTH: 112px; 
	DISPLAY: block; 
	HEIGHT: 38px;
	MARGIN-TOP:-20px
}
.nav_item:hover a:hover{
	background: #008800;
}*/

/*.nav_item:hover .hover_w{
	background: #000088;
	display: inline-block;*/
/*background-size: 50px 60px;*/
/*margin-top: -20px;*/

.main_top {
    height: 68px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    border: 0px;
    display: flex
}

.main_left {
    width: 40%;
    padding-left: 20px;
    display: flex;
    align-items: center
}

    .main_left img {
        height: 40px;
    }

    .main_left span {
        color: #0083b8;
        font-size: 18px;
        line-height: 77px;
        margin-left: 20px;
    }

.main_right {
    width: 60%;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end
}

.main_btn {
    display: block;
    text-align: center;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
    padding: 12px 4px 8px;
    width: 66px;
}

    .main_btn img {
        height: 20px;
    }

    .main_btn div:first-child {
        text-align: center;
        width: 100%
    }

    .main_btn div:last-child {
        line-height: 1;
        margin-top: 6px;
        color: #666;
        font-size: 12px;
        width: 100%;
    }

    .main_btn:hover {
        background-color: #e7e7e7;
    }
/*.main_btn:hover div{
                color: #0083b8
            }*/
.main_btn2 {
    /*width: 250px;*/
    border-radius: 3px
}

.main_btn2_box {
    border-radius: 3px;
    padding: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.main_btn2_head {
    width: 40px;
    height: 48px;
    padding: 4px 0px;
    text-align: center;
    align-items: center;
}

    .main_btn2_head img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

.main_btn2_title {
    /*width: 180px;*/
    padding: 0px 20px;
}

    .main_btn2_title div {
        color: #666
    }

        .main_btn2_title div:last-child {
            font-size: 12px;
        }

.main_btn2_arrow {
    width: 20px;
    text-align: center
}

    .main_btn2_arrow img {
        width: 10px;
    }

.main_btn2:hover {
    background-color: #e7e7e7;
}

/*.main_btn2:hover div {
                color: #0083b8
            }*/
.popbox {
    border-radius: 6px;
    position: relative;
    display: none
}

.poptop {
    background-color: #0083b8;
    border-radius: 6px 6px 0px 0px;
    color: #fff
}

.poptop_title {
    text-align: right;
    padding-right: 10px;
    padding: 10px 0px;
}

    .poptop_title a {
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        display: inline-block;
        width: 80px;
        text-align: center;
    }

        .poptop_title a:first-child {
            border-right: 1px solid #fff;
        }

        .poptop_title a:hover {
            color: #f2f2f2
        }

.poparrow {
    width: 100%;
    height: 12px;
    position: relative
}

    .poparrow div {
        position: absolute;
        top: -12px;
        z-index: 999;
        width: 0;
        height: 0;
        border-width: 12px;
        border-style: solid;
        border-color: transparent transparent #FF5201 transparent;
    }

.arrowright {
    right: 138px !important;
}

.poptop_content {
    display: flex;
    min-height: 80px;
}

.poptop_content_head {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    margin: 0px 10px;
}

    .poptop_content_head img {
        height: 60px;
        border-radius: 50%
    }

.poptop_content_title {
    width: calc(100% - 180px);
    padding: 5px 0px;
}

    .poptop_content_title div {
        line-height: 25px;
    }

        .poptop_content_title div:first-child {
            font-size: 16px;
        }

.poptop_content_btn {
    width: 80px;
    margin: 0px 10px;
}

    .poptop_content_btn a {
        display: block;
        background-color: #ff6a00;
        color: #fff;
        line-height: 30px;
        border-radius: 4px;
        text-align: center;
        margin: 25px auto;
    }

        .poptop_content_btn a:hover {
            background-color: #ff6600;
            color: #f2f2f2
        }

.popbottom {
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #d7d7d7;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

    .popbottom a {
        display: block;
        width: 90px;
        font-size: 16px;
        background-color: #eaedef;
        border: 1px solid #d7d7d7;
        text-align: center;
        line-height: 30px;
        border-radius: 4px;
        margin: 0px auto;
    }

        .popbottom a:hover {
            background-color: #fef6f7;
        }

.popcenter {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    display: flex;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.popcenterbox {
    width: 50%;
    padding: 15px 0px;
    text-align: center
}

    .popcenterbox div:nth-child(1) {
        color: #999;
        font-size: 12px;
        padding-bottom: 5px;
    }

    .popcenterbox div:nth-child(2) {
        color: #333;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .popcenterbox div:nth-child(3) a {
        color: #0083b8;
        font-size: 14px;
        padding-bottom: 5px;
    }

.popcenter_boder {
    border-right: 1px dashed #d7d7d7
}

.poparrow2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d7d7d7;
    position: relative;
    margin: 0px auto;
}

    .poparrow2 div {
        display: block;
        width: 0;
        height: 0;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-bottom: 28px solid #fff;
        position: absolute;
        left: -28px;
        top: 2px;
    }

.box_bg {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px
}

.poptitle {
    background-color: #FF5201;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 10px;
}

    .poptitle div:first-child {
        width: 70%;
        text-align: center
    }

    .poptitle div:last-child {
        width: 30%;
        text-align: center;
    }

.poptitle2 {
    background-color: #FF5201;
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 10px;
}

.popcontent {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0px 0px 3px 3px;
    padding: 5px 10px;
    max-height: 450px;
    overflow-y: scroll
}

.poplist {
    padding: 5px 0px;
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #d7d7d7;
    cursor: pointer
}

    .poplist:last-child {
        border-bottom: 0px;
    }

    .poplist div:first-child {
        width: 70%;
        text-align: left;
        padding-left: 15px;
        color: #333;
        line-height: 18px;
    }

    .poplist div:last-child {
        width: 30%;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        color: #ff6a00
    }

.position1 {
    position: fixed;
    right: 27px;
    top: 68px;
    z-index: 999999;
    width: 400px;
}

.position2 {
    position: fixed;
    right: 192px;
    top: 68px;
    z-index: 999999;
    width: 300px;
}

.position3 {
    position: fixed;
    right: 288px;
    top: 68px;
    z-index: 999999;
    width: 250px;
}

.position4 {
    position: fixed;
    right: 400px;
    top: 68px;
    z-index: 999999;
    width: 200px;
}

.memberbackground {
    border-color: transparent transparent #0083b8 transparent !important;
}

.box_flex {
    display: flex;
    padding: 20px 0px;
    align-items: center
}

.ycx_box {
    width: calc(50% - 1px);
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
}

.ycx_image {
    text-align: center;
    padding: 8px 0px
}

.ycx_line {
    width: 1px;
    background-color: #e9e9e9;
    height: 50px
}

.ycx_image img {
    width: 50px;
}

.ycx_title {
    line-height: 30px;
    color: #333;
    font-size: 12px;
}

/*滚动条样式*/
.popcontent::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.popcontent::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.popcontent::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.remindnum {
    position: fixed;
    right: 315px;
    top: 15px;
    height: 20px;
    border-radius: 12px;
    color: #fff;
    background-color: #FF5201;
    padding: 0px 7px;
    line-height: 20px;
    font-size: 10px;
    display: none
}

.wxbind_sign {
    width: 400px;
    margin: 0px auto;
    padding: 20px 30px;
    line-height: 20px;
    color: #FF5201;
    font-size: 16px;
}

#yzt_cont_right {
    /*width: 100%;*/
    width: 226px;
    background-color: #0083b8;
}

    #yzt_cont_right ul li {
        margin: 6px 16px 6px 16px;
        padding-bottom: 22px;
        border-bottom: 1px solid #555;
    }

        #yzt_cont_right ul li:last-child {
            border-bottom: none;
        }

        #yzt_cont_right ul li a {
            margin: 10px 4px 10px 4px;
            /*display: inline-block;*/
            color: #fff;
        }

        #yzt_cont_right ul li p {
            float: left;
            width: 76%;
            padding-top: 8px;
            padding-bottom: 12px;
        }

        #yzt_cont_right ul li div {
            background-color: #fff;
            border-radius: 17px;
            width: 34px;
            height: 34px;
            float: right;
            color: #0083b8;
            text-align: center;
            padding-top: 8px;
            padding-bottom: 5px;
            font-size: 14px;
            font-family: arial;
            font-weight: 600;
            margin-top: 2px;
        }


    #yzt_cont_right #yzt_cont_right_title span {
        color: #fff;
        padding: 0px 0 0 10px;
        font-size: 16px;
    }

#yzt_cont_right_title {
    height: 20px;
    padding: 10px 0 5px 16px;
}
/*绑定*/
.wxbind_box {
    display: none;
    position: absolute;
    top: 63px;
    right: 265px;
    z-index: 998;
    height: 180px;
    width: 500px;
    background-color: #fbf1ed;
    border: 1px solid #f5cfc3;
    border-radius: 5px;
}

.bind_arrow {
    display: none;
    position: absolute;
    top: 40px;
    right: 496px;
    z-index: 999;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #f5cfc3 transparent;
}

.wxbind_left {
    float: left;
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 10px;
}

    .wxbind_left img {
        width: 160px;
        height: 160px;
    }

.wxbind_right {
    width: 310px;
    float: left;
    padding: 10px;
}

.wxbind_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
    color: #fb683c;
}

.wxbind_content {
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
    line-height: 20px;
}

.wxbind_btn {
    height: 80px;
}

    .wxbind_btn div {
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #666;
        border-radius: 5px;
        float: right;
        color: #666;
        background-color: #fff;
        cursor: pointer;
    }

#ejtab .tabs-header {
    background-color: #fff !important
}

.tabs li.tabs-selected a.tabs-inner {
    background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2);
}

.window .window-body {
    border-top-width: 1px;
}

.swiperBox {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.3);
    display: none;
    width: 100%;
    height: 100%
}

.swiperContent {
    width: 600px;
    height: 430px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
}

.swiper_img {
    width: 600px;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 100000;
}

.swiper_btn {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 100001;
    width: 30px;
    cursor: pointer
}

.swiper_title {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    line-height: 50px;
    width: 100%;
    text-align: center;
    padding-top: 110px
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    padding: 10px 100px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #444;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperStep {
    width: 600px;
    padding: 0px 0px 20px
}

.hideSign {
    display: none
}

.hide {
    display: none;
}
