body {
    background-color: #f8f8f8;
}

a:hover {
    color: var(--col, #2870FF);
}

::-webkit-scrollbar {
    width: 8px;
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background: var(--col, #2870FF);
}

::-webkit-scrollbar-corner {
    background: #f0f0f0;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

.error_common .bot a:nth-child(2) {
    border: 1px solid var(--col, #2870FF);
    color: var(--col, #2870FF);
}

.error_common .bot a:nth-child(2):hover {
    background-color: var(--col, #2870FF);
}

.hea_nav {
    float: left;
    line-height: 32px;
}

.hea_nav a {
    margin-left: 30px;
    color: var(--col3, #333);
    font-size: 16px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.hea_nav .sel {
    color: var(--col, #2870FF);
}

.hea_nav a:hover {
    color: var(--col, #2870FF);
}

.header_top {
    width: 100%;
    height: 34px;
    background: rgba(40, 112, 255, 0.1);
    line-height: 34px;
}

.header_top .left {
    float: left;
    font-size: 12px;
    color: var(--col9, #999);
}

.header_top a {
    display: block;
}

.header_top .lang {
    float: right;
    font-size: 14px;
    background: url(../images/index/en.png) left center no-repeat;
    margin-left: 10px;
}

.header_top .lang select {
    outline: none;
    padding: 0 4px 0 6px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.header_top .lang a {
    padding-left: 26px;
    color: var(--col3, #333);
}

.header_top .msg {
    float: right;
    font-size: 12px;
    padding-right: 4px;
}

.header_top .msg a {
    color: var(--col, #2870FF);
}

.header_top .loreg {
    float: right;
    margin-right: 10px;
}

.header_top .loreg a {
    padding-right: 10px;
    font-size: 12px;
    color: var(--col9, #999);
    float: left;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.header_top .loreg .lo {
    color: var(--col3, #333);
}

.header_top .loreg a:hover {
    text-decoration: underline;
    color: var(--col, #2870FF);
}

.header_top .msg::after,
.header_top .loreg:after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #D8D8D8;
    position: absolute;
    top: 9px;
    right: 0;
}

.header_top .user {
    float: right;
    margin-right: 20px;
    color: var(--col3, #333);
    font-size: 12px;
}

.header_top .user a {
    padding-left: 30px;
}

.header_top .user img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header {
    padding-top: 30px;
    background-color: #fff;
}

.header .logo {
    float: left;
}

.header .logo a {
    display: block;
}

.header .logo a img {
    max-width: 180px;
    max-height: 44px;
}

.header .cen {
    float: left;
    margin-left: 130px;
    width: 500px;
    margin-top: 5px;
}

.header .cen .search {
    border: 1px solid var(--col, #2870FF);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    height: 32px;
}

.header .cen .search .sea_left.sel .down i {
    transform: rotate(180deg);
}

.header .cen .search .sea_left:after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #D8D8D8;
    position: absolute;
    right: 0;
    top: 7.5px;
    z-index: 20;
}

.header .cen .search .sea_left {
    float: left;
    height: 100%;
}

.header .cen .search .sea_left .down {
    height: 100%;
    line-height: 32px;
    padding: 0 10px 0 14px;
    font-size: 12px;
    color: var(--col6, #666);
    cursor: pointer;
}

.header .cen .search .sea_left .down i {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid var(--col6, #666);
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.header .cen .search .sea_left .down_list {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 88;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: none;
}

.header .cen .search .sea_left .down_list li {
    cursor: pointer;
    line-height: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    color: var(--col3, #333);
}

.header .cen .search .sea_left .down_list li:hover {
    background-color: var(--col, #2870FF);
    color: #fff;
}

.header .cen .search .sea_txt {
    width: 300px;
    height: 100%;
    border: none;
    font-size: 12px;
    color: var(--col3, #333);
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}

.header .cen .search .sea_sub {
    width: 80px;
    height: 100%;
    background: url(../images/index/sea.png) 14px center no-repeat;
    background-color: var(--col, #2870FF);
    border: none;
    color: #fff;
    font-size: 14px;
    float: right;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-indent: 16px;
    cursor: pointer;
}

.header .cen .sea_hot {
    margin-top: 10px;
    margin-left: 4px;
    font-size: 0;
}

.header .cen .sea_hot a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: var(--col6, #666);
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #D8D8D8;
}

.header .cen .sea_hot a:last-child {
    border-right: none;
}

.header .cen .sea_hot a:hover {
    color: var(--col, #2870FF);
    text-decoration: underline;
}

.header .cen .sea_hot .sel {
    color: var(--col, #2870FF);
}

.banner {
    background-color: #fff;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banner_num {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 20;
    bottom: 15px !important;
}

.banner .banner_num span {
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
}

.banner .banner_num .swiper-pagination-bullet-active {
    background-color: var(--col, #2870FF);
}

.header_menu {
    padding-top: 40px;
    background-color: #fff;
}

.header_menu .hea_class {
    float: left;
}

.header_menu .hea_class .heacls_down {
    cursor: pointer;
    width: 200px;
    height: 34px;
    background-color: var(--col, #2870FF);
    line-height: 34px;
}

.header_menu .hea_class .heacls_down i {
    margin-left: 20px;
    display: inline-block;
    width: 16px;
    height: 100%;
    background: url(../images/index/class.png) center no-repeat;
    vertical-align: middle;
}

.header_menu .hea_class .heacls_down span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
}

.header_menu .heaclass_two .heacls_content {
    width: 810px;
}

.header_menu .heaclass_two .heacls_content .heacls_right li {
    float: left;
}

.header_menu .heaclass_two .heacls_content .heacls_right li .two_class {
    width: 180px;
}

.header_menu .heaclass_three .heacls_content {
    width: 810px;
}

.header_menu .heaclass_three .heacls_content .heacls_right li {
    float: none;
}

.header_menu .heacls_content {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 99;
    width: 200px;
    background-color: #fff;
}

.header_menu .heacls_content .heacls_left {
    float: left;
    width: 200px;
}

.header_menu .heacls_content .heacls_left a {
    display: block;
    line-height: 40px;
    text-indent: 20px;
    font-size: 14px;
    color: var(--col3, #333);
    background: url(../images/index/cla_r.png) right 20px center no-repeat #fff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    font-weight: bold;
    padding-right: 40px;
}

.header_menu .heacls_content .heacls_left a:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.header_menu .heacls_content .heacls_right::-webkit-scrollbar {
    width: 8px;
    background: #f0f0f0;
}

.header_menu .heacls_content .heacls_right::-webkit-scrollbar-thumb {
    width: 8px;
    background: var(--col9, #999);
}

.header_menu .heacls_content .heacls_right::-webkit-scrollbar-corner {
    background: #f0f0f0;
}

.header_menu .heacls_content .heacls_right::-webkit-scrollbar:horizontal {
    height: 9px;
}

.header_menu .heacls_content .hea_showcon {
    float: right;
    width: 610px;
}

.header_menu .heacls_content .heacls_right {
    padding-bottom: 24px;
    overflow: auto;
    padding-right: 24px;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.header_menu .heacls_content .heacls_right li {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.header_menu .heacls_content .heacls_right li .two_class {
    width: 140px;
    text-indent: 20px;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 20px;
}

.header_menu .heacls_content .heacls_right li .two_class a {
    color: var(--col3, #333);
    font-weight: bold;
}

.header_menu .heacls_content .heacls_right li menu {
    width: 480px;
    padding-bottom: 5px;
    font-size: 0;
    border-bottom: 1px solid #E9E9E9;
}

.header_menu .heacls_content .heacls_right li menu a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: var(--col3, #333);
    margin: 0 10px 10px 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.header_menu .heacls_content a:hover {
    color: var(--col, #2870FF) !important;
}

.hea_show {
    display: none;
}

.index_notice {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    height: 44px;
    box-sizing: border-box;
    padding: 12px 20px;
}

.index_notice .ltit {
    float: left;
    line-height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #01A4FF;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}

.index_notice .inxnoc_rcon {
    float: right;
    width: 1080px;
    height: 20px;
    overflow: hidden;
}

.index_notice .inxnoc_rcon ul li a {
    display: block;
    overflow: hidden;
}

.index_notice .inxnoc_rcon ul li a .tit {
    float: left;
    font-size: 14px;
    color: var(--col3, #333);
    max-width: 990px;
    margin-right: 30px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.index_notice .inxnoc_rcon ul li a .more {
    font-size: 14px;
    text-decoration: underline;
    color: #01A4FF;
}

.index_notice .inxnoc_rcon ul li a:hover .tit {
    color: var(--col, #2870FF);
}

.inxnew_list li a {
    display: block;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.inxnew_list li a .img {
    width: 228px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.inxnew_list li a .img img {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    width: 100%;
    height: 100%;
}

.inxnew_list li a .rcon {
    float: right;
    width: 910px;
}

.inxnew_list li a .rcon .tit {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: var(--col3, #333);
}

.inxnew_list li a .rcon .font {
    margin-top: 8px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
    color: var(--col3, #333);
    line-height: 20px;
}

.inxnew_list li a .rcon .bot {
    font-size: 12px;
    margin-top: 14px;
    color: var(--col6, #666);
}

.inxnew_list li a:hover .img img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.inxnew_list li a:hover .rcon .tit {
    color: var(--col, #2870FF);
}

.index_twolist {
    padding: 0px 0 15px 0;
}

.index_twolist .index_tit {
    padding: 0;
}

.index_twolist .inxlist_tabcon {
    float: right;
    line-height: 30px;
}

.index_twolist .inxlist_tabcon a {
    margin-left: 30px;
    font-size: 16px;
    color: var(--col3, #333);
    padding-bottom: 6px;
}

.index_twolist .inxlist_tabcon .sel {
    color: var(--col, #2870FF);
}

.index_twolist .inxlist_tabcon .sel::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--col, #2870FF);
}

.index_more {
    padding: 35px 0 15px 0;
}

.index_more .more {
    float: right;
}

.index_more .more a {
    display: block;
    color: var(--col9, #999);
    font-size: 14px;
    background: url(../images/index/back.png) right center no-repeat;
    padding-right: 12px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.index_more .more:hover a {
    background: url(../images/index/backs.png) right center no-repeat;
    color: var(--col, #2870FF);
}

.index_tit {
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: var(--col3, #333);
    font-weight: bold;
}

.inxlist_top {
    padding: 35px 0 15px 0;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
}

.product_list li {
    width: 228px;
    margin-right: 15px;
    margin-top: 20px;
}

.product_list li a {
    height: 400px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.product_list li a .img {
    width: 100%;
    height: 228px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.product_list li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product_list li a .bot {
    padding: 4px 10px 0;
}

.product_list li a .bot .tit {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: var(--col3, #333);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.product_list li a .bot .laber {
    margin-top: 6px;
}

.product_list li a .bot .laber span {
    display: inline-block;
    border: 1px solid var(--col9, #999);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: var(--col9, #999);
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    margin-right: 5px;
}

.product_list li a .bot .info {
    margin-top: 2px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 2px;
    padding-bottom: 6px;
    border-bottom: 1px solid #EDEDED;
}

.product_list li a .bot .info .price {
    color: #FF3B30;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.product_list li a .bot .info .price span {
    font-size: 12px;
}

.product_list li a .bot .info .eye {
    font-size: 12px;
    color: var(--col9, #999);
}

.product_list li a .bot .name {
    line-height: 36px;
    padding-right: 20px;
    font-size: 12px;
    color: var(--col6, #666);
    background: url(../images/index/back.png) right center no-repeat;
}

.product_list li a:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.product_list li a:hover .img img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.product_list li:nth-child(5n) {
    margin-right: 0;
}

.exhibition_list {
    padding-top: 10px;
}

.exhibition_list li:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.exhibition_list li {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    margin-top: 10px;
}

.exhibition_list li .lcon {
    float: left;
    width: 520px;
}

.exhibition_list li .lcon a {
    display: block;
}

.exhibition_list li .lcon .ltop {
    overflow: hidden;
}

.exhibition_list li .lcon .ltop .img {
    float: left;
    width: 60px;
    height: 60px;
}

.exhibition_list li .lcon .ltop .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.exhibition_list li .lcon .ltop .img .liveing {
    position: absolute;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding-left: 18px;
    box-sizing: border-box;
    background: url(../images/index/ing.png) 4px center no-repeat #4AD76B;
    font-size: 12px;
    color: #fff;
    left: 0;
    bottom: 0;
}

.exhibition_list li .lcon .ltop .ltcen {
    float: left;
    margin-left: 14px;
}

.exhibition_list li .lcon .ltop .ltcen .name {
    max-width: 380px;
    font-size: 14px;
    color: var(--col3, #333);
}

.exhibition_list li .lcon .ltop .cbot {
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
}

.exhibition_list li .lcon .ltop .cbot .laber {
    max-width: 278px;
    float: left;
}

.exhibition_list li .lcon .ltop .cbot .laber span {
    display: inline;
    color: var(--col9, #999);
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D8D8D8;
}

.exhibition_list li .lcon .ltop .cbot .laber span:nth-child(3) {
    border: none;
}

.exhibition_list li .lcon .ltop .cbot .laber span:last-child {
    margin-right: 0;
}

.exhibition_list li .lcon .ltop .cbot .booth {
    float: left;
    color: var(--col, #2870FF);
    margin-left: 10px;
}

.exhibition_list li .lcon .ltop .country {
    padding-left: 18px;
    background: url(../images/index/arr.png) left center no-repeat;
    font-size: 14px;
    color: var(--col3, #333);
    position: absolute;
    right: 0;
    top: 0;
}

.exhibition_list li .lcon .lcen {
    margin-top: 16px;
    overflow: hidden;
}

.exhibition_list li .lcon .lcen .num {
    float: left;
    font-size: 14px;
    color: var(--col3, #333);
    margin-right: 10px;
    padding-right: 10px;
    line-height: 18px;
    border-right: 1px solid #D8D8D8;
}

.exhibition_list li .lcon .lcen .num span {
    color: var(--col, #2870FF);
    opacity: 0.6;
}

.exhibition_list li .lcon .lcen .num:last-child {
    border-right: none;
}

.exhibition_list li .lcon .introduce {
    margin-top: 14px;
    background-color: #F2F2F2;
    padding: 0 8px;
    color: var(--col3, #333);
    font-size: 14px;
    border-left: 2px solid #DADADA;
    line-height: 30px;
}

.exhibition_list li .lcon .lbot {
    margin-top: 30px;
    overflow: hidden;
}

.exhibition_list li .lcon .lbot a {
    float: left;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 26px;
    border: 1px solid var(--col, #2870FF);
    width: 98px;
    color: var(--col, #2870FF);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.exhibition_list li .lcon .lbot a:hover {
    background-color: var(--col, #2870FF);
    color: #fff;
}

.exhibition_list li .lcon .lbot .cooperation {
    margin-left: 30px;
}

.exhibition_list li .rcon {
    float: right;
    width: 540px;
    overflow: hidden;
}

.exhibition_list li .rcon a {
    float: left;
    display: block;
    margin-left: 20px;
    width: 160px;
    height: 160px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.exhibition_list li .rcon a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.exhibition_list li .rcon a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inxlist_show {
    display: none;
}

.index_exhibitor_recommend {
    width: 1340px;
    overflow: hidden;
    margin-left: -70px;
}

.inxexhrec_con {
    margin: 0 auto;
    overflow: hidden;
    width: 1236px;
    padding: 40px 18px 35px 18px;
    box-sizing: border-box;
}

.h60 {
    height: 60px;
}

.inxexhrec_list li:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.inxexhrec_list li:nth-child(3n) {
    margin-right: 0;
}

.inxexhrec_list li {
    width: 220px;
    float: left;
    margin-right: 25px;
}

.inxexhrec_list li a {
    display: block;
    width: 100%;
    height: 330px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.inxexhrec_list li a .img {
    width: 100%;
    height: 180px;
}

.inxexhrec_list li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.inxexhrec_list li a .bot {
    padding-top: 10px;
}

.inxexhrec_list li a .bot .name {
    font-size: 16px;
    color: var(--col3, #333);
}

.inxexhrec_list li a .bot .laber {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.inxexhrec_list li a .bot .laber span {
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #D8D8D8;
}

.inxexhrec_list li a .bot .laber span:nth-child(2) {
    border: none;
}

.inxexhrec_list li a .bot .laber span:last-child {
    margin-right: 0;
    border-right: none;
}

.inxexhrec_list li a .bot .booth {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    margin-top: 6px;
    color: var(--col, #2870FF);
}

.inxexhrec_list li .common_laber {
    height: 20px;
    margin-top: 8px;
}

.common_laber span {
    display: inline-block;
    line-height: 22px;
    padding: 0 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: rgba(255, 105, 16, 0.1);
    color: #FF6910;
    font-size: 12px;
    margin-right: 10px;
}

.inxbtn {
    background: url(../images/index/jt.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 230px;
    z-index: 10;
    opacity: 0.2;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    outline: none;
}

.inxbtn-prev {
    transform: rotate(180deg);
}

.inxbtn-next {
    left: auto;
    right: 0;
}

.inxbtn-prev:hover {
    opacity: 1;
    transform: rotate(180deg);
}

.inxbtn-next:hover {
    opacity: 1;
}

.footer {
    background-color: #222;
    padding: 56px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
}

.footer .lcon {
    float: left;
    width: 296px;
}

.footer .tit {
    font-size: 14px;
    color: #fff;
}

.footer .lcen {
    float: left;
    margin-left: 210px;
    width: 296px;
}

.footer .rcon {
    float: right;
}

.footer .code {
    width: 84px;
    height: 84px;
}

.footer .code img {
    width: 100%;
    height: 100%;
}

.crumbs_nav {
    overflow: hidden;
    padding: 16px 0;
    font-size: 12px;
}

.crumbs_nav .lcon {
    float: left;
}

.crumbs_nav .lcon a {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    color: var(--col3, #333);
}

.crumbs_nav .lcon span {
    color: var(--col9, #999);
}

.crumbs_nav .lcon a:hover {
    color: var(--col, #2870FF);
}

.crumbs_nav .rcon {
    float: right;
    color: var(--col, #2870FF);
}

.page_column {
    line-height: 45px;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    overflow: hidden;
}

.page_column a {
    display: block;
    float: left;
    padding: 0 20px;
    color: var(--col3, #333);
    box-sizing: border-box;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.page_column a:hover {
    color: var(--col, #2870FF);
}

.page_column .sel {
    color: var(--col, #2870FF);
    border-bottom: 3px solid var(--col, #2870FF);
}

.page_num {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}

.page_num a,
.page_num span {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    color: var(--col3, #333);
    border: 1px solid #E6E6E6;
    border-right: none;
}

.page_num a:nth-last-child(2) {
    border-right: 1px solid #E6E6E6;
}

.page_num .sel {
    background-color: var(--col, #2870FF);
    color: #fff !important;
    border: 1px solid var(--col, #2870FF);
}

.page_num a:hover {
    color: var(--col, #2870FF);
}

.page_input {
    display: inline-block;
    font-size: 12px;
    margin-left: 6px;
}

.page_input .page_numtxt {
    border: 1px solid #E6E6E6;
    padding: 8px 15px;
    font-size: 14px;
    width: 60px;
    box-sizing: border-box;
    text-align: center;
    background: none;
}

.page_input .page_numsub {
    background-color: var(--col, #2870FF);
    color: #fff !important;
    border: 1px solid var(--col, #2870FF);
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.news_list {
    background-color: #fff;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

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

.news_list li {
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}

.news_list li a {
    display: block;
    overflow: hidden;
}

.news_list li .tit {
    font-size: 16px;
    line-height: 24px;
    color: var(--col3, #333);
    font-weight: bold;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news_list li .font {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: var(--col3, #333);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.news_list li .info {
    font-size: 12px;
    margin-top: 10px;
    color: var(--col6, #666);
}

.news_list li .imglist {
    margin-top: 10px;
    overflow: hidden;
}

.news_list li .imglist .img {
    float: left;
    margin-right: 30px;
    width: 228px;
    height: 150px;
    overflow: hidden;
}

.news_list li .imglist .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news_list li .imglist .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_list li .limg {
    float: left;
    width: 228px;
    height: 150px;
    overflow: hidden;
}

.news_list li .limg img {
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news_list li .limg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_list li .rcon {
    width: 910px;
    float: right;
}

.news_list li a:hover .tit {
    color: var(--col, #2870FF);
}

.live_list {
    display: flex;
    flex-wrap: wrap;
}

.live_list li:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.live_list li {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    margin-right: 20px;
    margin-top: 20px;
    width: 285px;
    height: 258px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.live_list li .img {
    width: 100%;
    height: 165px;
}

.live_list li .img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.live_list li .img a img {
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.live_list li .botcon {
    padding: 0 10px;
}

.live_list li .botcon .tit {
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
}

.live_list li .botcon .tit a {
    color: var(--col3, #333);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.live_list li .botcon .tit a:hover {
    color: var(--col, #2870FF);
}

.live_list li .botcon .bot {
    overflow: hidden;
    line-height: 24px;
    margin-top: 6px;
}

.live_list li .botcon .bot .time {
    float: left;
    font-size: 12px;
    color: var(--col9, #999);
}

.live_list li .botcon .bot .live_make {
    float: right;
}

.live_list li .img:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.live_list li:nth-child(4n) {
    margin-right: 0;
}

.live_state {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 20;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    font-size: 12px;
    min-width: 60px;
    text-align: center;
    box-sizing: border-box;
}

.live_state.blue {
    background-color: #2472FF;
}

.live_state.grey {
    background-color: #B0B0B0;
}

.live_state.green {
    background-color: #4AD76B;
}

.live_state.green::after,
.live_state.red::after {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
}

.live_state.red {
    background-color: #FF3C3C;
}

.live_state.red,
.live_state.green {
    padding-left: 17px;
}

.live_make a {
    display: block;
    line-height: 24px;
    padding: 0 10px 0 26px;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(to right, var(--line1, rgba(40, 112, 255, 0.8)), var(--line2, #2870ff)) #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.live_make a::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/index/make.png) no-repeat center;
}

.guide_tit {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    color: var(--col3, #333);
    font-weight: bold;
}

.guide_img {
    width: 100%;
    margin-top: 20px;
}

.guide_img img {
    max-width: 100%;
}

.screen_con {
    margin-top: 40px;
    background-color: #fff;
}

.screen_con .con {
    border-bottom: 1px solid #EDEDED;
}

.screen_con .con .ltit {
    float: left;
    width: 75px;
    padding-left: 20px;
}

.screen_con .con .rcon {
    width: 1105px;
    float: right;
}

.screen_con .condition {
    float: left;
    margin-right: 22px;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 13px;
    font-size: 14px;
    color: var(--col6, #666);
    background-color: #F8F8F8;
}

.screen_con .condition b {
    vertical-align: middle;
    font-weight: normal;
}

.screen_con .condition span {
    vertical-align: middle;
    color: var(--col, #2870FF);
}

.screen_con .condition i {
    vertical-align: middle;
    margin-left: 4px;
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url(../images/page/close.png) no-repeat center;
    cursor: pointer;
}

.screen_con .onecon {
    line-height: 50px;
}

.screen_con .onecon .ltit {
    font-size: 14px;
    color: var(--col6, #666);
}

.screen_con .twocon {
    line-height: 42px;
}

.screen_con .twocon .ltit {
    font-size: 12px;
    color: var(--col9, #999);
}

.screen_con .class_one {
    line-height: 24px;
    padding: 9px 0;
}

.screen_con .class_one .cls_onea {
    display: inline-block;
    font-size: 12px;
    color: var(--col3, #333);
}

.screen_con .class_one .cls_onea.sel {
    color: var(--col, #2870FF);
}

.screen_con .class_onecon {
    float: left;
    margin-right: 30px;
}

.screen_con .class_onecon:hover .class_boxcon {
    display: block;
}

.screen_con .class_twocon .class_ntwo {
    border: 1px #e3e7ed solid;
    z-index: 30;
    width: 166px;
    max-height: 250px;
    height: 260px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    float: left;
}

.screen_con .class_twocon .class_ntwo .cls_twoa {
    font-size: 12px;
    display: block;
    line-height: 42px;
    padding: 0 15px;
    color: #666;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.screen_con .class_twocon .class_ntwo .cls_twoa.sel {
    background-color: #f2f5f9;
}

.screen_con .class_twocon .class_ntwo::-webkit-scrollbar {
    width: 4px;
    background: #f0f0f0;
}

.screen_con .class_twocon .class_ntwo::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.screen_con .class_twocon .class_ntwo::-webkit-scrollbar-corner {
    background: #f0f0f0;
    width: 10px;
}

.screen_con .class_twocon .class_ntwo::-webkit-scrollbar:horizontal {
    height: 9px;
    width: 10px;
}

.screen_con .class_boxcon {
    position: absolute;
    left: -40px;
    top: 24px;
    display: none;
}

.screen_con .class_threecon .class_boxcon {
    width: 340px;
}

.screen_con .class_threecon .class_theshow {
    display: none;
}

.screen_con .class_two {
    display: none;
    padding: 6px 0;
}

.screen_con .class_two .clstwo_con {
    position: static;
    float: left;
    padding-right: 30px;
    line-height: 30px;
}

.screen_con .class_two .clstwo_con .clstwo_tit {
    font-size: 12px;
    color: var(--col3, #333);
}

.screen_con .class_two .clstwo_con .clstwo_tit i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid var(--col6, #666);
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.screen_con .class_two .clstwo_con .clsthree_con {
    position: absolute;
    left: 0;
    top: 42px;
    box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px 20px 10px;
    line-height: 20px;
    z-index: 99;
    display: none;
}

.screen_con .class_two .clstwo_con .clsthree_con .class_ntwo:first-child {
    border-right: none;
}

.screen_con .class_two .clstwo_con .clsthree_con a {
    margin-right: 30px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    margin-bottom: 6px;
    font-size: 12px;
    display: inline-block;
}

.screen_con .class_two .clstwo_con .clsthree_con a:hover {
    color: var(--col, #2870FF);
}

.screen_con .class_two .clstwo_con:hover .clsthree_con {
    display: block;
}

.screen_con .class_two .clstwo_con:hover .clstwo_tit i {
    border-top: 6px solid var(--col, #2870FF);
    transform: rotate(180deg);
}

.screen_con .threecon {
    line-height: 42px;
}

.screen_con .threecon .ltit {
    font-size: 12px;
    color: var(--col9, #999);
}

.screen_con .threecon .rcon {
    line-height: 24px;
    padding: 9px 0;
}

.screen_con .threecon .rcon a {
    display: inline-block;
    font-size: 12px;
    color: var(--col3, #333);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    margin-right: 30px;
}

.screen_con .threecon .rcon .sel {
    color: var(--col, #2870FF);
}

.screen_con .threecon .rcon a:hover {
    color: var(--col, #2870FF);
}

.screen_con .fourcon {
    line-height: 42px;
    border-bottom: none;
}

.screen_con .fourcon .ltit {
    color: var(--col3, #333);
}

.screen_con .fourcon .sel.ltit {
    color: var(--col, #2870FF);
}

.screen_con .fourcon .rcon {
    overflow: hidden;
}

.screen_con .fourcon .rcon a {
    display: block;
    float: left;
    margin-right: 20px;
    color: var(--col3, #333);
    font-size: 12px;
}

.screen_con .fourcon .rcon .single i {
    display: inline-block;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ccc;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.screen_con .fourcon .rcon .sel {
    color: var(--col, #2870FF);
}

.screen_con .fourcon .rcon .sel i {
    transform: rotate(180deg);
    border-top: 6px solid var(--col, #2870FF);
}

.screen_con .fourcon .rcon .multiple {
    padding-right: 10px;
}

.screen_con .fourcon .rcon .multiple::after {
    content: '';
    display: inline-block;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ccc;
    margin-left: 4px;
    position: absolute;
    right: 0;
    bottom: 13px;
}

.screen_con .fourcon .rcon .multiple::before {
    content: '';
    display: inline-block;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #ccc;
    margin-left: 4px;
    position: absolute;
    right: 0;
    top: 15px;
}

.screen_con .fourcon .rcon .multiple.up::before {
    border-bottom: 6px solid var(--col, #2870FF);
}

.screen_con .fourcon .rcon .multiple.down::after {
    border-top: 6px solid var(--col, #2870FF);
}

.details_main .details_left {
    width: 970px;
    float: left;
}

.details_main .details_left .dl_top {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.details_main .details_left .dl_top .img {
    width: 180px;
    height: 180px;
    float: left;
}

.details_main .details_left .dl_top .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.details_main .details_left .dl_top .rcon {
    float: right;
    width: 730px;
}

.details_main .details_left .dl_top .rcon .rtop {
    overflow: hidden;
    color: var(--col3, #333);
}

.details_main .details_left .dl_top .rcon .rtop .name {
    float: left;
    max-width: 600px;
    font-size: 16px;
}

.details_main .details_left .dl_top .rcon .rtop .arr {
    float: right;
    padding-left: 18px;
    font-size: 14px;
    background: url(../images/index/arr.png) left center no-repeat;
}

.details_main .details_left .dl_top .rcon .cbot {
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
}

.details_main .details_left .dl_top .rcon .cbot .laber {
    max-width: 304px;
    float: left;
}

.details_main .details_left .dl_top .rcon .cbot .laber span {
    display: inline;
    color: var(--col9, #999);
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D8D8D8;
}

.details_main .details_left .dl_top .rcon .cbot .laber span:nth-child(3) {
    border: none;
}

.details_main .details_left .dl_top .rcon .cbot .laber span:last-child {
    margin-right: 0;
}

.details_main .details_left .dl_top .rcon .cbot .booth {
    float: left;
    color: var(--col, #2870FF);
    margin-left: 10px;
}

.details_main .details_left .dl_top .rcon .common_laber {
    margin-top: 10px;
}

.details_main .details_left .dl_top .rcon .introduce {
    margin-top: 14px;
    background-color: #F2F2F2;
    padding: 0 8px;
    color: var(--col3, #333);
    font-size: 14px;
    border-left: 2px solid #DADADA;
    line-height: 30px;
}

.details_main .details_left .dl_top .rcon .info {
    margin-top: 6px;
    font-size: 12px;
    color: var(--col3, #333);
    line-height: 18px;
    overflow: hidden;
}

.details_main .details_left .dl_top .rcon .info li {
    float: left;
    width: 350px;
    margin-top: 4px;
}

.details_main .details_right {
    float: right;
    width: 220px;
}

.details_main .exhdea_right {
    background-color: #fff;
    height: 220px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
    padding: 15px 20px;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 99;
}

.details_main .exhdea_right a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid var(--col, #2870FF);
    line-height: 38px;
    color: var(--col, #2870FF);
    box-sizing: border-box;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.details_main .exhdea_right a:hover {
    background-color: var(--col, #2870FF);
    color: #fff;
}

.details_main .exhdea_right .follow.sel {
    background-color: var(--col9, #999);
    border: 1px solid var(--col9, #999);
    color: #fff;
}

.details_main .exhdea_right .exhdea_num {
    margin-top: 45px;
    overflow: hidden;
    padding: 0 20px;
}

.details_main .exhdea_right .exhdea_num .li .num {
    color: var(--col, #2870FF);
    font-size: 14px;
}

.details_main .exhdea_right .exhdea_num .li .name {
    color: var(--col3, #333);
    font-size: 12px;
    margin-top: 2px;
}

.exhdea_tab {
    margin-top: 35px;
    font-size: 0;
}

.exhdea_tab a {
    font-size: 16px;
    color: var(--col3, #333);
    display: inline-block;
    margin-right: 60px;
    line-height: 30px;
    padding-bottom: 25px;
}

.exhdea_tab a:hover {
    color: var(--col, #2870FF);
}

.exhdea_tab .sel {
    font-size: 20px;
    font-weight: bold;
    color: var(--col3, #333) !important;
}

.exhdea_tab .sel:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: var(--col, #2870FF);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 20px;
}

.exh_home .tit {
    font-size: 14px;
    color: var(--col3, #333);
    text-align: center;
    font-weight: bold;
}

.exh_home .exh_vr {
    width: 100%;
    height: 540px;
    margin-top: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.exh_home .exh_vdo {
    margin-top: 20px;
    width: 100%;
    height: 540px;
}

.exh_home .exh_vdo video {
    width: 100%;
    height: 100%;
    outline: none;
}

.exh_home .exh_vdo .vdo {
    background: url(../images/page/vdo.png) no-repeat center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 20;
    cursor: pointer;
}

.exhdea_switch {
    background-color: #fff;
    padding: 10px 20px 30px;
}

.edit {
    font-size: 14px;
    line-height: 24px;
    color: var(--col3, #333);
}

.edit img {
    max-width: 100%;
}

.exh_switch_content {
    display: none;
}

.exh_switch_content .product_list li,
.exh_switch_content .product_list li:nth-child(5n) {
    margin-right: 6px;
}

.exh_switch_content .product_list li:nth-child(4n) {
    margin-right: 0;
}

.exh_switch_content .live_list li:nth-child(4n),
.exh_switch_content .live_list li {
    margin-right: 37.5px;
}

.exh_switch_content .live_list li:nth-child(3n) {
    margin-right: 0;
}

.exh_switch_content .product_list {
    padding-top: 5px;
}

.pl_top {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pl_top .pl_tlcon {
    float: left;
    width: 280px;
    overflow: hidden;
}

.pl_top .pl_tlcon .pro_topswiper {
    width: 100%;
    height: 280px;
}

.pl_top .pl_tlcon .pro_topswiper li,
.pl_top .pl_tlcon .pro_topswiper img {
    display: block;
    width: 100%;
    height: 100%;
}

.pl_top .pl_tlcon .pl_tbotcon {
    padding: 0 23px;
    margin-top: 10px;
}

.pl_top .pl_tlcon .pro_botswiper {
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.pl_top .pl_tlcon .pro_botswiper li {
    cursor: pointer;
    width: 42px;
    height: 42px;
    margin-right: 6px;
}

.pl_top .pl_tlcon .pro_botswiper li img {
    width: 100%;
    height: 100%;
}

.pl_top .pl_tlcon .pro_botswiper .swiper-slide-thumb-active::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    border: 2px solid var(--col, #2870FF);
}

.pl_top .pl_tlcon .pro_btn {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 10;
    width: 20px;
    height: 30px;
    background: url(../images/page/prol.png) no-repeat center;
    outline: none;
}

.pl_top .pl_tlcon .pro_next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.pl_top .pro_vdo {
    width: 100%;
    height: 100%;
}

.pl_top .pro_vdo video {
    width: 100%;
    height: 100%;
    outline: none;
    object-fit: fill;
}

.pl_top .pro_vdo .vdo {
    width: 50px;
    height: 50px;
    background: url(../images/page/vdos.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.pl_top .pl_trcon {
    float: right;
    width: 630px;
}

.pl_top .pl_trcon .tit {
    font-size: 16px;
    line-height: 24px;
    color: var(--col3, #333);
}

.pl_top .pl_trcon .prodea_label span {
    display: inline-block;
    margin-top: 8px;
    padding: 0 7px;
    line-height: 18px;
    font-size: 12px;
    color: var(--col, #2870FF);
    border: 1px solid var(--col, #2870FF);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 10px;
    min-width: 60px;
    box-sizing: border-box;
    text-align: center;
}

.pl_top .pl_trcon .plt_info {
    margin-top: 20px;
    overflow: hidden;
    padding: 0 20px;
    background-color: #F8F8F8;
    height: 50px;
}

.pl_top .pl_trcon .plt_info .info_tit {
    float: left;
    font-size: 12px;
    color: var(--col9, #999);
    line-height: 50px;
}

.pl_top .pl_trcon .plt_info .info_price {
    float: left;
    margin-left: 20px;
    color: #FF3B30;
    font-size: 12px;
    line-height: 50px;
}

.pl_top .pl_trcon .plt_info .info_price b {
    font-size: 22px;
    font-weight: normal;
}

.pl_top .pl_trcon .plt_info .info_num {
    float: right;
    height: 30px;
    top: 10px;
    line-height: 12px;
    padding-left: 10px;
    border-left: 1px solid #D8D8D8;
}

.pl_top .pl_trcon .plt_info .info_num p {
    font-size: 12px;
    color: var(--col9, #999);
    margin-bottom: 6px;
}

.pl_top .pl_trcon .plt_info .info_num p span {
    color: var(--col, #2870FF);
}

.pl_top .pl_trcon .pl_trbot {
    margin-top: 40px;
    overflow: hidden;
}

.pl_top .pl_trcon .pl_trbot .pltb_lcon {
    float: left;
}

.pl_top .pl_trcon .pl_trbot .pltb_lcon a {
    display: block;
    font-size: 14px;
    text-align: center;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 140px;
    line-height: 40px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 1px solid var(--col, #2870FF);
    color: var(--col, #2870FF);
}

.pl_top .pl_trcon .pl_trbot .pltb_lcon a:hover {
    color: #fff;
    background-color: var(--col, #2870FF);
}

.pl_top .pl_trcon .pl_trbot .pltb_lcon .cooperation {
    margin-left: 10px;
}

.pl_top .pl_trcon .pl_trbot .pltb_rcon {
    float: right;
    margin-top: 20px;
}

.pl_top .pl_trcon .pl_trbot .pltb_rcon a {
    display: inline-block;
    color: var(--col9, #999);
    font-size: 12px;
}

.pl_top .pl_trcon .pl_trbot .pltb_rcon .follow {
    padding-left: 18px;
    background: url(../images/page/follow.png) left center no-repeat;
}

.pl_top .pl_trcon .pl_trbot .pltb_rcon .follow.sel {
    background: url(../images/page/follows.png) left center no-repeat;
}

.pl_top .pl_trcon .pl_trbot .pltb_rcon .share {
    padding-right: 18px;
    margin-left: 20px;
    background: url(../images/page/wx.png) right center no-repeat;
}

.pl_bot {
    margin-top: 56px;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.pl_bot .tit {
    font-size: 14px;
    color: var(--col3, #333);
    text-align: center;
    font-weight: bold;
}

.prodea_rtop {
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.prodea_rtop .img_name_box {
    width: 100%;
    height: 76px;
    border-bottom: 1px dashed #ccc;
}

.prodea_rtop .img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.prodea_rtop .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.prodea_rtop .img a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.prodea_rtop .name {
    float: left;
    width: 100px;
    overflow: hidden;
    font-size: 14px;
    color: var(--col3, #333);
}

.prodea_rtop .name a {
    line-height: 60px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prodea_rtop .prodea_rlb {
    margin-top: 8px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.prodea_rtop .prodea_rlb span {
    display: inline-block;
    color: #333;
    border-right: 1px solid #333;
    line-height: 12px;
    margin-right: 4px;
    padding-right: 4px;
}

.prodea_rtop .prodea_rlb span:last-child {
    border-right: none;
}

.prodea_rtop .prodea_booth {
    margin-top: 6px;
    color: var(--col9, #999);
    font-size: 12px;
    line-height: 18px;
}

.prodea_rtop .prodea_booth span {
    color: var(--col3, #333);
}

.prodea_rtop .prodea_country {
    margin-top: 6px;
    line-height: 18px;
    color: var(--col9, #999);
    font-size: 12px;
}

.prodea_rtop .prodea_country span {
    display: inline-block;
    background: url(../images/index/arr.png) left center no-repeat;
    padding-left: 18px;
    color: var(--col3, #333);
}

.prodea_rtop .prodea_rinfo {
    margin-top: 6px;
    font-size: 12px;
    color: var(--col9, #999);
    line-height: 18px;
}

.prodea_rtop .prodea_rinfo span {
    color: var(--col3, #333);
}

.prodea_rtop .goin {
    margin-top: 28px;
    text-align: center;
}

.prodea_rtop .goin a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0 72px;
    height: 30px;
    line-height: 30px;
    background-color: var(--col, #2870FF);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.prodea_rbot {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.prodea_rbot .tit {
    font-size: 20px;
    font-weight: bold;
    color: var(--col3, #333);
    line-height: 24px;
}

.prodea_rbot .prodea_list li {
    margin-top: 15px;
}

.prodea_rbot .prodea_list li a {
    overflow: hidden;
    display: block;
    width: 100%;
}

.prodea_rbot .prodea_list li a .img {
    float: left;
    margin-right: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.prodea_rbot .prodea_list li a .img img {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.prodea_rbot .prodea_list li a .name {
    width: 98px;
    display: -webkit-box;
    float: left;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    color: var(--col3, #333);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.prodea_rbot .prodea_list li a:hover .img img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.prodea_rbot .prodea_list li a:hover .name {
    color: var(--col, #2870FF);
}

.product_sort {
    margin-top: 15px;
    overflow: hidden;
}

.product_sort .prosort_con {
    width: 596px;
}

.product_sort .prosort_con .tit {
    font-size: 20px;
    line-height: 30px;
    font-size: 20px;
    color: var(--col3, #333);
    font-weight: bold;
}

.product_sort .prosort_con .tit img {
    width: 36px;
    height: 16px;
    margin-left: 6px;
}

.product_sort .prosort_con .list {
    margin-top: 15px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.product_sort .prosort_con .list li {
    float: left;
    margin-right: 26px;
    width: 168px;
    height: 168px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.product_sort .prosort_con .list li a {
    display: block;
}

.product_sort .prosort_con .list li a img {
    width: 168px;
    height: 168px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.product_sort .prosort_con .list li:nth-child(3n) {
    margin-right: 0;
}

.product_sort .prosort_con .list li:hover a img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.proscr_price {
    float: left;
    width: 80px;
    line-height: 22px;
    background-color: #F2F2F2;
    padding: 0 4px;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 12px;
    color: var(--col9, #999);
}

.proscr_price input {
    width: 60px;
    border: none;
    height: 100%;
    color: var(--col3, #333);
    background-color: #F2F2F2;
    font-size: 12px;
}

.pro_line {
    float: left;
    margin: 0 4px;
    color: var(--col9, #999);
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.act_signup {
    padding: 20px 20px 40px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.act_signup .img {
    float: left;
    width: 426px;
    height: 280px;
}

.act_signup .img img {
    width: 100%;
    height: 100%;
}

.act_signup .rcon {
    width: 714px;
    float: right;
}

.act_signup .rcon .tit {
    line-height: 32px;
    font-size: 20px;
    color: var(--col3, #333);
    font-weight: bold;
}

.act_signup .rcon .date {
    font-size: 14px;
    color: var(--col3, #333);
    margin-top: 16px;
}

.act_signup .rcon .city {
    margin-top: 16px;
    font-size: 14px;
}

.act_signup .rcon .info {
    margin-top: 16px;
    font-size: 12px;
    color: var(--col9, #999);
}

.act_signup .rcon .font {
    font-size: 14px;
    margin-top: 14px;
    line-height: 20px;
    color: var(--col9, #999);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.act_signup .rcon .more {
    margin-top: 44px;
}

.act_signup .rcon .more a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 0 42px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: linear-gradient(to right, var(--line1, rgba(40, 112, 255, 0.8)), var(--line2, #2870ff)) #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.act_signup .rcon .more a:hover span {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    left: 200%;
}

.act_signup .rcon .count_down {
    margin-top: 20px;
    overflow: hidden;
    line-height: 28px;
}

.act_signup .rcon .count_down .ltit {
    float: left;
    font-size: 12px;
    color: var(--col, #2870FF);
    margin-right: 10px;
}

.act_signup .rcon .count_down .rtime {
    float: left;
    font-size: 20px;
    color: var(--col, #2870FF);
}

.act_signup .rcon .count_down .rtime b {
    font-weight: normal;
    padding: 0 4px;
    height: 28px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    background-color: var(--col, #2870FF);
}

.act_signup .rcon .count_down .rtime span {
    font-size: 16px;
}

.actdea_signup {
    padding: 20px 40px 40px;
    overflow: visible;
}

.actdea_signup .img {
    margin-left: -80px;
}

.actdea_signup .rcon {
    width: 734px;
}

.actdea_signup .bot {
    margin-top: 20px;
    border-top: 1px dashed #DEDEDE;
    padding-top: 24px;
}

.actdea_signup .bot .actord_tit {
    font-size: 16px;
    color: var(--col3, #333);
    font-weight: bold;
}

.actdea_signup .bot .info {
    padding: 14px 0;
}

.actdea_signup .bot .info li {
    margin-top: 6px;
    font-size: 14px;
}

.actdea_signup .bot .info li .it {
    color: var(--col9, #999);
}

.actdea_signup .bot .info li .ic {
    color: var(--col3, #333);
}

.actdea_signup .bot .ordfont {
    margin-top: 16px;
    font-size: 14px;
    color: var(--col9, #999);
    padding-bottom: 16px;
    border-bottom: 1px dashed #EDEDED;
}

.actdea_signup .bot .btop {
    overflow: hidden;
}

.actdea_signup .bot .btit {
    font-size: 16px;
    color: var(--col3, #333);
    font-weight: bold;
}

.actdea_signup .bot .actord_num {
    margin-top: 16px;
    font-size: 14px;
    color: var(--col9, #999);
}

.actdea_signup .bot .actord_num span {
    margin-left: 10px;
    color: #FF3B30;
}

.actdea_signup .bot .actord_btn {
    margin-top: 30px;
}

.actdea_signup .bot .actord_btn a {
    display: block;
    width: 280px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: var(--col, #2870FF);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.actdea_signup .bot .ord_success {
    text-align: center;
    margin-bottom: 10px;
}

.actdea_signup .bot .ord_success img {
    width: 30px;
    height: 30px;
}

.actdea_signup .bot .suc_font {
    text-align: center;
    font-size: 14px;
    color: var(--col3, #333);
    margin-top: 10px;
}

.actdea_signup .bot .suc_btnsel {
    margin-top: 28px;
    text-align: center;
}

.actdea_signup .bot .suc_btnsel a {
    display: inline-block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: var(--col, #2870FF);
}

.actdea_signup .bot .suc_btn {
    text-align: center;
    margin-top: 10px;
}

.actdea_signup .bot .suc_btn a {
    display: inline-block;
    width: 138px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid var(--col, #2870FF);
    color: var(--col, #2870FF);
}

.actdea_signup .bot .ordpay_list {
    overflow: hidden;
    margin-top: 16px;
}

.actdea_signup .bot .ordpay_list li {
    float: left;
    margin-right: 10px;
    width: 136px;
    height: 46px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.actdea_signup .bot .ordpay_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.actdea_signup .bot .ordpay_list li a img {
    width: 100%;
    height: 100%;
}

.actdea_signup .bot .ordpay_list .sel {
    border: 1px solid var(--col, #2870FF);
}

.actdea_signup .bot .btrcon {
    width: 1026px;
    overflow: hidden;
}

.actdea_signup .bot .btrcon .btn {
    float: left;
    width: 150px;
    height: 58px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #EDEDED;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.actdea_signup .bot .btrcon .btn b {
    float: left;
    font-size: 16px;
    color: var(--col3, #333);
}

.actdea_signup .bot .btrcon .btn span {
    float: right;
    color: var(--col9, #999);
    font-size: 14px;
}

.actdea_signup .bot .btrcon .sel {
    border: 1px solid var(--col, #2870FF);
}

.actdea_signup .bot .btrcon .sel b,
.actdea_signup .bot .btrcon .sel span {
    color: var(--col, #2870FF);
}

.actdea_signup .bot .btrcon .sel:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--col, #2870FF);
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
}

.actdea_signup .bot .actdea_signbtn {
    margin-top: 10px;
    float: right;
    width: 1026px;
}

.actdea_signup .bot .actdea_signbtn a {
    display: block;
    background-color: var(--col, #2870FF);
    color: #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
}

.notice_tab {
    height: 40px;
}

.notice_tab>div {
    display: inline-block;
}

.notice_tab .splitLine {
    padding: 0 10px;
}

.notice_tab .change_color {
    color: var(--col, #2870FF);
}

.notice_list li {
    margin-bottom: 10px;
}

.change_tab:hover {
    cursor:pointer
}

.chat_message_list li {
    height: 75px;
    background-color: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
}

.chat_message_list li:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    cursor:pointer
}

.chat_message_list li>div {
    height: 100%;
}

.notice_list li a {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    display: block;
    background-color: #fff;
    padding: 16px 20px;
}

.notice_list li a .top {
    overflow: hidden;
}

.notice_list li a .top .name {
    float: left;
    font-size: 14px;
    color: var(--col3, #333);
    max-width: 1040px;
}

.notice_list li a .top .date {
    float: left;
    font-size: 12px;
    color: var(--col9, #999);
    margin-left: 10px;
}

.notice_list li a .bot {
    overflow: hidden;
    margin-top: 4px;
    font-size: 12px;
}

.notice_list li a .bot .font {
    float: left;
    color: var(--col6, #666);
    max-width: 1040px;
}

.notice_list li a .bot .more {
    float: left;
    color: var(--col, #2870FF);
    margin-left: 10px;
}

.notice_list li a:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.register_con {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.reg_success {
    margin-top: 40px;
    text-align: center;
    padding: 40px 0;
}

.reg_success .regsus_tit {
    line-height: 30px;
    color: var(--col3, #333);
    font-size: 20px;
}

.reg_success .regsus_tit img,
.reg_success .regsus_tit span {
    vertical-align: middle;
    margin: 0 2px;
}

.reg_success .regsus_more {
    margin-top: 28px;
}

.reg_success .regsus_more a {
    display: inline-block;
    line-height: 46px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background-color: var(--col, #2870FF);
    padding: 0 42px;
}

.login_tit {
    font-size: 20px;
    line-height: 30px;
    margin: 35px 0 15px;
    color: var(--col3, #333);
}

.login_top {
    line-height: 72px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    font-size: 16px;
    color: var(--col3, #333);
    margin-bottom: 40px;
}

.login_top img,
.login_top span {
    vertical-align: middle;
}

.login_top .phone_icon,
.login_top .phone_email {
    margin-right: 8px;
}

.login_top .lt_rcon {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
}

.login_top .lt_rcon a {
    margin-left: 10px;
}

.form_input {
    margin: 20px auto 0;
    width: 426px;
    height: 46px;
}

.form_input input {
    width: 100%;
    height: 100%;
    border: 1px solid #E5E5E5;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
    color: var(--col3, #333);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form_code {
    overflow: hidden;
}

.form_code input {
    float: left;
    width: 203px;
}

.form_code a {
    float: right;
    width: 201px;
    display: inline-block;
    line-height: 44px;
    border: 1px solid var(--col, #2870FF);
    font-size: 14px;
    color: var(--col, #2870FF);
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.form_code a:hover {
    background-color: var(--col, #2870FF);
    color: #fff;
}

.form_code p {
    position: absolute;
    right: 0;
    top: 0;
    width: 203px;
    height: 46px;
    z-index: 10;
    display: none;
    cursor: not-allowed;
}

.form_code .ete {
    border: 1px solid var(--col9, #999);
    color: var(--col9, #999);
}

.form_checkbox {
    width: 426px;
    margin: 20px auto 0;
}

.form_checkbox a {
    color: #233300;
    margin-left: 6px;
}

.form_submit {
    margin: 20px auto 0;
    width: 426px;
}

.form_submit a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: var(--col, #2870FF);
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.login_register {
    margin-top: 25px;
    line-height: 22px;
    font-size: 14px;
    color: var(--col9, #999);
    text-align: center;
}

.login_register a {
    color: var(--col, #2870FF);
}

.login_register a:hover {
    text-decoration: underline;
}

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

.reg_thecon {
    padding: 0 20px 40px;
}

.reg_interest {
    margin-bottom: 40px;
}

.reg_interest .tit {
    font-size: 16px;
    color: var(--col3, #333);
    padding-top: 30px;
    padding-bottom: 4px;
}

.reg_interest li menu a {
    display: inline-block;
    margin: 10px 10px 0 0;
    line-height: 38px;
    border: 1px solid var(--col9, #999);
    color: var(--col3, #333);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0 24px;
}

.reg_interest li menu .sel {
    border: 1px solid var(--col, #2870FF);
    color: var(--col, #2870FF);
}

.reg_interest li menu .sel:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--col, #2870FF);
    opacity: 0.05;
}

.wtdea_ltop {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.wtdea_ltop .tit {
    line-height: 32px;
    font-size: 20px;
    color: var(--col3, #333);
}

.wtdea_ltop .date {
    font-size: 12px;
    color: var(--col9, #999);
    line-height: 18px;
}

.wtdea_ltop .list {
    padding-top: 4px;
}

.wtdea_ltop .list li {
    margin-top: 8px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
}

.wtdea_ltop .list li .lt {
    float: left;
    width: 86px;
    color: var(--col9, #999);
}

.wtdea_ltop .list li .rcon {
    width: 844px;
    float: right;
    color: var(--col3, #333);
}

.wtdea_tit {
    margin: 40px 0 10px 0;
    font-size: 20px;
    color: var(--col3, #333);
}

.wtdea_lbcon {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}

.wtdea_lbcon .tx {
    float: left;
}

.wtdea_lbcon .tx img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wtdea_lbcon .brcon {
    width: 892px;
    float: right;
}

.wtdea_lbcon .brcon .tea textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #EDEDED;
    background-color: #F8F8F8;
    outline: none;
    height: 140px;
    font-size: 14px;
    color: var(--col3, #333);
}

.wtdea_lbcon .brcon .wtdea_submit {
    margin-top: 10px;
    text-align: right;
}

.wtdea_lbcon .brcon .wtdea_submit a {
    display: inline-block;
    padding: 0 22px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: var(--col, #2870FF);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.wtbuy_rfix {
    position: sticky;
    right: 0;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    z-index: 99;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.wtbuy_rfix .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.wtbuy_rfix .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wtbuy_rfix .info {
    margin-top: 10px;
    line-height: 18px;
    display: flex;
    justify-content: center;
}

.wtbuy_rfix .info .name {
    font-size: 14px;
    color: var(--col3, #333);
    max-width: 124px;
}

.wtbuy_rfix .info .lb span {
    margin-left: 4px;
    display: inline-block;
    color: var(--col, #2870FF);
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0 5px;
}

.wtbuy_rfix .info .lb span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    left: 0;
    top: 0;
    background-color: var(--col, #2870FF);
    opacity: 0.1;
}

.wtbuy_rfix .copname {
    margin-top: 4px;
    font-size: 12px;
    color: var(--col9, #999);
}

.wtbuy_rfix .wtbuy_rtit {
    padding-top: 8px;
    line-height: 24px;
    font-size: 16px;
    color: var(--col3, #333);
    padding-bottom: 10px;
    text-align: left;
    border-top: 1px dashed #DEDEDE;
    margin-top: 20px;
}

.wtbuy_rfix .mt40 {
    margin-top: 40px;
}

.wtbuy_rfix .list {
    overflow: hidden;
}

.wtbuy_rfix .list li {
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    width: 28px;
    height: 28px;
}

.wtbuy_rfix .list li a {
    display: block;
}

.wtbuy_rfix .list li a img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wtbuy_rfix .list li:nth-child(5n) {
    margin-right: 0;
}

.dea_con {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.dea_con .dea_tit {
    font-size: 20px;
    color: var(--col3, #333);
    line-height: 32px;
}

.dea_con .dea_date {
    line-height: 18px;
    margin-top: 6px;
    font-size: 12px;
    color: var(--col9, #999);
}

.wantbuy_list {
    width: 1215px;
}

.wantbuy_list li {
    width: 405px;
    margin-top: 20px;
    float: left;
}

.wantbuy_list li a:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.wantbuy_list li a:hover .bot .more {
    background-color: var(--col, #2870FF);
    color: #fff;
}

.wantbuy_list li a {
    display: block;
    width: 390px;
    height: 166px;
    background-color: #fff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.wantbuy_list li a .top {
    padding: 10px 20px;
    border-bottom: 1px solid #EDEDED;
    overflow: hidden;
}

.wantbuy_list li a .top .img {
    float: left;
}

.wantbuy_list li a .top .img img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wantbuy_list li a .top .name {
    max-width: 200px;
    margin-left: 6px;
    float: left;
    font-size: 12px;
    color: var(--col3, #333);
}

.wantbuy_list li a .top .date {
    float: right;
    font-size: 12px;
    color: var(--col9, #999);
}

.wantbuy_list li a .cen {
    padding: 10px 20px;
    margin-top: 4px;
}

.wantbuy_list li a .cen .tit {
    font-size: 14px;
    color: var(--col3, #333);
}

.wantbuy_list li a .cen .font {
    font-size: 12px;
    line-height: 18px;
    color: var(--col9, #999);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
}

.wantbuy_list li a .bot {
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    padding: 0 20px;
}

.wantbuy_list li a .bot .num {
    float: left;
    color: var(--col9, #999);
    line-height: 40px;
}

.wantbuy_list li a .bot .more {
    top: 6px;
    float: right;
    width: 68px;
    line-height: 26px;
    border: 1px solid var(--col, #2870FF);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: var(--col, #2870FF);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    text-align: center;
}

.wantbuy_list li a .bot:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--col, #2870FF);
    opacity: 0.06;
    z-index: -1;
}

.newdea_bot {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newdea_bot .top {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #EDEDED;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
}

.newdea_bot .top .img {
    float: left;
    width: 28px;
    height: 28px;
    top: 9px;
}

.newdea_bot .top .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newdea_bot .top .rcon {
    width: 892px;
    float: right;
    height: 46px;
}

.newdea_bot .input_con {
    width: 100%;
    height: 46px;
    overflow: hidden;
    margin-top: 16px;
}

.newdea_bot .news_txt {
    float: left;
    height: 100%;
    width: 88%;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
    border-right: none;
    background-color: #F8F8F8;
    padding: 0 13px;
    font-size: 14px;
    color: var(--col3, #333);
    border-radius: 4px 0px 0px 4px;
}

.newdea_bot .news_submit {
    cursor: pointer;
    float: right;
    width: 12%;
    height: 100%;
    background-color: var(--col, #2870FF);
    font-size: 14px;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    border: none;
}

.comment_list {
    padding: 0 20px 20px;
}

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

.comment_list li {
    margin-top: 20px;
    overflow: hidden;
}

.comment_list li .img {
    float: left;
    width: 28px;
    height: 28px;
}

.comment_list li .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment_list li .rcon {
    width: 890px;
    float: right;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}

.comment_list li .rcon .name {
    font-size: 14px;
    color: var(--col3, #333);
    line-height: 22px;
}

.comment_list li .rcon .name .author {
    display: inline-block;
    line-height: 18px;
    margin-left: 4px;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 12px;
    color: var(--col, #2870FF);
}

.comment_list li .rcon .name .author:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--col, #2870FF);
    opacity: 0.1;
}

.comment_list li .rcon .font {
    margin-top: 8px;
    font-size: 14px;
    color: var(--col3, #333);
}

.comment_list li .rcon .info {
    margin-top: 10px;
    overflow: hidden;
}

.comment_list li .rcon .info .date {
    float: left;
    font-size: 14px;
    color: var(--col9, #999);
}

.comment_list li .rcon .info .rc {
    float: right;
}

.comment_list li .rcon .info .rc a {
    display: inline-block;
    font-size: 14px;
}

.comment_list li .rcon .info .rc .back {
    color: var(--col, #2870FF);
}

.comment_list li .rcon .info .rc .fabulous {
    margin-left: 14px;
    padding-left: 20px;
    background: url(../images/page/zan.png) left center no-repeat;
    color: var(--col9, #999);
}

.comment_list li .rcon .info .rc .fabulous.sel {
    color: var(--col, #2870FF);
    background: url(../images/page/zans.png) left center no-repeat;
}

.comment_list li .rcon .comment_twolist .li {
    overflow: hidden;
    margin-top: 20px;
}

.comment_list li .rcon .comment_twolist .li:nth-child(n+2) {
    display: none;
}

.comment_list li .rcon .comment_twolist .rcon {
    width: 852px;
    border-bottom: none !important;
}

.comment_list li .rcon .comment_twolist.sel .li:nth-child(n+2) {
    display: block;
}

.comment_list li .rcon .comment_twolist.sel .rcon {
    border-bottom: 1px solid #EDEDED !important;
}

.comment_list li .rcon .comment_twolist.sel .li:last-child .rcon {
    border-bottom: none !important;
}

.comment_list li .rcon .comment_twobtn {
    font-size: 14px;
    color: var(--col3, #333);
    cursor: pointer;
}

.comment_list li .rcon .comment_twobtn i {
    margin-left: 4px;
    background: url(../images/page/new_down.png) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.comment_list li .rcon .comment_twobtn.sel i {
    transform: rotate(180deg);
}

.news_deafix {
    position: sticky;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.news_deafix .tit {
    font-size: 16px;
    color: var(--col3, #333);
}

.news_deafix .list li {
    margin: 10px 0;
}

.news_deafix .list li a {
    display: block;
}

.news_deafix .list li a .tit {
    font-size: 14px;
    color: var(--col3, #333);
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news_deafix .list li a .info {
    margin-top: 6px;
    font-size: 12px;
    color: var(--col9, #999);
}

.news_deafix .list li a .date {
    font-size: 12px;
    color: var(--col9, #999);
}

.news_deafix .list li a:hover .tit {
    color: var(--col, #2870FF);
}

.user_center .user_left {
    box-sizing: border-box;
    float: left;
    width: 220px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 20px;
}

.user_center .user_left .img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.user_center .user_left .img input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 99;
}

.user_center .user_left .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user_center .user_left .name {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: var(--col3, #333);
}

.user_center .user_left .copname {
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
    color: var(--col9, #999);
    line-height: 18px;
}

.user_center .user_left .btncon {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #DEDEDE;
    overflow: hidden;
}

.user_center .user_left .btncon a {
    display: block;
    width: 80px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    background-color: var(--col, #2870FF);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
}

.user_center .user_left .btncon .loginout {
    background-color: #F6F6F6;
    border: 1px solid var(--col9, #999);
    font-size: 12px;
    color: var(--col6, #666);
    line-height: 26px;
    width: 78px;
}

.user_center .user_left .btncon .login {
    margin: 0 auto;
}

.user_center .user_left .menu_tit {
    margin-top: 36px;
    font-size: 16px;
    color: var(--col3, #333);
}

.user_center .user_right {
    width: 970px;
    float: right;
}

.user_center .user_right .news_list li .rcon {
    width: 680px;
}

.user_center .user_right .exhibition_list li .lcon {
    width: 388px;
}

.user_center .user_right .exhibition_list li .lcon .ltop .ltcen .name {
    max-width: 256px;
}

.user_center .user_right .exhibition_list {
    padding-top: 0;
}

.user_center .user_right .exhibition_list li {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 8px;
}

.user_center .user_right .product_list {
    padding: 0 20px 10px;
    background-color: #fff;
    width: 950px;
}

.user_center .user_right .product_list li {
    width: 170px;
    margin-right: 20px;
}

.user_center .user_right .product_list li a {
    height: 268px;
}

.user_center .user_right .product_list li a .img {
    height: 170px;
}

.user_center .user_right .product_list li a .tit {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
}

.user_center .user_right .product_list li a .bot .info {
    line-height: 22px;
    border-bottom: none;
}

.user_center .user_right .product_list li a .bot .info .price {
    font-size: 16px;
}

.user_center .user_right .product_list li a:hover {
    box-shadow: inherit;
}

.user_center .user_right .product_list li a:hover .bot .tit {
    color: var(--col, #2870FF);
}

.user_center .user_right .user_rcon {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    padding-bottom: 30px;
}

.user_center .user_right .user_rcon .tit {
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #EDEDED;
    font-size: 20px;
    color: var(--col3, #333);
}

.user_center .user_right .user_rcon .list {
    overflow: hidden;
    padding: 0 20px;
}

.user_center .user_right .user_rcon .list li {
    float: left;
    margin-right: 60px;
    margin-top: 20px;
}

.user_center .user_right .user_rcon .list li a {
    display: block;
    text-align: center;
    top: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.user_center .user_right .user_rcon .list li a .img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.user_center .user_right .user_rcon .list li a .img img {
    width: 100%;
    height: 100%;
}

.user_center .user_right .user_rcon .list li a .name {
    font-size: 14px;
    color: var(--col3, #333);
    margin-top: 6px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.user_center .user_right .user_rcon .list li a:hover {
    top: -8px;
}

.user_menu {
    padding-top: 14px;
}

.user_menu li {
    margin-top: 26px;
}

.user_menu li .tit {
    font-size: 16px;
    color: var(--col3, #333);
}

.user_menu li menu a {
    display: block;
    font-size: 14px;
    color: var(--col6, #666);
    background: url(../images/index/cla_r.png) right center no-repeat;
    background-size: 12px !important;
    margin-top: 14px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.user_menu li menu .sel {
    color: var(--col, #2870FF);
    background: url(../images/index/cla_rs.png) right center no-repeat;
}

.user_menu li menu a:hover {
    color: var(--col, #2870FF);
    text-decoration: underline;
}

.user_rmenu {
    overflow: hidden;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
}

.user_rmenu a {
    display: block;
    float: left;
    padding: 0 21px;
    font-size: 14px;
    color: var(--col3, #333);
}

.user_rmenu .sel {
    color: var(--col, #2870FF);
}

.user_rmenu .sel:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--col, #2870FF);
    position: absolute;
    left: 0;
    bottom: 0;
}

.user_wantbuy_list li {
    margin-bottom: 10px;
    background-color: #fff;
}

.user_wantbuy_list li a {
    display: block;
    padding: 20px;
}

.user_wantbuy_list li a .tit {
    font-size: 14px;
    color: var(--col3, #333);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.user_wantbuy_list li a .font {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    color: var(--col9, #999);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.user_wantbuy_list li a .bot {
    margin-top: 10px;
    overflow: hidden;
}

.user_wantbuy_list li a .bot .img {
    width: 20px;
    height: 20px;
    float: left;
}

.user_wantbuy_list li a .bot .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user_wantbuy_list li a .bot .name {
    float: left;
    margin-left: 6px;
    font-size: 12px;
    color: var(--col3, #333);
    max-width: 500px;
}

.user_wantbuy_list li a .bot .num {
    float: right;
    font-size: 12px;
    color: var(--col9, #999);
}

.user_wantbuy_list li a:hover .tit {
    color: var(--col, #2870FF);
}

.fields_con {
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.fields_con .tit {
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #EDEDED;
    font-size: 20px;
    color: #333;
}

.user_activity_list li {
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 8px;
}

.user_activity_list li .img {
    float: left;
    width: 285px;
    height: 165px;
}

.user_activity_list li .img a {
    display: block;
}

.user_activity_list li .img a img {
    width: 285px;
    height: 165px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.user_activity_list li .rcon {
    width: 625px;
    float: right;
}

.user_activity_list li .rcon .tit a {
    display: block;
    font-size: 16px;
    color: var(--col3, #333);
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.user_activity_list li .rcon .date {
    font-size: 14px;
    color: var(--col9, #999);
    margin-top: 16px;
}

.user_activity_list li .rcon .signup {
    margin-top: 28px;
}

.user_activity_list li .rcon .signup a {
    display: inline-block;
    color: var(--col, #2870FF);
    border: 1px solid var(--col, #2870FF);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 28px;
    padding: 0 21px;
    font-size: 14px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.user_activity_list li .rcon .signup a:hover {
    background-color: var(--col, #2870FF);
    color: #fff;
}

.user_tit {
    line-height: 50px;
    font-size: 20px;
    color: var(--col3, #333);
    padding: 0 20px;
    border-bottom: 1px solid #EDEDED;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.user_inquiry_list li {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 8px;
}

.user_inquiry_list li .tit {
    font-size: 14px;
    line-height: 22px;
}

.user_inquiry_list li .tit a {
    color: var(--col3, #333);
}

.user_inquiry_list li .font {
    line-height: 18px;
    font-size: 12px;
    color: var(--col9, #999);
    margin-top: 4px;
}

.user_inquiry_list li .bot {
    overflow: hidden;
    margin-top: 10px;
    line-height: 18px;
}

.user_inquiry_list li .bot .date {
    float: left;
    font-size: 12px;
    color: var(--col9, #999);
}

.user_inquiry_list li .inqmsg_list {
    display: none;
    margin-top: 10px;
    border-top: 1px dashed #DEDEDE;
}

.user_inquiry_list li .inqmsg_list .li {
    margin-top: 20px;
    overflow: hidden;
}

.user_inquiry_list li .inqmsg_list .li .img {
    width: 20px;
    height: 20px;
    float: left;
}

.user_inquiry_list li .inqmsg_list .li .img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100%;
    height: 100%;
}

.user_inquiry_list li .inqmsg_list .li .rcon {
    width: 900px;
    float: right;
}

.user_inquiry_list li .inqmsg_list .li .rcon .top {
    overflow: hidden;
    font-size: 12px;
}

.user_inquiry_list li .inqmsg_list .li .rcon .top .name {
    float: left;
    max-width: 800px;
    color: var(--col3, #333);
}

.user_inquiry_list li .inqmsg_list .li .rcon .top .date {
    float: left;
    color: var(--col9, #999);
    margin-left: 10px;
}

.user_inquiry_list li .inqmsg_list .li .rcon .font {
    margin-top: 6px;
    line-height: 18px;
    font-size: 12px;
    color: var(--col3, #333);
}

.acceptance_list .rej .rcon .name {
    color: var(--col6, #666);
}

.acceptance_list .rej .rcon .list .li .rfont {
    color: var(--col6, #666);
}

.acceptance_list li {
    margin-bottom: 8px;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.acceptance_list li .img {
    float: left;
    width: 70px;
    height: 70px;
}

.acceptance_list li .img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.acceptance_list li .rcon {
    float: right;
    width: 850px;
}

.acceptance_list li .rcon .name {
    font-size: 14px;
    color: var(--col3, #333);
    line-height: 22px;
    max-width: 700px;
}

.acceptance_list li .rcon .label {
    margin-top: 6px;
    font-size: 12px;
    max-width: 700px;
}

.acceptance_list li .rcon .label span {
    color: var(--col9, #999);
    margin-right: 6px;
}

.acceptance_list li .rcon .booth {
    margin-top: 2px;
    color: var(--col, #2870FF);
    font-size: 12px;
    max-width: 700px;
}

.acceptance_list li .rcon .list {
    border-top: 1px dashed #DEDEDE;
    margin-top: 16px;
}

.acceptance_list li .rcon .list .li {
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
}

.acceptance_list li .rcon .list .li .ltit {
    color: var(--col9, #999);
    float: left;
}

.acceptance_list li .rcon .list .li .rfont {
    float: right;
    width: 780px;
    color: var(--col3, #333);
}

.acceptance_list li .rcon .list .li .blue {
    color: var(--col, #2870FF) !important;
}

.acceptance_list li .rcon .list .li .grey {
    color: var(--col9, #999) !important;
}

.acceptance_list li .rcon .list .li .red {
    color: #FF3B30 !important;
}

.gomeeting {
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 10;
}

.gomeeting a {
    color: #fff;
    background-color: var(--col, #2870FF);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 28px;
    padding: 0 16px;
    display: inline-block;
}

.inquiry_list .inquiry_brand {
    font-size: 12px;
    color: var(--col, #2870FF);
    margin-top: 4px;
}

.inquiry_list .bot {
    overflow: hidden;
    margin-top: 6px;
    line-height: 18px;
}

.inquiry_list .bot .date {
    float: left;
    font-size: 12px;
    color: var(--col9, #999);
}

.inquiry_list .list {
    display: none;
}

.view_message {
    cursor: pointer;
    float: right;
    color: var(--col, #2870FF);
    font-size: 12px;
}

.view_message i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/page/up.png) center no-repeat;
    background-size: 12px;
}

.view_message span,
.view_message i {
    vertical-align: middle;
}

.view_message.sel i {
    transform: rotate(180deg);
}

.inquiry_sulcon span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 38px;
}

.inquiry_sulcon span::after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 2px;
}

.inquiry_sulcon .sel::after {
    background: url(../images/user/true.png) no-repeat center;
}

.onlinemake_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
}

.onlinemake_popup .pop_bg {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.onlinemake_popup .pop_con {
    position: absolute;
    z-index: 10;
    width: 930px;
    left: 50%;
    margin-left: -465px;
    top: 50%;
    padding-bottom: 40px;
    margin-top: -290px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.onlinemake_popup .pop_con .top {
    line-height: 58px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}

.onlinemake_popup .pop_con .top span {
    display: inline-block;
    color: var(--col3, #333);
    font-size: 20px;
    border-bottom: 3px solid var(--col, #2870FF);
}

.onlinemake_popup .pop_con .content {
    margin: 28px auto 0;
    width: 426px;
}

.onlinemake_popup .pop_con .content .send {
    font-size: 14px;
    color: var(--col3, #333);
}

.onlinemake_popup .pop_con .content .send span {
    color: var(--col, #2870FF);
}

.form_date,
.form_select {
    overflow: hidden;
    margin-top: 20px;
}

.form_date input,
.form_date select,
.form_select input,
.form_select select {
    cursor: pointer;
    width: 203px;
    height: 46px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
    padding: 0 10px;
    background: url(../images/page/date_down.png) right 10px center no-repeat;
}

.form_date select,
.form_select select {
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    color: #999;
}

.form_tea {
    margin-top: 20px;
}

.form_tea textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: none;
    height: 100px;
    font-size: 14px;
    color: var(--col3, #333);
}

body .layui-laydate .layui-this {
    background-color: var(--col, #2870FF) !important;
}

.layui-laydate-footer span {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.layui-laydate-footer span:hover,
.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: var(--col, #2870FF) !important;
}

.form_checkbox {
    margin-top: 20px;
}

.form_checkbox label {
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    padding-left: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.form_checkbox input {
    margin-right: 12px;
    width: 0;
    height: 0;
    cursor: pointer;
}

.form_checkbox input:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.form_checkbox input:checked::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/user/true.png) no-repeat center;
}

.form_checkboxcon {
    font-size: 0;
    margin-top: 16px;
}

.form_checkboxcon a {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding-left: 26px;
    color: #333;
    font-size: 14px;
}

.form_checkboxcon a::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.form_checkboxcon .sel::before {
    background: url(../images/user/true.png) no-repeat center;
}

.pop_close {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 14px;
    right: 16px;
    background: url(../images/close.png) right center;
    z-index: 20;
    cursor: pointer;
}

.form_edxconshow {
    display: none;
}

.form_none {
    display: none;
}

.user_show {
    display: none;
}

.livePop_Inputpassword {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
}

.livePop_Inputpassword .pop_bg {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.livePop_Inputpassword .pop_con {
    position: absolute;
    z-index: 10;
    width: 486px;
    height: 196px;
    left: 50%;
    margin-left: -243px;
    top: 50%;
    padding-bottom: 40px;
    margin-top: -98px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.livePop_Inputpassword .pop_con .tit {
    font-size: 18px;
    text-align: center;
    color: var(--col3, #333);
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}

#fields_base {
    margin: 0 20px;
    padding-top: 20px;
}

.form-group {
    margin: 10px 0 20px;
}

.form-group .control-label label {
    height: 20px;
    line-height: 20px;
}

.form-group .col-md-2 {
    display: none;
}

.form-group .col-md-10 input,
.form-group .col-md-10 select {
    width: 460px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 10px;
}

.form-group .col-md-10 .xc-radio {
    width: 70px;
    height: 10px;
}

.form-group .col-md-10 select,
.form-group .col-md-10 .city-picker-span {
    background: url(../images/page/date_down.png) right 10px center no-repeat;
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.form-group .col-md-10 .city-picker-span {
    border: 1px solid #E5E5E5;
}

.form-group .col-md-10 .city-picker-span .arrow {
    display: none;
}

.form-group .mt-checkbox-inline input {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 20px;
}

.fields_con {
    padding-bottom: 40px;
}

.fields_con .form_submit {
    margin: 20px;
}

.fields_con .form_submit a {
    width: 120px;
}

.polyv-chat-room .polyv-cr-navbar>li.polyv-crn-active::after {
    background-color: var(--col, #2870FF);
}

.foo_cop {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 16px;
}

.wantbuy_button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}

.wantbuy_button a {
    margin: 10px auto;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, var(--line1, rgba(40, 112, 255, 0.8)), var(--line2, #2870ff)) #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.wantbuy_button a i {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/page/wantbuy_icon.png) no-repeat center;
}

.wantbuy_button a span {
    vertical-align: middle;
}

.h120 {
    height: 120px;
}

.actdea_tit {
    margin: 40px 0 20px 0;
    font-size: 20px;
    color: var(--col3, #333);
    font-weight: bold;
}

.actdea_con .actdea_left {
    width: 890px;
    padding: 20px 20px 60px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.actdea_con .actdea_right {
    width: 290px;
    padding: 24px 20px 30px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
}

.actdea_con .actdea_right .tit {
    font-weight: bold;
    color: var(--col3, #333);
    font-size: 20px;
}

.actdea_list li {
    margin-top: 30px;
}

.actdea_list li a {
    display: block;
    overflow: hidden;
}

.actdea_list li a .img {
    width: 90px;
    height: 52px;
    float: left;
}

.actdea_list li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.actdea_list li a .rcon {
    width: 140px;
    float: right;
}

.actdea_list li a .rcon .name {
    font-size: 14px;
    line-height: 18px;
    color: var(--col3, #333);
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.actdea_list li a .rcon .date {
    color: var(--col9, #999);
    font-size: 12px;
}

.actdea_list li a:hover .rcon .name {
    color: var(--col, #2870FF);
}


/*# sourceMappingURL=style.css.map */
