.head {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f6f6f6;
    color: #333;
}

.ic_new {
    position: absolute;
    right: 18px;
    top: 2px;
}

.headicon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 11px;
}

.headleft-icon {
    width: 223px;
    height: 20px;
    margin-top: 12px;
    background: url('/image/logo/logo415(2).png') no-repeat;
}

.head-right {
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    height: 40px;
}

.company-has-login .icon-xiangxiajiantou,
.selfcenter .icon-xiangxiajiantou {
    margin-top: 15px;
    line-height: 14px;
}

.selfcenter i {
    font-size: 12px;
    margin-right: 5px;
}

.wechat {
    cursor: pointer;
}

.small-routine {
    position: relative;
    width: 120px;
    text-align: center;
    cursor: pointer;
}
.small-routine:hover .login-code-box{
    display: block;
}

.wechat-text {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin: 0 3px 0 8px;
    color: #696969;
}

.wechat-text a {
    color: #696969;
}

.wechat-text a:focus {
    border: none;
    text-decoration: none;
}
.wechat-login {
    color: #696969;
}

.wx-icon {
    display: inline-block;
    width: 24px;
    height: 23px;
    margin-right: 5px;
    background: url(/image/all.png) -262px -18px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.wx-login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    text-align: center;
}

.wx-login a {
    color: #696969;
    margin-left: 6px;
    text-decoration: none;
}

.wx-login a:hover {
    color: #1b85d5;
    text-decoration: none;
}

.xcx-icon {
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-right: 4px;
    background: url(/image/all.png) -286px -18px;
    vertical-align: text-bottom;
}

.user_fenge {
    display: inline-block;
    height: 20px;
    width: 2px;
    background: #e7e7e7;
    margin-top: 12px;
}

.wechat .icon-wechat {
    color: #ffffff;
    font-size: 22px;
}

.link {
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url('/image/index/icon-head.png') no-repeat 0 -20px;
}


.login-code-box {
    z-index: 3;
    position: absolute;
    top: 42px;
    right: -35px;
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
    display: none;
    border-radius: 3px;
    border: 1px solid #eaeaea;
}

.login-code {
    width: 120px;
    height: 120px;
}

.login-code-tip {
    color: #999;
    text-align: center;
    height: 10px;
    line-height: 35px;
    font-size: 12px;
    margin-bottom: 15px;
}

.selfcenter {
    position: relative;
    text-align: center;
}

.company-has-login {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.company-has-login:hover .selflist,
.selfcenter:hover .selflist {
    display: block;
}

.selflist {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    margin: 0;
    /*min-width: 110px;*/
    min-width: 96px;
    padding: 0 36px;
    box-sizing: content-box;
    border: 1px solid #eee;
    background: #fff;
    z-index: 5;
}

.selflist li {
    padding: 12px 0;
    line-height: 16px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}

.selflist li:last-child {
    border-bottom: none;
}

.selflist li a {
    color: #555;
    display: block;
    text-decoration: none;
}

.selflist li a:hover {
    color: #0098e8;
    text-decoration: none;
    /*background: #f1faff;*/
}

/*.company-has-login .selflist{*/
/*min-width: 80px;*/
/*}*/
/*导航栏*/
.mobile-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(/image/all.png) 0 -112px;
}

.head-nav {
    height: 46px;
    line-height: 46px;
    border-bottom: 3px solid #0098e8;
    box-sizing: border-box;
}

.logo {
    vertical-align: middle;
}

.nav-right ul {
    margin:0 0 0 65px;
}

.nav-right li {
    float: left;
    padding: 0 25px;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
}

.nav-right .duo {
    padding: 0 0 0 10px;
}

.nav-right a {
    text-decoration: none;
    color: #333;
}

.nav-right .selectmenu {
    display: inline-block;
}

.nav-right .selectmenu:hover {
    text-decoration: none !important;
}

.nav-right i {
    color: #ccc;
    margin-left: 5px;
    transition: all linear .3s;
    margin-top: 4px;
}

.nav-toggle:hover i {
    transform: rotate(180deg);
}

.setselectul li a {
    transition: all ease .3s;
}

.hd_fenge {
    position: absolute;
    right: 0;
    width: 1px;
    height: 64px;
    background: #E8E8E8;
    display: inline-block;
    top: 62px;
}

.setselectul li a:hover {
    color: #107ace;
}

.setselectul li a:hover i {
    color: #107ace;
}

/*导航栏需要隐藏的部分*/
.head-nav {
    position: relative;
    background: #fff;
}

.nav-hide {
    z-index: 10;
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 170px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.nav-right ul li:hover .nav-hide {
    display: block;
}

.nav-hide-content-box {
    width: 800px;
    height: 170px;
    margin: 0 auto;
}

.renmai_box .nav-hide-content-box {
    width: 700px;
    margin-right: 0;
    overflow: hidden;
}

.renmai_box .com-box {
    margin-right: -15%;
}

.act-selectmeau {
    margin-right: 10%;
}

.nav-hide-img {
    margin: 25px auto 15px;
}

.nav-hide-img1 {
    background: url('/image/index/icon-more.png') no-repeat 0 -66px;
}

.nav-hide-img2 {
    background: url('/image/index/icon-more.png') no-repeat -60px -66px;
}

.nav-hide-img3 {
    background: url('/image/index/icon-more.png') no-repeat -120px -66px;
}
.nav-hide-imgs{
    background: url('/image/index/dbcstore.png') no-repeat;
}
.nav-hide-img4 {
    background: url('/image/index/icon-more.png') no-repeat -180px -66px;
}

.nav-hide-img5 {
    background: url('/image/index/icon-more.png') no-repeat -240px -66px;
}

.nav-hide-img6 {
    background: url('/image/index/icon-more.png') no-repeat -300px -66px;
}

.nav-hide-img7 {
    background: url('/image/index/icon-more.png') no-repeat -360px -66px;
}

.nav-hide-img8 {
    background: url('/image/index/icon-more.png') no-repeat -420px -66px;
}

.nav-hide-img9 {
    background: url('/image/index/icon-more.png') no-repeat 0 -126px;
}

.nav-hide-img10 {
    background: url('/image/index/icon-more.png') no-repeat -60px -126px;
}

.nav-hide-img11 {
    background: url('/image/index/icon-more.png') no-repeat -120px -126px;
}

.nav-hide-img12 {
    background: url('/image/index/icon-more.png') no-repeat -180px -126px;
}

.nav-hide-content-one {
    width: 25%;
    text-align: center;
    position: relative;
}

.renmai_box .nav-hide-content-one {
    width: 25%;
}

.nav-hide-content-one p {
    line-height: 20px;
}

.nav-hide-content {
    height: 170px;
}

.nav-hide-img {
    width: 60px;
    height: 60px;
}

.hide-text1 {
    font-size: 16px;
    color: #555555;
}

.hide-text2 {
    font-size: 12px;
    color: #999999;
}

.nav-hide .nav-hide3 {
    margin-right: -185px;
}

/*搜索活动*/
.searchbox1 {
    font-size: 16px;
    cursor: pointer;
    color: #0098e8;
}

.searchbox1 i {
    margin: 0 15px;
    font-size: 20px;
    vertical-align: middle;
}

.searchbox2 {
    display: none;
    margin-top: -82px;
}

.searchbox2 .items {
    background: #f5f5f5;
    padding: 8px 10px 11px 12px;
    border-right: 1px solid #eaeaea;
}

.searchbox2 .items i {
    font-size: 10px;
    color: #ccc;
}

.searchbox2 input {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    background: #f5f5f5;
    height: 35px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 0 6px;
}

.searchbox2 input:focus {
    border: none;
    box-shadow: none;
}

.searchbox2 .searchact {
    margin-left: -28px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.searchbox2 .searchact i {
    font-size: 20px;
    color: #0098e8;
}

.searchbox2 .icon-chahao {
    cursor: pointer;
}

.nav-hide .nav-hide3 {
    width: 400px;
    margin: 0 -5% 0 auto;
}

.nav-hide3 .nav-hide-content-one {
    width: 50%;
}

.welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    text-align: center;
    color: #696969;
}
.dbcstore a,
.welcome a {
    margin-left: 6px;
    color: #696969;
    text-decoration: none;
}
.dbcstore a:hover,
.welcome a:hover {
    cursor: pointer;
    color: #1b85d5;
    text-decoration: none;
}
.dbcstore{
    width: 112px;
    text-align: right;
}
.dbcstore img{
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.search-nav {
    height: 92px;
    line-height: 90px;
    background: #fff;
}
.search-nav .nav-left{
    /*min-width: 290px;*/
    height: 90px;
}
.search-input {
    margin-left: 20px;
    margin-top: 25px;
}

.box .search-input .souselect{
    float: left;
    width: 70px;
    height: 40px;
    color: #555555;
    line-height: 36.5px;
    padding: 0 0 0 6px;
    border: 1px solid #0098e8;
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;

}
#headsearch {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 320px;
    margin-bottom: 0;
    border: 1px solid #0098e8;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0 0 0 14px;
}

.searchact {
    float: left;
    width: 80px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
    position: relative;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    transition: all ease .3s;
    /*border: 1px solid #0098e8;*/
    border-left: none;
    background: #0098e8;
}

.publishactbox {
    position: relative;
    display: inline-block;
    margin-left: 45px;
}

/*.searchact:hover{*/
/*background:#107ace ;*/
/*}*/
/*.searchact:hover .searchact i{*/
/*color:#fff;*/
/*}*/
.publishact img {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
}

.searchact i {
    position: absolute;
    top: 11px;
    color: #fff;
    font-size: 14px;
    left: 15px;
    width: 60px;
    line-height: 1;
}

.zengjiaanniu {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("/image/add_act.png") no-repeat;
}

.publishact label {
    position: relative;
    float: left;
    width: 146px;
    height: 40px;
    margin-top: 25px;
    background: #0098e8;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    transition: all ease .3s;
}

.publishact label:hover {
    background: #107ace;
}

.publishact label a {
    display: block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.publishactbox .icon-zengjiaanniu {
    width: 25px;
}

/*.support_service_btn {*/
/*    !*margin-left:20px;*!*/
/*    !*margin-top: 1px;*!*/
/*}*/

.support_service_btn span {
    float: left;
    display: inline-block;
    width: 132px;
    height: 38px;
    margin-top: 25px;
    border: 1px solid #196781;
    color: #fff;
    line-height: 38px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    background: #196781;
    box-sizing: content-box;
}

.support_service_btn .icon-service {
    width: 25px;
    font-size: 25px;
    vertical-align: middle;
    height: 20px;
}

.support_service_btn span:hover {
    opacity: 0.9;
}

.nav-left-service span {
    vertical-align: middle;
}
.nav-left-service:hover .login-code-box2{
    display: block;
}
.nav-left-service {
    position: relative;
    width: 200px;
    height: 37px;
    margin-top: 4px;
}

.nav-left-service label {
    display: inline-block;
    width: 180px;
    height: 37px;
    margin-bottom: 0;
    line-height: 37px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    background: #0098e8;
    transition: all ease .3s;
    text-align: center;
    cursor: pointer;
}

.login-code-box2 {
    position: absolute;
    top: 41px;
    display: none;
    width: 320px;
    /*height: 538px;*/
    height: 378px;
    padding: 0 16px;
    box-sizing: border-box;
    z-index: 100;
    border: 1px solid #0098e8;
    background-color: #fff;
}

.login-code-item{
    display: flex;
    align-items: center;
    height: 88px;
    border-bottom: 1px solid  #EEEEEE;
    cursor: pointer;
}
.login-code-item:last-of-type{
    border-bottom: none;
}
.login-code-item img{
    display: block;
    width: 48px;
    height: 48px;
    margin-left: 24px;
    margin-right: 20px;
}
.login-code-hd{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
}
.login-code-desc{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}


.login-code-box2 ul {
    margin-left: 10px;
}

.login-code-box2 .all_type_li {
    width: 130px;
    border-bottom: 1px solid #eee;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #233040;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    padding-left: 15px;
    float: left;
}

.login-code-box2 .all_type_li:last-child {
    border-bottom: none;
}

.login-code-box2 a {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
}

.login-code-box2 a:hover {
    color: #0098e8;
    text-decoration: none;
}

.all_type_ul a {
    border-right: 1px solid #eee;
}

.all_type_ul i {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("/image/all.png") no-repeat;
}

.all_type_ul :nth-child(1) i {
    background-position: -18px -112px;
}

.all_type_ul :nth-child(2) i {
    background-position: -36px -112px;
}

.all_type_ul :nth-child(3) i {
    background-position: -170px -112px;

}

.all_type_ul :nth-child(4) i {
    width: 24px;
    background-position: -72px -112px;
}

.all_type_ul :nth-child(5) i {
    background-position: -150px -112px;
}

.all_type_ul :nth-child(6) i {
    background-position: -108px -112px;
}

.all_type_ul :nth-child(6) i {
    background-position: -113px -112px;
}

.all_type_ul :nth-child(7) i {
    background-position: -132px -112px;
}

.all_type_ul :nth-child(8) i {
    background-position: -95px -112px;

}

.all_type_ul :nth-child(9) i {
    width: 20px;
    background-position: -54px -112px;
}

.all_type_ul :nth-child(10) i {
    background-position: -190px -112px;
}

.all_type_ul :nth-child(11) i {
    height: 20px;
    background-position: -208px -111px;
}

.all_type_ul :nth-child(12) i {
    width: 20px;
    background-position: -226px -111px;
}

.all_type_ul :nth-child(13) i {
    background-position: -246px -112px;
}

.all_type_ul :nth-child(14) i {
    background-position: -266px -112px;
}

.all_type_ul :nth-child(15) i {
    background-position: -286px -112px;
}

.all_type_ul :nth-child(16) i {
    background-position: -306px -112px;
}

.all_type_ul :nth-child(17) i {
    background-position: -324px -112px;
}

.all_type_ul :nth-child(18) i {
    background-position: -342px -112px;
}

.cartecentericon {
    width: 21px;
    height: 20px;
    margin-right: 8px!important;
    display: inline-block;
    background: url(/image/all.png) no-repeat -167px -21px;
    vertical-align: middle;
    /*margin-left: -4px;*/
}

.canyuicon {
    width: 24px;
    height: 21px;
    margin-right: 4px;
    display: inline-block;
    background: url("/image/index/act.png") no-repeat;
    vertical-align: middle;
}

.zhubanicon {
    width: 24px;
    height: 20px;
    display: inline-block;
    background: url("/image/index/zs.png") no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.usericon {
    width: 16px;
    height: 19px;
    display: inline-block;
    background: url("/image/all.png") no-repeat -226px -22px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.outicon {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("/image/all.png") no-repeat -242px -23px;
    margin-right: 8px!important;
    margin-left: 3px;
    vertical-align: text-bottom;
}

.com-center {
    display: inline-block;
    width: 24px;
    height: 21px;
    margin-right: 4px;
    background: transparent url(/image/company/resource-com-h.png);
    background-size: 100% 100%;
    vertical-align: text-bottom;
}

@media (max-width: 1120px) {
    .login-code-box {
        right: 0;
    }
}

/*活动配套服务*/
.support_service_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    top: 0;
    display: none;
}

.support_service_inner {
    width: 1000px;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -500px;
    border-radius: 5px;
}

.support_service_inner .support_hd {
    height: 50px;
    line-height: 50px;
    background: #f4f5f9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.support_service_inner .support_hd span {
    padding-left: 20px;
}

.support_service_left {
    padding: 20px;
    width: 625px;
}

.support_l_title {
    text-align: center;
    font-size: 16px;
    margin: 10px;
}

.support_service_right {
    width: 335px;
    height: 530px;
    background: #f4f5f9;
    margin-top: 20px;
    border-bottom-right-radius: 5px;
}

.support_hd .cha {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(/script/layer/theme/default/icon.png) no-repeat -82px -40px;
    cursor: pointer;
    margin: 16px;
}

.support_service_right_inner {
    padding: 20px;
}

.support_service_right_inner .complaint_tel {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 295px;
}

.support_service_right_inner .complaint_tel span {
    display: block;
}

.service_intro {
    width: 283px;
    border: 1px solid #efefef;
    background: #fff;
    margin-top: 15px;
}

.service_name {
    width: 250px;
    border-left: 3px solid #f39800;
    line-height: 18px;
    font-size: 14px;
    color: #233040;
    margin: 13px 0 0 -1px;
    padding: 3px 10px 3px 15px;
    display: inline-block;
}

.service_content {
    text-align: left;
    line-height: 18px;
    padding: 8px 15px 0 20px;
    font-size: 12px;
    color: #65717f;
}

.service_content_more {
    color: #f39800;
}

.service_content_more:hover {
    color: #cf8100;
}

.service_tel_box {
    text-align: center;
    padding: 13px 0;
}

.service_tel {
    display: inline-block;
    width: 235px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #f39800;
    border: 1px solid #f39800;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: default;
}

.service_tel .icon-dianhua {
    margin-right: 10px;
}

.service_other {
    padding: 20px 0;
    text-align: center;
    color: #f39800;
    cursor: pointer;
}

.service_other a {
    color: #f39800;
}

.service_other:hover {
    color: #cf8100;
}

.service_other .icon-xuqiu {
    margin-right: 5px;
}

.be_service {
    display: inline-block;
    margin: 30px 0;
    text-align: center;
    width: 100%;
    color: #0098e8;
    cursor: pointer;
}

.be_service:hover {
    color: #107ace;
}

.be_service .icon-service {
    margin-right: 5px;
}

.support_l_tt .shouqi {
    background: #f39800;
    height: 13px;
    width: 3px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.support_l_tt {
    margin: 10px 0;
}

.support_web_set {
    min-height: 110px;
}

.support_web_set p {
    font-size: 12px;
}

.support_web_set_li {
    display: inline-block;
    width: 108px;
    height: 98px;
    float: left;
    margin-left: 14px;
    border: 1px solid #d2d2d2;
    text-align: center;
    cursor: pointer;
}

.support_web_set_li:hover {
    color: #f39800;
}

.support_web_set i {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 15px 0 8px;
    background: url(/image/fuwu/icon.png) no-repeat;
}

.support_web_set :nth-child(1) i {
    background-position: 0 0;
}

.support_web_set :nth-child(2) i {
    background-position: -42px 0;
    width: 36px;
}

.support_web_set :nth-child(3) i {
    background-position: -77px 0;
}

.support_web_set :nth-child(4) i {
    background-position: -118px 0;
    width: 36px;
}

.support_web_set :nth-child(5) i {
    background-position: -153px 0;
}

.support_l_offline_li {
    width: 85px;
    height: 85px;
    float: left;
    margin-left: 16px;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
}

.support_l_offline_li:hover {
    color: #f39800;
}

.support_l_offline_li i {
    display: inline-block;
    width: 31px;
    height: 39px;
    margin: 10px 0 0;
    background: url(/image/fuwu/icon.png) no-repeat;
}

.support_l_offline p {
    font-size: 12px;
}

.this_support {
    background: #f4f5f9;
    border-color: #f4f5f9;
}

.support_list_intro {
    clear: both;
    width: 100%;
    margin-left: 14px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
    background-color: #f4f5f9;
    padding-left: 10px;
    display: none;
}

.support_l_offline .support_list_intro {
    margin-left: 16px;
}

/*城市定位*/
.city_orientation {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 95px;
}

.city_orientation .sanjiao {
    margin: -1px 0 0 3px;
}

.city_line {
    margin: 0 10px 0 15px;
    color: #ccc;
}

.city_orientation:hover .citys_box {
    display: block;
}

.citys_box {
    width: 484px;
    height: auto;
    display: none;
    position: absolute;
    left: -1px;
    top: 65px;
    z-index: 1005;
    background: #fff;
    text-align: left;
    opacity: .95;
    border: 1px solid #efefef;
    box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.15);
    margin-top: 6px;
}

.citys_box:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #eee;
    border-bottom: none;
    border-right: none;
    top: -9px;
    left: 28px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px 2px 2px rgba(255, 255, 255, 0.05);
}

.citys_nav {
    width: 448px;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.citys_nav ul li {
    float: left;
    margin-right: 40px;
    line-height: 60px;
    cursor: pointer;
}

.choose_city {
    margin: 20px 18px 15px;
    display: none;
}

.thiscity {
    display: block;
}

#city_style0 ul li {
    display: inline-block;
    float: left;
    color: #666;
    font-size: 14px;
    padding: 0 30px 30px;
    line-height: 20px;
}

.choose_city2 ul li {
    display: inline-block;
    float: left;
    color: #666;
    font-size: 14px;
    padding: 0 5px 15px 7px;
    line-height: 20px;
}

.choose_city2 i {
    float: left;
    width: 18px;
    line-height: 20px;
    font-style: normal
}

.choose_city2 ul {
    float: left;
    width: 428px;
}

.choose_city_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#city_style0 ul li:hover {
    color: #0098e8;
}

.choose_city ul .tab_city:hover {
    color: #0098e8;
}

.comgifbox {
    position: relative;
}

.comgif {
    position: absolute;
    top: -8px;
    right: -36px
}

.online-exhibition {
    width: 60px;
    height: 60px;
}


/*发布活动弹窗*/

.create-inPop, .create-inExpo, .create-inPage {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
    display: none;
}

.create-inPop .create-modal-body, .create-inExpo .create-modal-body, .create-inPage .create-modal-body {
    width: 612px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: #eef8ff;
}

.create-inPop .create-modal-title, .create-inExpo .create-modal-title, .create-inPage .create-modal-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 68px;
}

.create-inPop .create-modal-close, .create-inExpo .create-modal-close, .create-inPage .create-modal-close {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #aaa;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.create-inPop .lessons-wrapper, .create-inPage .lessons-wrapper {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    padding: 20px 130px 32px;
}

.create-inExpo .lessons-wrapper {
    display: flex;
    margin-top: 66px;
    justify-content: center;
    padding: 60px 130px 32px;
}

.create-inPop .lessons-box, .create-inPage .lessons-box {
    width: 114px;
    height: 150px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.create-inExpo .create-expo {
    width: 180px;
    height: 150px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.create-inPop .lesson-text, .create-inPage .lesson-text {
    position: relative;
    font-size: 18px;
    color: #555;
    margin-top: 19px;
    text-align: center;
}

.create-inExpo .lesson-text {
    position: relative;
    font-size: 22px;
    color: #555;
    margin-top: 19px;
    text-align: center;
}

.online-activity {
    display: inline-block;
    background: url(/image/index/icon-more.png) no-repeat -120px -126px;
    width: 60px;
    height: 60px;
}

.create-inPop .live-modal-body, .create-inExpo .live-modal-body, .create-inPage .live-modal-body {
    width: 420px;
    height: 300px;
}

.live-wrapper {
    margin-top: 60px;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
}

.create-inPop .create-modal-title, .create-inExpo .create-modal-title, .create-inPage .create-modal-title {
    margin-top: 50px;
}

.upload-live {
    /*position: absolute;*/
    /*top: 32px;*/
    /*right: 72px;*/
    width: 134px;
    line-height: 36px;
    font-size: 14px;
    color: #1b85d5;
    border-radius: 4px;
    border: 1px solid #1b85d5;
    background: rgb(245, 245, 245);
    text-align: center;
    cursor: pointer;
}

.upload-tip {
    cursor: pointer;
    color: #1b85d5;
}

.icon-expo {
    display: inline-block;
    background: url(/image/activity/icon-activity-expo.png) no-repeat;
    width: 60px;
    height: 60px;
}

.icon-company {
    display: inline-block;
    background: url(/image/index/icon-more.png) no-repeat 0 -126px;
    width: 60px;
    height: 60px;
}
.icon-info{
    width: 24px;
    height: 20px;
    display: inline-block;
    background: url('/image/index/set.png') no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}