@charset "utf-8";
/* Simple fluid media
 Note: Fluid media requires that you remove the media's height and width attributes from the HTML
 http://www.alistapart.com/articles/fluid-images/
 */
img, object, embed, video {
    max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}
/*
 Dreamweaver Fluid Grid Properties
 ----------------------------------
 dw-num-cols-mobile:        4;
 dw-num-cols-tablet:        8;
 dw-num-cols-desktop:   12;
 dw-gutter-percentage:  25;
 
 Inspiration from "Responsive Web Design" by Ethan Marcotte
 http://www.alistapart.com/articles/responsive-web-design
 
 and Golden Grid System by Joni Korpi
 http://goldengridsystem.com/
 */
.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}
.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
/* Mobile Layout: 480px and below. */
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    clear: none;
    float: none;
}
#div1 {
    max-width: 480px;
    margin: auto;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.CommBg {
    position: fixed;
    z-index: -999;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.comm_msg {
    background-color: #FAFAFA;
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px #F5F5F5;
}
.comm_msg a {
    color: #999;
    display: block;
}
/*A space*/
.a_space {
    background-color: transparent;
    height: 10px;
    width: 100%;
}
.t_space {
    background-color: transparent;
    height: 54px;
    width: 100%;
}
.top_space {
    background-color: #FFF;
    height: 54px;
    width: 100%;
}
.a_line {
    width: 86%;
    background-color: #EBEBEB;
    margin-left: 14%;
    height: 1px;
}
/*空间*/
.comm_space {
    padding: 0 4%;
}
/*字体*/
.comm_Title::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
    background-color: #FFF;
    position: relative;
    top: 1px;
}
.comm_Title {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-image: linear-gradient(135deg,#d60050,#171c61);
    padding-left: 4%;
    display: block;
    padding: 6px 4%;        
}
.comm_subTitle {
    font-size: 14px;
    color: #D60050;
}
.txtColor_Skin{
    color: #D60050 !important;
}

/*大标题*/
.big_Title {
    color: #111;
    padding: 15px 4% 0 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
}
/*底部*/
.footerSkin {
    width: 100%;
    height: 49px;
    background-color: #FFF;
    border-top: solid 1px #DDD;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
}
.footerSkin>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.footerSkin>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 49px;
    font-size: 0.7em;
    text-align: center;
}
.footerSkin>ul .on {
    color: #08a6f0;
}
.footerSkin>ul>li img {
    width: 25px;
    height: 25px;
    margin-bottom: 1px;
}
/*顶部空间*/
.topSpace50 {
    height: 50px;
    background-color: transparent;
    width: 100%;
}
.topSpace44 {
    height: 44px;
    background-color: transparent;
    width: 100%;
}
/*标签*/
.maskItem {
    margin: 20px auto;
}
.maskItem span {
    display: inline-block;
    margin-right: 8px;
    background-color: #EEE;
    color: #999;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 20px;
}
/*阴影*/
.shadow {
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
}
/*weui*/
.weui-btn_primary {
    background-color: #007aff !important;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
    color: hsla(0,0%,100%,.6);
    background-color: #0067d7 !important;
}
.weui-btn_primary {
    background-color: #007aff !important;
}
.weui-btn_primary::after {
    content: none !important;
}

/*--------------------
    
---------------------*/
.indexBg{
    position: fixed;
    z-index: -999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
background-color: #FFF;
}
.index_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index_banner img {
    width: 100%;
    height: auto;
}

/*底部*/
.bottomSkin { width: 100%; height: 49px; background-color: #FFF; position: fixed; bottom: 0px; left: 0px; -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15); box-shadow: 0px 0px 20px rgba(0,0,0,0.15); z-index: 300; }
a.btn_bottom_purple { width: 100%; height: 36px; text-align: center; line-height: 36px; border-radius: 36px; color: hsla(0,0%,100%,1.00); display: block; background-color: #d60050; }


/*--------------------
   update 20210225
---------------------*/

.howChoiceCIOE>ul{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.howChoiceCIOE>ul>li{
    width: 33.333%;
    padding: 3%;
    box-sizing: border-box;
    color: hsla(0,0%,30%,1.00);   
}
.howChoiceCIOE>ul>li:nth-child(2n+1){
    background-color: rgba(214,0,80,0.1);
}
.howChoiceCIOE>ul>li:nth-child(2n){
    background-color: #F5F5F5;
}
/*展品*/
.exhibitsList>ul>li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}
.exhibitsList>ul>li div:first-child{
    display: table;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(135deg,#d60050,#171c61);
    color: #FFF;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}
.exhibitsList>ul>li div:nth-child(2n){
    display: table;
    width: 83%;
    font-size: 14px;
    color: #4C4C4C;
}
/*展商*/
.exhiCompanyList{
    margin-top: 15px;
}
.exhiCompanyList>ul>li{
    font-size: 14px;
    margin-bottom: 6px;
    color: #4c4c4c;
}
.exhiCompanyList>ul>li::before{
    content: "» ";
}

/*展位报价*/
.boothTable{
    margin-top: 5px;
    border-left: solid 1px #EEE;
    border-top: solid 1px #EEE;
}
.boothTable td{
    color: #4c4c4c;
    padding: 6px;
    font-size: 12px;
    border-right: solid 1px #EEE;
    border-bottom: solid 1px #EEE;
}
.txtColor_color{
    background-image: linear-gradient(135deg,#d60050,#171c61);
            -webkit-background-clip:text;
            color: transparent;
}
/*大会活动*/
.eventSkin{
    background-image: url("../img/cioe/event_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px 4%;
    box-sizing: border-box;
}

/*联系*/
.contantSkin{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.contantSkin div:last-child{
    width: 25%;
}
.contantSkin div:first-child{
    width: 70%;
    font-size: 14px;
    color: #4C4C4C;
}

/*--------------------
		End
---------------------*/


/*-------------------- iPhone 6 ---------------------*/

@media only screen and (min-width: 321px) {
.gridContainer {
    width: 100%;
    max-width: 375px;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
#div1 {
    max-width: 375px;
    margin: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.baseInfoSkin .bis_right {
    width: 75% !important;
}
.oml_text {
    width: 82% !important;
}
}

/*-------------------- Android ---------------------*/

@media (min-width:360px) {
}

/*-------------------- iPhone 6 plus ---------------------*/

@media only screen and (min-width: 376px) {
.gridContainer {
    width: 100%;
    max-width: 414px;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
#div1 {
    max-width: 414px;
    margin: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.baseInfoSkin .bis_right {
    width: 78% !important;
}
.oml_text {
    width: 84% !important;
}
}
 @-webkit-keyframes imgAnimation {
 0% {
opacity: 0;
top: 50px;
}
 50% {
opacity: 0;
top: 50px;
}
 100% {
opacity: 1;
top: 0px;
}
}
