﻿.lh1_4 {
    line-height: 1.4
}

.ly_top {
    background: #F8F8F8;
    border-bottom: 1px #f1f2f7 solid;
    height: 32px;
    line-height: 32px;
    color: #C8C8C8;
}

.logo {
    width: 180px;
    height: 52px;
    display: inline-block;
    background: url("../images/yy960_logo.png") no-repeat;
}

.searchbox {
    margin-left: 280px;
    margin-right: 245px;
    padding-top: 10px
}

.inputbox {
    display: inline-block;
    width: 520px;
    border: 2px #1ABC9C solid;
    /* overflow: hidden; */
    float: left;
    position: relative;
}

.inputbox .search_type, .inputbox input, .inputbox button {
    border: none;
    outline: none;
    font-size: 12px;
    height: 36px;
    line-height: 36px
}

.inputbox .search_type {
    width: 100px;
    /* padding-left: 20px; */
    /* padding-right: 10px; */
    display: inline-block;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    position: relative;
    cursor:pointer;
}
.search_type>img{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0,-50%);
}
.search_type>img.active{
    /*transform: translate(0,-50%)rotate(180deg);*/
    /*transition: rotate 0.5s;*/
}
.select_list{
    position: absolute;
    top: 37px;
    left: -2px;
    text-align: center;
    border: 2px #1ABC9C solid;
    box-sizing: content-box;
    width: 100px;
    border-top: 0;
    z-index: 101;
    background-color: #fff;
}
.select_list>ul{

}
.select_list>ul>li{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    cursor:pointer;
}
.select_list>ul>li:hover{
    color: #1ABC9C;
}



.inputbox input {
    border-left: 1px #E5E5E5 solid;
    width: 450px;
    padding: 0 7px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.inputbox button {
    background: #1ABC9C;
    float: right;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    width: 66px;
}

.hotword a {
    color: #999;
    padding: 2px 5px;
    font-size: 12px
}

.hotword .cred {
    color: #f00;
}

.hotword {
    color: #999;
}

.btn_null {
    display: inline-block;
    border: 1px #e5e5e5 solid;
    padding: 8px 15px;
}

.btn_null.small {
    padding: 5px 15px;
    border-radius: 3px
}

ul.navbar {
    margin: 0 !important;
    min-height: 0;
    margin-top: 40px
}

.sprite:after {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    position: absolute;
    right: 12px;
    top: 10px;
}

.s_h:after {
    background-position: 0 0;
}

.s_n:after {
    background-position: -9px 0;
}

.navbar > li {
    display: inline-block;
    float: left;
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.navbar li a {
    display: block;
    font-size: 16px;
    position: relative;
}

.navbar > li.active > a, .navbar > li:hover > a {
    color: #fff;
    background: #1ABC9C
}

.navbar > li:hover .subul {
    display: block;
}

.subul {
    border: 2px #1ABC9C solid;
    position: absolute;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    display: none;
}

.subul > li {
    background: #fff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
}

.subul > li:hover a {
    color: #1ABC9C;
}

.m_app {
    position: relative;
    line-height: 32px;
    display: inline-block;
    padding: 0 8px;
}

.m_app:hover {
    background: #fff;
    padding-top: 1px;
    z-index: 110
}

.m_app:hover div {
    display: block
}

.m_app div {
    position: absolute;
    z-index: 100;
    border: 1px #f1f2f7 solid;
    background: #fff;
    padding: 15px;
    left: -40px;
    display: none;
    border-top: 0;
    top: 33px;
}

.tov {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.downlist {
    display: inline-block;
    color: #666;
    cursor: pointer;
    padding: 0 5px;
    border: 1px #F8F8F8 solid;
    position: relative;
}

.downlist:hover {
    border-color: #ddd;
}

.downlist ul {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #fff;
    left: -1px;
    top: 33px;
}

.downlist:hover ul {
    display: block;
    border: 1px #ddd solid;
    border-top: 0
}

.downlist ul li {
    text-align: center;
}

.downlist ul li:hover {
    background: #F4F4F4
}

.downlist ul li:hover a {
    color: #5D9CEC;
}

/* flexslider */
.flexslider {
    position: relative;
    width: 710px;
    height: 320px;
    overflow: hidden;
    background: url(../images/as/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.flexslider .slides li {
    height: 320px;
    cursor: pointer;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/as/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

/*.flex-direction-nav li a.flex-prev{left:40px;background:url(images/as/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(images/as/next.png) center center no-repeat;}*/
/*login登录*/
.logindiv {
    width: 250px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100
}

.logindiv .bgfff {
    padding: 10px 20px;
}

.logindiv h2 {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 10px
}

.logindiv .inputs {
    height: 38px;
    line-height: 38px;
    border: 1px #bccdd5 solid;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1)
}

.btn_login {
    display: block;
    background: #FFAB1A;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 12px 0;
    border: 0;
    width: 100%;
    font-weight: 600
}

.btn_cc, .btn_green {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 3px
}

.btn_cc {
    background: #F39801
}

.btn_green {
    background: #2AC1BA
}

.idsbox {
    margin-top: 10px;
    font-size: 12px
}

.idsbox a {
    display: inline-block;
    float: left;
    width: 33%;
    text-align: center
}

.idsbox span {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.ids1 {
    background: url("../images/as/ids.png") 0 0 no-repeat;
}

.ids2 {
    background: url("../images/as/ids.png") -40px 0 no-repeat;
}

.ids3 {
    background: url("../images/as/ids.png") -80px 0 no-repeat;
}

.loginText {
    color: #1ABC9C;
}

/*lg_after*/
.sd_use {
    overflow: hidden;
}

.sd_img img, .sd_img {
    width: 60px;
    height: 60px;
    border-radius: 500px;
}

.rz_ico span {
    display: inline-block;
    background-image: url("../images/as/sprite.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 24px;
}

.rz1 {
    background-position: 0 0;
}

.rz2 {
    background-position: -30px 0;
}

.rz3 {
    background-position: -60px 0;
}

.rz1ed {
    background-position: 0 -25px;
}

.rz2ed {
    background-position: -30px -25px;
}

.rz3ed {
    background-position: -60px -25px;
}

.qddiv {
    text-align: center;
    background: #FFF8D9;
    margin-top: 15px
}

.sd_info {
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 10px
}

/*代理需求*/
.dlxqbox {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    width: 855px;
    margin: 0 auto;
}

.dlwrap {
    width: 4500px;
}

.dlwrap li {
    background: #F5F5F5;
    width: 155px;
    height: 200px;
    padding: 30px 10px 20px;
    border-bottom: 2px #E2E2E2 solid;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 50px
}

.dlwrap li:hover {
    border-bottom-color: #2AC1BA
}

.dlwrap li a {
    display: block;
}

.dlwrap li a > p > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.dlwrap img {
    width: 100px;
    height: 100px;
    border-radius: 500px;
}

.dl_left {
    position: absolute;
    left: 0;
    top: 150px;
    cursor: pointer;
}

.dl_right {
    position: absolute;
    right: 0;
    top: 150px;
    cursor: pointer;
}

.dl_left i, .dl_right i {
    font-size: 60px;
    color: #ccc;
}

.dl_left i:hover, .dl_right i:hover {
    color: #2AC1BA;
}

/*index layout布局*/
.layout_wrap {
    margin-top: 20px;
}

.ly_title {
    overflow: hidden;
}

.ly_title span {
    font-size: 22px;
    color: #333;
    border-left: 3px #FD7B81 solid;
    padding-left: 5px;
    float: left
}

.lybox {
    margin-top: 5px;
    border-top: 1px #FD7B81 solid;
}

.lyleft {
    float: left;
    width: 230px;
}

.lyleft > a {
    display: inline-block;
    width: 100%;
    height: 392px;
    background-color: #fe7b81;
    color: #fff;
    text-align: center;
}

.lyleft > a > p {
    font-size: 30px;
    margin-top: 25px;
}

/*.lyleft>a>img{ width: 120px;height: 120px;margin-top: 35px;margin-bottom: 50px;}*/
.lyleft > a > span {
    display: block;
    font-size: 12px;
}

.lyright {
    float: right;
    width: 220px;
}

.lycon {
    margin-left: 230px;
    margin-right: 220px;
}

.lytab li {
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.lytab {
    border-bottom: 1px #EEE solid;
    height: 36px
}

.lytab a {
    display: block;
    line-height: 35px;
    margin-bottom: -1px;
}

.lytab .active a {
    border-bottom: 1px #FD7B81 solid;
}

.lylist {
    overflow: hidden;
}

.lyitem {
    padding: 15px;
    text-align: center;
    display: inline-block;
    width: 150px;
    box-sizing: content-box;
    float: left;
    box-sizing: border-box;
}

.lyitem > div {
    width: 120px;
    height: 120px;
}

.lyitem a:hover {
    color: #1ABC9C;
}

.lyitem img {
    width: 120px;
    height: 120px;
}

.lyitem > p {
    font-size: 0;
    margin-top: 5px;
}

.lyitem > p a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.lyitem > p span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lyitem:hover {
    background-color: #f2f2f2;
}

#otc .ly_title span {
    border-left: 3px #61D3CB solid;
}

#otc .lybox {
    border-top: 1px #61D3CB solid;
}

#otc .lytab .active a {
    border-bottom: 1px #61D3CB solid;
}

#ylqx .ly_title span {
    border-left: 3px #39C5FF solid;
}

#ylqx .lybox {
    border-top: 1px #39C5FF solid;
}

#ylqx .lytab .active a {
    border-bottom: 1px #39C5FF solid;
}

#bjp .ly_title span {
    border-left: 3px #FDAA72 solid;
}

#bjp .lybox {
    border-top: 1px #FDAA72 solid;
}

#bjp .lytab .active a {
    border-bottom: 1px #FDAA72 solid;
}

.hotj {
    background: #F8F8F8;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px #eee solid;
    height: 25px;
}

.hotlist {
    padding: 0 15px;
    border: 1px #eee solid;
    height: 330px
}

.hotlist a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 15px
}

.hotlist a:hover {
    color: #1ABC9C;
}

/*newslist*/
.newsitem {
    display: inline-block;
    float: left;
    width: 356px;
    border: 1px #eee solid;
    padding: 5px 15px;
    margin-right: 18px
}

.newsitem:nth-child(3) {
    margin-right: 0
}

.nw_tit {
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
}

.nw_body a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nw_body a:hover {
    color: #61D3CB;
}

.linkbox {
    border: 1px #eee solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

.linkbox li {
    display: inline-block;
    float: left;
    padding: 8px 15px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.linkbox li.active {
    background: #fff
}

.linkbox ul {
    background: #F8F8F8
}

.links {
    padding: 15px;
}

.links a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px
}

.links a:hover {
    color: #1ABC9C;
}

/*自定义checkbox*/
.zj_checkbox {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px
}

.zj_checkbox .w_check {
    position: absolute;
    left: 0;
    opacity: 0
}

.icon-zjcheck:before {
    content: "\ea53";
    color: #ddd;
}

.w_check:checked + .icon-zjcheck:before {
    content: "\ea52";
    color: #1ABC9C;
}

/*页脚*/
.feg {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 20px
}

.lay_bom {
    text-align: center;
    padding: 20px;
}

.lay_bom img {
    display: inline-block;
    margin: 0 15px;
}

.footer {
    background: #F4F4F4;
}

.ftbox {
    border-bottom: 1px #E5E5E5 solid;
    padding: 30px 0;
}

.ftbox li {
    display: inline-block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 45px
}

.ftbox li > span {
    display: inline-block;
    width: 67px;
    height: 67px;
    vertical-align: middle;
}

.ftbox li > div {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.ftip1 {
    background: url("../images/ftip.png") 0 0 no-repeat;
}

.ftip2 {
    background: url("../images/ftip.png") -67px 0 no-repeat;
}

.ftip3 {
    background: url("../images/ftip.png") -134px 0 no-repeat;
}

.ftip4 {
    background: url("../images/ftip.png") -201px 0 no-repeat;
}

.zh_info {
    padding: 30px 0;
}

.zhbox {
    margin-right: 280px;
    margin-left: 460px;
    color: #666;
    font-size: 12px
}

.zh_info a:hover {
    color: #1ABC9C;
}

.zh_info fr > img {
    margin-right: 5px
}

.IAC {
    float: right
}

/*面包屑导航*/
.breadcrumb {
    font-size: 14px;
    color: #999;
    padding: 10px 0;
    background-color: #fff;
}

.breadcrumb a {
    color: #999;
    padding: 0 5px;
}

.lay_left {
    width: 243px;
    background: #fff;
    float: left;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}

.lay_left h2 {
    padding: 10px 15px;
    font-size: 18px;
    background: #F8F8F8;
    border-bottom: 1px #eee solid
}

.lay_left h3 {
    margin: 20px 16px;
    font-weight: 600;
    margin-top: 30px
}

.lay_left h3 span {
    padding-left: 11px;
}

.typeul li a {
    display: block;
    color: #666;
    line-height: 12px;
}

.typeul li {
    padding: 10px 25px;
    border-left: 4px transparent solid;
}

.typeul li.active {
    background: #1ABC9C; /*border-left:4px #5D9CEC solid;*/
}

.typeul li.active > a {
    color: #fff;
}

.lay_right {
    width: 940px;
    float: right;
    margin-left: 15px;
}

.areabox {
    background: #fff;
    padding: 10px 25px;
    position: relative;
    height: 25px;
    overflow: hidden;
    border: 1px #eee solid;
}

.areabox a {
    display: inline-block;
    float: left;
    width: 60px;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px
}

.areabox a.active {
    color: #2AC1BA;
}

.typebox, .ksbox {
    background: #fff;
    padding: 10px 25px;
    position: relative;
    border: 1px #eee solid;
    margin-top: -1px;
}

.typebox .tbdiv {
    max-height: 138px;
    overflow: auto
}

.typebox a {
    display: inline-block;
    float: left;
    min-width: 60px;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    margin-right: 20px
}

.typebox a.active {
    color: #2AC1BA;
}

.more_a {
    position: absolute;
    right: 26px;
    top: 13px;
    cursor: pointer;
    border: 1px #E8E8E8 solid;
    padding: 2px 10px;
    font-size: 12px
}

.areabox.zk, .typebox.zk {
    height: auto !important;
}

.zj_ok {
    cursor: pointer;
    border: 1px #E8E8E8 solid;
    padding: 2px 10px;
    font-size: 12px;
}

.listbox {
    background: #fff;
    margin-top: 15px;
}

.listbox li {
    padding: 20px 25px;
    overflow: hidden;
    border-bottom: 1px #F1F2F7 solid
}

.listbox li:hover {
    background: #FAFAFA
}

.listbox .fl a:hover {
    color: #5D9CEC;
}

.listimg {
    margin-right: 25px
}

.listimg img {
    width: 140px;
    height: 140px;
}

.tips {
    background: #FDFBEF;
    border: 1px #FFDEAB solid;
    color: #E78C07;
    padding: 2px 5px;
    font-size: 12px
}

.vip {
    background: url("../images/other/vip.jpg") top right no-repeat;
    padding-right: 30px
}

.btn_blue.btn {
    display: inline-block;
    padding: 8px 20px;
}

.btn_cc.btn {
    display: inline-block;
    padding: 8px 20px;
}

.btn_blue.lose {
    background: #CECECE
}

/*分页导航*/
.page_group {
    text-align: right;
    padding: 30px 25px;
}

.page_group a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px #E6E6E6 solid;
    margin-left: 10px
}

.page_group a.active {
    background: #1BBC9B;
    color: #fff;
}

/*详情页面*/
.cp_xq {
    overflow: hidden;
    background: #fff;
    padding: 25px;
    border: 1px #F2F2F2 solid;
}

.cptable {
    margin-top: 10px;
    width: 100%;
}

.cptable td {
    padding: 5px 0;
    padding-left: 30px;
    vertical-align: text-top;
}

.cptable .c999 {
    padding: 5px 0 5px 20px;
    width: 100px
}

.cp_ts {
    background: #F0F4F7;
    padding: 7px 15px;
    margin-top: 10px
}

/*2016-12-20*/
.cpitem h3 {
    background: #F6F6F6;
    padding: 10px 20px;
    color: #333;
    font-size: 18px;
}

.cpitem .cptbox {
    padding: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.cptbox2 {
}

.cptbox2 > span {
    display: inline-block;
    width: 50px;
    height: 30px;
}

.cptbox2 > input {
    display: inline-block;
    width: 300px;
    height: 30px;
    margin-right: 30px;
    padding-left: 6px;
}

.cp_tp1 {
    background: #2AC1BA;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px
}

.cp_tp2 {
    background: #FF9000;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px
}

.company_ul li {
    float: left;
    width: 50%;
}

.company_ul, .company_ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.xq_left {
    width: 938px;
    float: left;
    background: #fff;
}

.xqul {
    background: #F7FBFE;
    overflow: hidden;
}

.xqul li {
    display: inline-block;
    float: left;
    padding: 15px 30px;
    border-bottom: 2px transparent solid;
    cursor: pointer;
}

.xqul li.active {
    background: #fff;
    border-bottom-color: #1ABC9C
}

.tabbox {
    padding: 25px;
    background: #fff
}

.xq_tit {
    padding: 10px 0 10px 30px;
    line-height: 1.1;
    border-bottom: 1px #E6E6E6 dashed;
}

.xq_tit span {
    font-size: 18px
}

.xq_tit p {
    font-size: 12px;
    color: #999;
}

.xq_right {
    width: 243px;
    float: right;
}

.xqbox {
    border: 1px #F2F2F2 solid;
    padding: 0 15px;
    background: #fff;
}

.w_tit {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px #E5E5E5 solid;
    line-height: 30px
}

.xbimg {
    border: 1px #e5e5e5 solid;
}

.xbimg img {
    width: 50px;
    height: 50px;
}

.xqbox li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px #E5E5E5 dashed;
}

/*快捷导航条*/
.quickbar {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 101;
}

.quickbar ul {
    border: 1px #E5E5E5 solid;
    border-bottom: none;
}

.quickbar ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    border-bottom: 1px #e5e5e5 solid;
    background: #fff;
    position: relative;
    /*cursor: pointer;*/
}

.quickbar ul span {
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-top: 13px;
    background-image: url("../images/navbar.png");
    background-repeat: no-repeat;
}

.qk1 {
    background-position: 0 0
}

.qk2 {
    background-position: -23px 0
}

.qk3 {
    background-position: -46px 0
}

.qk4 {
    background-position: -70px 0
}

.qk5 {
    background-position: -94px 0;
    width: 23px !important;
}

.qk6 {
    background-position: -116px 0;
    width: 23px !important;
}

.qk7 {
    background-position: -138px 0
}

.qk8 {
    background-position: -186px 0
}

.qk9 {
    background-position: -161px 0
}

.mask {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #1ABC9C;
    z-index: 10;
    border: 1px #1ABC9C solid;
    left: -1px;
    display: none;
    top: -1px;
}

.mask a {
    display: block;
    color: #fff;
}

.mcode {
    position: absolute;
    top: 0;
    left: -120px;
}

.mcode img {
    width: 120px;
    height: auto
}

.     ul li:hover .mask {
    display: block;
}

/*as_list*/
.list_item {
    display: inline-block;
    overflow: hidden;
    background: #fff;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
}

.list_item:hover {
    background: #FAFAFA
}

.list_item > .fr {
    width: 200px
}

.dsl_img {
    float: left;
    width: 110px;
    height: 110px;
    border: 1px #F2F2F2 solid;
    padding: 3px;
}

.dsl_img img {
    width: 100%;
    height: auto
}

.dsl_info {
    margin-left: 130px;
    padding-top: 10px
}

.dsl_info a:hover {
    color: #5E9BEC;
}

.cp_info {
    width: 520px;
    display: block;
}

.cp_info td {
    font-size: 12px;
    color: #999;
    line-height: 25px;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.cp_info tbody {
    display: block;
}

.cp_info tbody tr {
    display: block;
}

.list_tip {
    border: 1px #ddd solid;
    padding: 1px 5px;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    margin: 3px 0;
    margin-right: 5px;
}

.address {
    background: #F1FFF0;
    border: 1px #D3EEC5 solid;
    border-radius: 3px;
    padding: 0px 8px;
    color: #9ADB77;
    display: inline-block;
    margin-left: 10px
}

.list_header {
    background: #FAFAFA;
    border: 1px #eee solid;
    padding: 6px 10px;
}

.sort {
    font-size: 12px;
    margin-top: 3px
}

.sort a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px
}

.sort a.active {
    color: #2AC1BA;
}

.xq_dls {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    border-bottom: 1px #E5E5E5 solid;
}

.sw_tel {
    color: #999;
    font-size: 12px;
    display: inline-block;
    padding: 2px 5px;
    border: 1px #E5E5E5 solid
}

.dl_tel {
    background: #FAFAFA;
    padding: 10px 25px;
    margin-left: 75px;
    margin-right: 15px;
    margin-top: 10px
}

.browul li {
    display: inline-block;
    width: 13.7%;
    text-align: center;
    margin-bottom: 20px;
}

.browul li > p {
    font-size: 0;
}

.browul li > p > a {
    width: 110px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 0.25em;
}

.browul img {
    width: 50px;
    height: 50px;
    border: 1px #E5E5E5 solid;
}

.bm {
    border-bottom: 1px #E5E5E4 dashed;
}

.xuq_left {
    display: inline-block;
    float: left;
    font-size: 0;
    position: relative;
}

.xuq_right {
    display: inline-block;
    float: right;
    text-align: right;
    width: 15%;
    margin-left: 30px;
    text-align: center;
}

.xuq_right img {
    width: 50px;
    height: 50px
}

/*器械分类*/
.xqtitle {
    background: #FCFDFF;
    height: 50px;
    line-height: 50px;
    color: #A3ACB5;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}

.xqtitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #A3ACB5
}

.xqtitle a {
    color: #A3ACB5;
}

.xqtype_box {
    margin-bottom: 20px
}

.xqtype_box li {
    display: inline-block;
    float: left;
    background: #fff;
    padding: 20px;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px #F1F2F7 solid;
}

.xqtype_box li img {
    max-height: 135px;
}

.xqtype_box li a {
    display: block;
    text-align: center
}

/*行业资讯*/
.aretit {
    color: #676767;
    font-size: 20px;
    padding: 10px 20px;
    border-top: 15px #F8F8F8 solid;
}

.aretit span {
    display: block;
    border-bottom: 1px #E5E5E5 solid;
    padding-bottom: 10px
}

.adv_a {
    border-top: 15px #F8F8F8 solid;
    display: block
}

.newsul {
    background: #fff;
    padding: 20px;
}

.newsul li {
    list-style-position: inside;
    border-bottom: 1px #E5E5E5 dashed;
    padding: 10px 0;
}

.newsul li:hover a, .newsul li:hover, .newsul li:hover span {
    color: #5C9DF1;
    background: #FAFAFA;
    font-size: 14px
}

.newsul a {
    display: block;
}

.newtit {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.newsbox {
    padding: 50px 30px;
}

.nbc_tit {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px #E5E5E4 dashed;
}

.nbc_content {
    color: #666;
    line-height: 2.5;
    margin-top: 30px
}

.nbc_content p {
    text-indent: 20px
}

/*关于我们*/
.aboutit {
    font-size: 22px;
    padding: 15px 30px;
    border-bottom: 1px #E6E6E6 solid;
    border-top: 1px #E6E6E6 solid;
    position: relative;
}

.aboutit:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px transparent solid;
    border-bottom-color: #e6e6e6;
    bottom: 0px;
    left: 50px;
}

.aboutit:after {
    content: "";
    display: block;
    position: absolute;
    border: 10px transparent solid;
    border-bottom-color: #fff;
    bottom: -1px;
    left: 50px;
    z-index: 5
}

.aboutbox {
    padding: 30px;
    line-height: 2
}

/*h_login.html*/
.h_top {
    padding: 30px 0;
    overflow: hidden;
}

.h_ttit {
    font-size: 18px;
    color: #999;
    display: inline-block;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px #D3D3D3 solid;
    line-height: 45px;
    font-weight: 600
}

.h_nav li {
    display: inline-block;
    float: left;
    width: 100px;
    text-align: center;
    line-height: 45px
}

.h_nav li a {
    color: #666;
    font-size: 16px
}

.h_nav li.active a {
    color: #4CD4A6;
}

.bgbox {
    position: relative;
    background: #4CD4A6
}

.bgbox > img {
}

.h_login {
    background: #fff;
    position: absolute;
    top: 72px;
    right: 20%;
    width: 346px;
    padding: 30px 20px;
    z-index: 5
}

.h_gourp {
    margin-top: 20px;
    border: 1px #E5E5E5 solid;
    height: 40px;
    line-height: 40px;
}

.h_gourp input {
    border: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
}

.h_user {
    background: url("images/as/lg_user.png") 7px no-repeat;
}

.pwd {
    background: url("images/as/pwd.png") 9px no-repeat;
}

.yzm {
    border: 1px #e5e5e5 solid;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    display: inline-block;
    width: 40%;
    margin-right: 15px
}

.btn_mit {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #4CD4A6;
    font-size: 16px;
    border: 0;
    display: block;
    width: 100%
}

/*注册*/
.rebox {
    background: #fff;
    padding: 70px 40px;
    overflow: hidden;
}

.re_left {
    display: inline-block;
    float: left;
    width: 780px;
}

.reinput input {
    border: 1px #ccc solid;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    width: 275px;
    padding: 0 5px;
    margin: 0 10px;
}

.reinput {
    padding-bottom: 30px;
}

.reinput.error {
    padding: 0;
}

.error p {
    color: #f00;
    font-size: 12px;
    margin-left: 100px;
    line-height: 30px
}

.re_yzm {
    background: #FBFBFB;
    border: 1px #CCC solid;
    padding: 8px 25px;
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.btn_register {
    background: #1ABC9C;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 285px;
    border-radius: 3px
}

.re_right {
    display: inline-block;
    width: 285px;
    float: right;
    border-left: 2px #E5E5E5 dashed;
    padding-left: 45px;
    padding-top: 10px
}

.lz_adv {
    background: #1ABC9C;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 15px
}

.lz_adv:after {
    content: "";
    display: block;
    position: absolute;
    border: 8px transparent solid;
    border-top-color: #1ABC9C;
    left: 50%;
    margin-left: -8px;
}

.re_right div > p {
    text-indent: 20px;
    margin-top: 20px
}

/*layerui css重写 自定义皮肤*/
.zj_pop .layui-layer-btn0 {
    background: #FF9900 !important;
    border-color: #ff9900 !important;
    border-radius: 3px !important;
}

.zj_pop .layui-layer-title {
    font-weight: 600
}

.zj_pop .layui-layer-content {
    padding: 20px 15px;
    overflow: hidden;
}

.layui-layer-content label {
    float: left;
    display: inline-block;
    width: 25%;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zj_pop .layui-layer-btn1 {
    background: #CCC;
    color: #fff;
    border-color: #CCC;
    border-radius: 3px;
}

/* tsShopContainer */
#tsShopContainer li, #tsShopContainer img {
    vertical-align: top;
}

#tsShopContainer {
    width: 380px;
    position: relative;
    border: 1px solid #CCC;
    font-size: 12px;
    padding-bottom: 5px;
}

#tsShopContainer #tsImgS {
    text-align: center;
    width: 100%;
    position: relative;
}

#tsShopContainer #tsImgS a {
    display: block;
    text-align: center;
    margin: 0px auto;
}

#tsShopContainer #tsImgS img {
    border: 0px;
}

#tsShopContainer #tsPicContainer {
    width: 100%;
    height: 75px;
    position: relative;
    background: url(/static/images/scrollPicbg.gif) repeat-x 0px 0px;
}

#tsShopContainer #tsPicContainer #tsImgSArrL {
    width: 17px;
    height: 100%;
    background: url(/static/images/picshopArr.gif) no-repeat left center;
    position: absolute;
    top: 0px;
    left: 8px;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
    width: 17px;
    height: 100%;
    background: url(/static/images/picshopArr.gif) no-repeat right center;
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
    position: absolute;
    top: 10px;
    left: 22px;
    width: 1px;
    height: 70px;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
    width: 100%;
    overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
    width: 65px;
    float: left;
    cursor: pointer;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
    padding: 3px;
    margin: 1px;
    border: 1px solid #e4e4e4;
    display: block;
    width: 45px;
    height: 45px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
    border: 2px solid #4ACCC3;
    margin: 0px;
}

/*VIP*/
.md_tit {
    background: #FAFAFA;
    color: #333;
    padding: 10px;
    border: 1px #eee solid;
}

.md_table {
    width: 100%;
}

.md_table tr {
    border-bottom: 1px #e5e5e5 dashed;
}

.md_table th {
    font-weight: 600
}

.md_table tr:hover {
    background: #fafafa
}

.md_table th, .md_table td {
    padding: 10px;
}

.lx-info span {
    padding-right: 125px;
}

.lx-info {
    background: #F0F0F0 !important;
    display: none;
}

/**************
网上展馆
**************/
.hall_banner {
    padding: 15px 0;
}

.halls {
    width: 100%;
    display: inline-block;
    border: 1px #eee solid;
    margin-top: 20px;
    float: left;
    height: 300px
}

.halls:nth-child(2n+0) {
    float: right
}

.hall_top {
    background: #FAFAFA;
    overflow: hidden;
    padding: 10px 15px;
}

.hall_top img {
    width: 70px;
    height: 70px
}

span.vip {
    display: inline-block;
    background: url(/static/images/auth.png) no-repeat;
    width: 44px;
    height: 20px;
    background-size: 100%;
    padding-right: 0;
    margin-top: 7px;
    margin-left: 10px;
}

.hall_body {
    padding: 15px;
    overflow: hidden;
}

.hb_cp img {
    width: 168px;
    height: 168px;
    border: 1px #eee solid;
}

.hb_cp {
    float: left;
    width: 176px;
    height: 214px;
    margin-right: 28px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
}

.hb_cp:nth-child(3n+0) {
    margin-right: 0;
}

.zbShowTitle > h3 {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin-top: 16px;
}

.hall_left {
    float: left;
    width: 210px;
    height: 218px;
    text-align: center;
    background-color: #ededed;
    text-align: center;
    padding: 0 12px;
}

.hall_left > img {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.hall_left > p:nth-of-type(1) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.hall_left > .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-indent: 2em;
    text-align: left;
}

/*NEW*/
.jobBlock {
    font-size: 12px;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 25px;
    border: 1px solid #eee;
    color: #ff9804;
    border-color: #ffe0b3;
}

.highlights__title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.highlights {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.imgList > p {
    font-size: 14px;
    margin-bottom: 15px;
}

.imgBox {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgBox > img {
    width: 100%;
    height: 100%;
}

/*弹出遮罩登录*/
.maskLogin,.maskLogin2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.loginBox,.loginBox2 {
    width: 610px;
    height: 294px;
    padding: 40px 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
}

.loginBox .hint,.loginBox2 .hint {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ff2e49;
    font-size: 13px;
}

.loginBox .text-center,.loginBox2 .text-center {
    line-height: 1.1;
    font-size: 26px;
    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    margin-bottom: 30px;
}

.loginBox .form-group,.loginBox2 .form-group {
    margin-bottom: 20px;
}

.loginBox .form-group > .btn-info,.loginBox2 .form-group > .btn-info {
    color: #fff;
    background-color: #3498DB;
    border-color: #3498DB;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0;
    padding: 6px 12px;
}

.loginBox .form-control,.loginBox2 .form-control {
    display: block;
    width: 300px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2C3E50;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.loginBox .btn-primary,.loginBox2 .btn-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
    display: block;
    width: 100%;
}

.loginBox .loginBox_right,.loginBox2 .loginBox_right {
    text-align: center;
    width: 220px;
    margin-left: 30px;
    flex: 1;
}

.code_box,.code_box2 {
    position: relative;
}
.password_box,.password_box2{
    display: none;
    position: relative;
}
.switchLogin{
    position: absolute;
    bottom: -25px;
    left: 0;
    color: #2ec0f2;
    cursor: pointer;
}



/*评论留言*/
.comment_list {
    padding: 10px;
}

.comment_box {
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.comment_box_left {
    float: left;
    margin-right: 15px;
}

.comment_box_left > img {
    width: 50px;
    height: 50px;
    border-radius: 40px;
}

.comment_box_right {
    float: left;
    font-size: 0;
    width: 90%;
}

.comment_box_right > .name {
    font-size: 14px;
}

.comment_box_right > .time {
    font-size: 12px;
    color: #999;
}

.comment_box_right > .content {
    font-size: 14px;
    height: auto;
    width: 100%;
}

.lookPhone {
    background-color: #439cff;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
}

/*new专科展馆*/
.zkshow_category {
    padding: 13px 25px;
    position: relative;
    height: 50px;
    overflow: hidden;
    border: 1px #eee solid;
    background-color: #fff;
    padding-bottom: 0;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 15px;
}

.zkshow_category.zk {
    height: auto !important;
}

.zkshow_category a {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 2px 14px;
    background: #fff;
    border-radius: 30px;
    margin: 0 8px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.zkshow_category a.active {
    display: inline-block;
    color: #fff;
    background-color: #1abc9c;
}

.zkshow_category a:hover {
    color: #1abc9c;
    border-color: #1abc9c;
    background-color: #fff;
}

.zkshow_num > span {
    color: #ec7153;
    font-size: 16px;
}

.zkshow {
    width: 100%;
    border: 0;
    position: relative;
}

.zkshow > .hall_top {
    background-color: #fff;
    position: relative;
    margin-bottom: 4px;
    padding-left: 27px;
}

.zkshow > .hall_top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 7px;
    height: 28px;
    background-color: #529ef6;
    border-radius: 4px;
}

.zkshow > .hall_top a {
    font-size: 22px;
    color: #333;
}

.zkshow .hall_body {
    padding: 0;
    border: 0;
}

.zkshow .hb_cp {
    width: 176px;
    height: 214px;
    margin-right: 28px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.zkshow .hb_cp:nth-of-type(6) {
    margin-right: 0;
}

.zkshow .hb_cp img {
    width: 176px;
    height: 155px;
    border: 0;
}

.zkshow .text_bottom {
    height: 58px;
    padding: 0;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 10px;
    padding-top: 8px;
    font-size: 0;
}

.zkshow .zkshow_num {
    position: absolute;
    top: 12px;
    right: 6px;
    padding-left: 4px;
    background-color: #fff;
    border-radius: 30px;
    padding-right: 14px;
    box-shadow: 0px 0px 5px 1px #eee;
}

.zkshow .zkshow_num > img {
    vertical-align: -7px;
    width: 28px;
    height: 28px;
}

.halls.zbshow {
    height: auto;
    margin-bottom: 15px;
}

.zbshow > .hall_top {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.zbshow > .hall_top > .proNum {
    width: 30px;
    height: 29px;
    font-size: 18px;
    background-color: #1abc9c;
    color: #fff;
    text-align: center;
}

.zbshow .hall_body {
    border-top: 2px solid #1abc9c;
}

.zbshow > .hall_top::after {
    display: none;
}

.zbshow .hb_cp {
    margin-right: 25px;
    width: 178px;
    height: 218px;
}

.zbshow > .hall_top a {
    font-size: 18px;
    font-weight: 600;
}

.zbshow .hb_cp:nth-of-type(6) {
    margin-right: 0;
}

.zbshow .hb_cp img {
    width: 176px;
    height: 160px;
    border: 0;
}

.list_item {
    position: relative;
}

.recommend {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.recommend > img {
    width: 100%;
    height: 100%;
}

.list_item:nth-of-type(-n+3) .recommend {
    display: block;
}

.bottomAD > a:nth-of-type(3) > img {
    margin-right: 0;
}

/*视频专区*/
.vodList {
    margin-top: 20px;
}

.vodList > .title {
}

.vodList > .title > h6 {
    float: left;
    font-size: 18px;
    margin-bottom: 20px;
}

.vodList > .title > .vodLogo {
    float: left;
    font-size: 18px;
    padding: 0 10px;
    background-color: #1abc9c;
    color: #fff;
    margin-right: 10px;
}

.vod_num {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.vod_box {
    width: 392px;
    /*flex: 1;*/
    margin-right: 12px;
    /*width: 33%;*/
    display: flex;
    margin-bottom: 20px;
}

.vod_box:nth-of-type(3) {
    margin-right: 0;
}

.vod_box:nth-of-type(6) {
    margin-right: 0;
}

.vod_img {
    /*width: 100%;*/
    width: 192px;
    height: 110px;
    position: relative;
    flex: 1;
}

.vod_img > img {
    width: 100%;
    height: 100%;
    /*border-radius: 3px;*/
}

.vod_box > .vod_proname {
    width: 100%;
    height: 110px;
    background-color: #fff;
    padding: 6px;
    font-size: 0;
    box-sizing: border-box;
    flex: 1;
    border: 1px solid #eee;
    border-left: 0;
}

.vod_box > .vod_proname > p {
    font-size: 16px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    line-height: 22px;
    /* margin-bottom: 2px; */
    margin-top: 6px;
    padding-left: 6px;
}

.vod_box > .vod_proname > p:nth-of-type(2) {
    color: #aaa;
    font-size: 12px;
    margin-top: 0;
}

.vod_box > .vod_proname > span {
    /*font-size: 12px;*/
    /*color: #aaa;*/
}

.vod_box > .vod_proname > .extra {
    font-size: 12px;
    margin-top: 20px;
}

.vod_box > .vod_proname > .extra > img {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.vod_box > .vod_proname > .extra > span {
    float: left;
    font-size: 12px;
}

.vod_box > .vod_proname > .extra > em {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

.vod_box:hover {
    color: #39C5FF;
}

.vod_box:hover > .vod_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url("/static/images/vod_play.png") 50% 50% no-repeat;
    background-size: 30%;
}

.vod_play {
    width: 800px;
    margin: 0 auto;
}

.vod_play > video {
    width: 100%;
}

.vod_play_name {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
    margin: 14px 0;
}

.vod_play_Mask {
    border: 1px solid #e4e4e4;
}

.vod_play_top {
    background-color: #f7f7f7;
    height: 54px;
    margin-bottom: 38px;
}

.vod_play_top > ul {
    display: flex;
    width: 100%;
    height: 54px;
    width: 400px;
    margin: 0 auto;
}

.vod_play_top > ul > .vod_tabbar {
    flex: 1;
    width: 140px;
    text-align: center;
    font-size: 15px;
    line-height: 54px;
    cursor: pointer;
}

.vod_play_top > ul > .vod_tabbar.active {
    color: #29b189;
    position: relative;
    font-weight: 600;
}

.vod_play_top > ul > .vod_tabbar.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 54px;
    height: 3px;
    background-color: #29b189;
}

.aboutMore_box {

}

.aboutMore_title {
    height: 53px;
    background-color: #f7f7f7;
    margin-bottom: 25px;
    position: relative;
}

.aboutMore_title > p {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    display: inline-block;
    border-left: 5px solid #29b189;
    padding-left: 15px;
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
}

/*消息数提醒*/
.msgBtn {
    position: relative;
}

.msgBtn > .num {
    display: none;
}

.msgBtn.number > .num {
    display: inline-block;
    position: absolute;
    top: 26%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    color: #fff;
    background-color: #ff0716;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
/*通用底部footer部微信部分*/
.wxclass{
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    background: #56CCF2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #53abed, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #53abed, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.wxclass>.wxkf_QRcode{
    display: none;
    width:120px;
    height:120px;
    position: absolute;
    top:-5px;
    left:50%;
    transform: translate(-50%,-100%);
}
.wxclass:hover>.wxkf_QRcode{
    display: inline-block;
}



.QRcode_box{
    width: 132px;
    margin-right: 15px;
    text-align: center;
}
.QRcode_box>img{
    width: 132px;
    height:132px;
}
.QRcode_box>span{
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}


.mask_select{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.select_area {
    width: 610px;
    height: 320px;
    padding: 40px 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
}
.zs_area,.zp_area{
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #999999;
    border-radius: 5px;
    cursor: pointer;
}
.zs_area .zs_title,.zp_area .zp_title{
    font-size: 16px;
    background:#444;
    color: #fff;
    padding: 3px 6px;
    margin:5px 0;
    border-radius: 3px;
}

.flexslider_left{
    width: 208px;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.flexslider_right{
    height: 320px;
    overflow: hidden;
}
.flexslider_right .slides_right{
    /*height: 320px!important;*/
}
.flexslider_right div{
    /*height: 320px!important;*/
}
.flexslider_right .slides_right li{
    margin-bottom: 10px;
}
.flexslider_right>.slides_right li img{
}




.mr13 {
    margin-right: 13px
}

.position {
    position: relative;
}

.vip_sign {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 42px !important;
    height: 18px !important;
}
.fixed_right{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 120px;
    height: 280px;
    z-index: 3;
}
.fixed_right>a{
    width:100%;
    height:100;
}
.fixed_right>a>img{
    width: 120px;
    height: 280px;
}
.fixed_right>.close{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 20px;
    color: red;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
.flexslider_right{
    width: 262px; margin-left: 10px;
}

.login_card{
    display: flex;
    align-items: flex-start;
}
.login_area{
    width: 208px;
    height: 322px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    background: #F4F4F4;
}
.login_area>.title{
    font-size: 16px;
    font-weight: bold;
    color: #1ABC9C;
    text-align: center;
    margin: 30px 20px 0 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
}
.login_area>.title>img{
    width: 25px;
    height: 25px;
}
.login_area>.content{
    padding:0 10px;
    text-align: center;
}
.login_area>.content>.input_mobile{
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.login_area>.content>.input_password{
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.login_area>.content>.index_code{
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.login_area>.content>.send_index_code{
    width: 85px;
    height: 36px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    background-color: #3498DB;
    border-color: #3498DB;
    padding: 0;
    border: none;
    -webkit-appearance: button;
    cursor: pointer;
    text-align: center;
    vertical-align: -2px;
}
.login_area>.content>.login_btn{
    width: 186px;
    height: 33px;
    line-height: 33px;
    margin-top: 20px;
    background: #2C3E50;
    color: #fff;
    padding: 0;
}
.login_area>.content>.index_avatar{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
}
.login_area>.content>.index_user_name{
    font-size: 16px;
    margin-top: 10px;
}
.login_area>.content>.index_href{
    display: block;
    color: rgb(26, 188, 156);
    font-size: 12px;
    margin-top: 10px;
}
.login_area>.content>.change_login{
    display: block;
    color: rgb(26, 188, 156);
    font-size: 12px;
    margin-top: 10px;
}
.card_area{
    width: 975px;
    position: relative;
    display: inline-block;
}

#login_content2{
    display: none;
}



/*首页弹窗*/
.pop_up_modal{position: fixed;top:0;left:0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 9;}
.pop_up_modal .content{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pop_up_modal .content .pop_up_pic{width: 750px;height: auto;cursor: pointer;}
.pop_up_modal .content .pop_up_close{position: absolute;top: -25px;right: -25px;width: 50px;height: 50px;cursor: pointer;}