@media (min-width:1440px){.wrap{width: 1200px;margin: 0 auto;}
}
@media (max-width:1440px){.wrap{width: 80%;margin: 0 auto;}
}


.lt_list{
width:100%;
}

/*嘉宾列表*/
.ltguest_list p{
margin-top: 0.3rem;
}

@media (min-width:1440px){
.wrap{width: 1200px;margin: 0 auto;}
.ltguest_list{width:19%;float: left;margin-left: 1%;display:inline-block; vertical-align:top; font-size:12px;margin-top: 20px;}
.ltguest_list:nth-child(5n+1){clear:left;}
}
@media (max-width: 1440px) and (min-width: 1000px) {
.ltguest_list{width:19%;float: left;margin-left: 1%;display:inline-block; vertical-align:top; font-size:12px;margin-top: 15px;}
.ltguest_list:nth-child(5n+1){clear:left;}
}
@media (max-width: 1000px) and (min-width: 800px) {
.ltguest_list{width:24%;float: left;margin-left: 1%;display:inline-block; vertical-align:top; font-size:12px;margin-top: 15px;}
.ltguest_list:nth-child(4n+1){clear:left;}
}

@media (max-width: 800px) and (min-width: 500px) {
.ltguest_list{width:23%;float: left;margin-left: 2%; display:inline-block; vertical-align:top; font-size:12px;margin-top: 10px;}
.ltguest_list:nth-child(3n+1){clear:left;}
}
@media (max-width: 1440px) and (min-width: 800px) {
.wrap {
    width: 80%;
    margin: 0 auto;}
	}	

@media (max-width: 800px){
.wrap {width: 90%;}	
.ltguest_list{width:30%;height: auto;float: left;margin-left: 3%;margin-top: 10px;}
.ltguest_list:nth-child(3n+1){clear:left;}

	}	


.m_header {
    display: block;
    z-index: 999;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	}
	
.m_header .top_bar {
  height: 44px;
  position: relative;
  background: #205fd0;
}

.m_header .top_bar .abs_l,
.m_header .top_bar .abs_m,
.m_header .top_bar .abs_r {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m_header .top_bar .abs_l {
  width: 54px;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  left: 20px;
  font-weight: 600;
}

.m_header .top_bar .abs_m {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
}

.m_header .top_bar .abs_r {
  color: #fff;
  right: 20px;
  z-index: 100;
  font-size: 14px;
  font-weight: 600;
}

.m_header .top_bar .refresh_title,
.m_header .top_bar .back,
.m_header .top_bar .comment_count,
.m_header .top_bar .app,
.m_header .top_bar .cancel,
.m_header .top_bar .submit {
  display: inline-block;
  height: 44px;
}

#LtjsHeader.m_header .top_bar .refresh_title {
  background: url(//s3b.pstatp.com/growth/mobile_list/image/wap_logo@3x_581de69e.png) no-repeat right center;
  width: 83px;
  background-size: 83px !important;
  padding-left: 15px;
}

#LtjsHeader.m_header .top_bar .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(//s3.pstatp.com/growth/mobile_list/image/feed_ic_search_normal@3x_0f198e56.png) no-repeat center;
  background-size: contain;
  margin-right: 12px;
}

#LtjsHeader.m_header .top_bar .rotate,
#LtjsHeader.m_header .top_bar .fix_btns .fresh_btn.rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: x-spin 0.7s linear;
}
#LtjsHeader.m_header .top_bar .msg-box {
  background: url(//s3.pstatp.com/growth/mobile_list/image/feed_ic_message_normal@3x_f2ea949f.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 25px;
  margin-left: 12px;
  display: block;
  position: relative;
}

#LtjsHeader.m_header .top_bar .circle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  right: 5px;
  top: 2px;
  border-radius: 5px;
}

#LtjsHeader.m_header .top_bar h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
}

#LtjsHeader.m_header .top_bar .refreshBtn {
  background-color: #d43d3d;
  height: 44px;
  width: 25px;
}

#LtjsHeader.m_header .back {
  top: 0;
  left: 0;
  width: 44px;
  border-radius: 0px;
  background: url(//s3.pstatp.com/growth/mobile_list/image/header_back_86a065fc.png) no-repeat center center;
  background-size: 20px;
}
#LtjsHeader.m_header .iphone .top_menu_list .btn.cur {
  font-weight: bold;
}
#LtjsHeader.m_header .top_bar .rotate,
#LtjsHeader.m_header .fix_btns .fresh_btn.rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: x-spin 0.7s linear;
}
#LtjsHeader.m_header .scaleFromRight {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: scaleFromRight 300ms ease;
}
@-webkit-keyframes scaleFromRight {
  0% {
    -webkit-transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@-webkit-keyframes x-spin {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@-webkit-keyframes slideInFromLeft {
  0% {
    opacity: .5;
    -webkit-transform: translateX(-270px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  }

.top_menu_bar {
 /* background: #f4f5f6;
  height: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: fixed;
  
  top: 44px;*/
  
  position:fixed;background: #f8f8f8;
  height: 44px;top: 44px;width: 100%;overflow: hidden;margin:0 auto;border-bottom:1px solid #cfcfcf;
  z-index: 999;
}

/*.top_menu_bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(top, transparent, transparent 40%, #ddd 40%);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
} */

.top_menu_bar .top_menu_list {
position:absolute
 /* overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;*/
}

/*
.top_menu_bar .top_menu_list::-webkit-scrollbar {
  display: none;
}*/


/*	
.top_menu_bar .top_menu_list .btn {
  white-space: nowrap;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #505050;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  margin-left: 5px;
  margin-top: 1px;
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.top_menu_bar .top_menu_list .btn.cur {
  color: #205fd0;
}

	
.top_menu_bar .top_menu_more {
  float: right;
  position: relative;
}
.top_menu_bar .top_menu_more .more_btn {
  display: block;
  position: relative;
  width: 40px;
  height: 36px;
  background-size: 20px;
  font-size: 35px;
  color: #f85959;
  text-align: center;
  line-height: 36px;
}

.top_menu_bar .top_menu_more .list_shadow {
  position: absolute;
  width: 10px;
  height: 36px;
  left: -10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABXCAQAAACjUt0DAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAABIAAABXAK421QoAAAFiSURBVEjH1ZbbtoMgDERnKP//yaYPVSAhF077dHQtamU7k0RKAxwcPCF4ItF+tWMNsVZS91uJhNlRX7FGPMgizOrEObJSiZUUAnRkR6q0qnErm7Lhc9UDBaXUt0kN0FOaOo4SQ5BRCahOA3HT5KwTE50GZhV37VazJKYljjE2SE+sPsittC1XW/FmgNVsZJcvuhvrAbLqffNadPXLYgaLzs8wWSo6rk9FYdeBUW/x1DRswfS6ysuNlcDZ7ssTSCpIfDsZn/J8b+Omh8pjR/X8DkuWndwnINpOlukFbtvzVslAEmF+TCMaCC4fkr8oKUgVzmQ4IBojHfqFqwd28O0S6AXA7ib2P+HOTlzLcXZ3+tFz6yRObiOmGY+3k6ev5XN97Uq7FoCXkl5HTrT6tQiw2u1aY/TrZF551jyMFPZiOqW1O5zXiJx1PV/2Tw52tD8ddYc/9Zlq7qhBrlrtuhX/98cbycGBFpNaiv0AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDItMjdUMTc6NDQ6NDErMDg6MDDFbrv7AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAyLTI3VDE3OjQ0OjQxKzA4OjAwtDMDRwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=) no-repeat center right;
  background-size: contain;
  background-color: rgba(244, 245, 246, 0.3);
}
*/


.btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}





/* 网站脚部 */
@media (min-width: 992px){

#foot1{
 width: 40%;
 padding-left: 10%;
 float: left;

 }

#foot1>span>img {width:48px;}
 
#foot2{
    width: 60%;
    float: left;
    text-align: right;
    padding-right: 10%;
    padding-bottom: 2rem;
}

.main_foot_spanr>img {width:82px}
}

@media screen and (max-width: 992px) and (min-width: 465px) {

    #foot1{
        width: 40%;padding-left:5%; font-size: 12px;float: left;
    }


    #foot1>span>img {width:40px;}

    .main_foot_spanr {margin-left: 5px;font-size: 12px;}

    .main_foot_spanr>img {width:72px}

    #foot2{
        width: 60%;
        float: left;
        text-align: right;
        padding-right: 5%;
        padding-bottom: 2rem;
    }

}

@media screen and (max-width: 465px){

    #foot1{
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }

    #foot1>span{width:50%;float: left;}
    #foot1>p{display: none;}


    #foot1>span>img {width:40px;}

    .main_foot_spanr {margin-left: 5px;font-size: 12px;}

    .main_foot_spanr>img {width:72px}

    #foot2{

        clear: both;
        padding: 1rem 0;
        text-align: center;
        padding-right: 3%;
        margin-bottom: 1rem;
    }

}



/*css reset*/
body,dl,dt,dd,p,h1,h2,h3,h4,ul,ol,li,input,button,textarea,footer{margin:0;padding:0}
body,div,p,ul,table,li{margin:0;padding:0;}
html{font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5% !important; -webkit-tap-highlight-color: rgba(240,240,240,0);}
.body_2018,body{font-family: SimHei; font-size: 1.6rem; color: #333333; background-color: #f8f8f8;height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch;}
h1,h2,h3,h4,h5,h6{font-size:100% }
form{display:inline}
ul,ol{list-style:none}
a{text-decoration:none;color:#1a1a1a}
a:hover, a:active, a:focus{text-decoration: none;}
img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
button,input,select,textarea{font-size:100%; vertical-align:middle;outline:none;}
textarea{resize:none}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder{color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0; border:0}
table{border-collapse:collapse; border-spacing:0}
img{max-width: 100%;}
.hide{display:none;}
.show{display: block;}
.ellipsis{white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.break{word-break:break-all; word-wrap:break-word}
footer, article, section, menu, hgroup{display: block;clear:all;}
.rel{position: relative;}
article{max-width: 45rem; margin: 0 auto; }

header span{color:#666;font-size: 1.2rem;}
header img{width: 9rem;} 
.banner{ position:relative;}
.ban_bt{ position:absolute; left:0; bottom:0; width:100%; color:#fff; text-align:center; line-height:2.6rem;}
.ban_bte{ position:absolute; left:0; top:0; width:100%; color:#fff; text-align:center; line-height:2.6rem;}
.banner img{width: 100%;} 
.red{color:#eb6877} 


/*日程安排*/ 
.dateAp{background: #fff; overflow: hidden;} .dateAp h3,.h3_title{overflow: hidden; font-size: 1.4rem; font-weight: normal; padding: 0 1.5rem; line-height: 5.2rem; border-bottom: #e3e3e3 solid 1px;}
.dateAp a{float: right; color: #666666; font-size: 1.3rem; padding-right: 1rem;}
.dateAp i{position: relative;}
.dateAp i:after, .dateAp i:before{border: .65rem solid transparent; border-left: .65rem solid #fff; width: 0; height: 0; position: absolute; top: 2px; right: -1.4rem; content: ' '}
.dateAp i:before{border-left-color: #aeaeae; right: -1.5rem;}
.dateAp img,.h3_title img{width: 3rem; margin-right: .5rem;}
.dingd{margin: 1.5rem 1.4rem; background: #f8f8f8; font-size: 1.2rem; overflow: hidden; padding: .5rem .3rem; line-height: 2rem; border-radius: 5px;}
.dingd img{width: 1.1rem;}
.dingd span{display: inline-block; float: right;}
.time_line{overflow: hidden; box-shadow:3px 3px 10px #e6f2ff;}
.time_line li{display: inline-block; float: left; width: 33.3%; line-height: 4.8rem; border-bottom: #fff 4px solid; text-align: center; font-size: 1.5rem;}
.time_line li.active{border-bottom: #00a0e9 4px solid; color: #00a0e9;}
.content{padding-bottom: 1rem;}
.content ul{border-left: #e3e3e3 solid 1px; margin-left: 2rem; margin-right: 1rem; margin-top: 2.5rem}
.content li{display: block; line-height: 3rem; margin-left: 1.9rem; position: relative; font-size: 1.5rem; border-bottom: #e3e3e3 solid 1px;}
.content li:last-child{border-bottom: 0;}
.content li:before{display: inline-block; width: 1rem ; height: 1rem; border: #eb6877 solid 2px; border-radius: 50%; content: ''; position: absolute; left: -2.6rem; margin-top: 0.85rem; background: #fff}
.content span{margin-left: 1.5rem;}
.content a{position: relative; transform: rotate(90deg); right: 0; top: .5rem; -webkit-transition: all 0.35s ease-in-out;}
.content a:after, .content a:before{border: .65rem solid transparent; border-left: .65rem solid #fff; width: 0; height: 0; position: absolute; top: 2px; right: -1.4rem; content: ' '}
.content a:before{border-left-color: #00a0e9; right: -1.5rem;}
.content div{width: 121%; width: 103%; margin-left: -17%;background: #f8f8f8; padding-left: 17%;}
.content dl{border-left: #e3e3e3 solid 1px; background: #f8f8f8; display: none;}
.content dd{margin-left: 1rem; border-bottom: #e3e3e3 solid 1px; display: block; line-height: 3rem}
.content dd a,.content .rota.active dd a{position: static; -webkit-transition: initial; -webkit-transform: rotate(0deg); transform: rotate(0deg); float: none;}
.content dd a:after, .content dd a:before{content: ''; position: static; border: 0;}
.content dd:before{display: inline-block; width: .8rem; height: .8rem; background: #eb6877;content: ''; margin-left: -1.4rem; border-radius: 50%; margin-right: 1rem;}
.content .rota.active{border-bottom: 0;}
.content li.active dl{display: block;}
.content .rota.active a{top: 2.5rem; right: 1.5rem; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
.content li.active em:before{display: inline-block; content: ''; display: inline-block; width: .8rem; height: .8rem; background: #eb6877;margin-left: -2.3rem; z-index: 3; position: relative; border-radius: 50%; margin-right: 1.5rem;}
.line_bo{position: absolute; height: .7rem; background: #fff;top: 0 ;left: -3rem; width: 100%;}
.line_bottom{bottom: 0.1rem; top: initial;}
/*联系我们*/
.contact{background: #fff; margin-top: 1rem; padding-bottom: 1rem;}
.contact li{display: inline-block; float: left; width: 40%; text-align: center;}
.contact li:last-child{width:60%;}
.contact li img{width: 1.8rem; margin-top: 1.2rem;}
.contact ul{overflow: hidden; margin-top: 1.5rem;}
.contact span{display: inline-block; width: 3.9rem; height: 3.9rem; border-radius: 50%; background: #f8f8f8; text-align: center; margin-bottom: .8rem;}
.eng{text-align: center; padding: 1.5rem 0;}
.eng a{display: inline-block; width: 18.8rem; text-align:center; height: 4.3rem; border: #00a0e9 solid 1px; border-radius: 5px; line-height: 4.3rem; font-size: 1.8rem; color: #00a0e9;}
/*脚*/
footer{text-align: center; background: #fff; padding: 1.5rem 0; margin-top: 1rem;}
footer p{font-size: 1.3rem; color: #666; line-height: 2.4rem;}
footer p a{font-size: 1.3rem; color: #666;}
/*欢迎页*/
.h2_title{text-align: center; font-size: 1.7rem; font-weight: normal;}
.eng_org{background: #fff; text-align: left; padding: 2.5rem 1rem; text-align: center;margin-top: -10px;} /* yukun add */
.eng_org a{width: 15rem;}
.eng_org .w_eg{ width:100%;} 
.mar_b15{ margin-bottom:1.5rem;}
.eng .chin{background: #00a0e9; color: #fff; }/*  yukun add */
.borer_b{border-bottom: #e3e3e3 solid 1px;} 
.borer_d{border-bottom: #e3e3e3 dashed 1px;} 
.back{position: fixed; left: 2rem; top: 3rem; transform:rotate(180deg); display: inline-block;}
.back:after, .back:before{border: .65rem solid transparent; border-left: .65rem solid #fff; width: 0; height: 0; position: absolute; top: 2px; right: -1.4rem; content: ' '}
.back:before{border-left-color: #4d4d4d; right: -1.5rem;}
.reg{float: right; color: #00a0e9; font-size: 1.5rem;}
.login p{text-align: center; padding: 1.9rem 0;}
.login img{width: 9rem;}
.login li{margin-bottom: 1.5rem; padding: 0 1.5rem;}
.login input{border: #e3e3e3 solid 1px; border-radius: 5px; background: #fff; padding: .5rem 1.2rem; line-height: 2.8rem; width: 88%;}
.btn_login{border:0; background: #00a0e9; font-size: 1.7rem; text-align: center; color: #fff; line-height: 4.5rem; border-radius: 5px; width: 90%; margin: 0 auto;}
.login li.error{margin-bottom: 0}
.error p{color: #ff3131; font-size: 1.4rem; padding: 0; text-align: left; padding: 0 1.2rem;}
.fixed{position: fixed; bottom: 0; left: 0; width: 100%; color: #333; padding-bottom: 0; font-size: 14px; padding: 1rem 1.5rem;background:#fff;}
.dingd .yk_time{width:40%;float:left;}
.dingd span.yk_area{width:60%;float:right;}
/*弹窗*/
.mask,.div_mask{position: fixed; top: 0; right: 0; width: 100%; height: 100%; color: #d6d6d6; background: rgba(0,0,0,.5);}
.popup_agin{position: absolute;top: 0;left: 0; background: #fff; width: 300px; height: 186px; background-size: 100%;display: none;top: 50%; left: 50%; z-index: 2;}
.popup_agin h3 img{float: right}
.close{width:15px;height:15px;}
.popup_agin h3 a{display: block; text-align: right; overflow: hidden; line-height: 25px; padding-right: 20px; margin-top: 14px;}
.popup_agin p{text-align: center;line-height: 30px;}
.img_faile{height: 70px; display: inline-block;}
.f_z{font-size: 2rem;margin-top:28px;color:#333;}
.a_agint img{width: 146px; display: inline-block; margin-top: 5px;}
.hd_tip{width:60px;height:60px;}
.choise{background:url(../images/pop_choise.png) 0 0 no-repeat; width:248px ; height: 293px; background-size: 100%;}
.choise h3 a{position: absolute; top: -27px; right: -11px;}
.choise h3 a img{width: 30px;}
.choise ul{margin: 0 auto; margin-top: 48px; padding: 15px 0px 15px 10px; width: 223px; height: 220px; overflow-y: auto;}
.choise li{margin-bottom: 5px;}
.choise li a{display:block; background: url(../images/li_cont.png)0 0 no-repeat; height: 38px; line-height: 38px; background-size: 100% 38px; text-align: center; font-size: 15px; color: #1e1e1e;}
.f_error{color:#eb6877;}

/* yukun add */

@media screen and (max-width: 375px){
	.eng_org a{width: 8rem;margin-right:1rem;}
}
@media screen and (max-width: 320px){
	.eng_org a{width: 7.6rem;margin-right:.6rem;}
}

@media screen and (min-width: 414px){
	.eng_org a{width: 9rem;margin-right:1rem;}
}
.eng_org  a:last-child{
	margin-right:0;
}
/*引导页banner*/
/* yukun add */
#yindaoye.top {height:auto;overflow: hidden;position:relative;background:none;}
#yindaoye .head {width: 100%;height: auto;position: absolute;top: 20px;text-align:center;z-index:1;height:auto;margin-bottom:0;}
#yindaoye .head_btn{width:33.33%;margin:0 auto;padding-top: 30px;}
#yindaoye .head_btn a{ float:left;width:29.375%;margin-left:2.59375%;color:#ffd940;border:1px solid #ffd940;font-size: 14px;padding: 8px 0;border-radius: 30px;}
#yindaoye .head_btn a:hover{background:rgba(255,217,64,0.4);color:#ffd940;}
#yindaoye.top img{max-width:100%;}
#yindaoye .head_img{max-width:30.05208333333333%;margin:0 auto;}
#yindaoye .head .logo{width:5.10416666666667%;margin:0 auto;}
.jump_en{color:#00a0e9;}
.jump_en:before{
	content: "|";margin:0 10px 0 5px;color:#e3e3e3;
}

/*登录页面英文版css*/
/* zwr add */
.login-tip{color: #333;font-size: 0.9rem;}
.login-tip a{color: #3a99d8;}

.popsuc{width:300px; height:234px;position:fixed;top:50%; left:50%; margin-top:-117px; margin-left:-150px; background:#fff;border-radius:5px;z-index: 11}
.popbox{padding-top:45px;}
.suc_icon{display:block; margin:0 auto 40px;}
.popbox p{font-size:0.9rem;text-align:center;}
.a_closed{ position:absolute; right:20px; top:20px; display:block; width:22px; height:22px; background:url(../images/close.png) no-repeat;}
.a_closed:hover{background:url(../images/close-hover.png) no-repeat;}

/*蒙层*/
#layer{
	display:none;
	background-color: #000;
	width: 100%;
	height: 100%;
	left:0;
	top:0;/*FF IE7*/
	background: rgba(0,0,0,0.7);
	z-index:10;
	position:fixed!important;
}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix {*zoom:1;}
.pop_box{height: 516px;overflow-y: scroll;}
.scroll_hidden{overflow-y: hidden;}
/* 下拉框 */
.select{height: 45px;line-height: 45px;background: #fff;position: relative;font-size: 14px;border: #e3e3e3 solid 1px;border-radius: 3px;}
.select p{cursor: pointer;float: none!important;padding: 0!important;}
.select p span{width: calc(100% - 44px);text-align:left;color:#999;font-size: 14px;float: left;display: block;padding: 0 10px;margin-top: 1px;height: 45px;line-height: 45px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.select p i{position: relative;overflow:hidden;font-size: 16px;width: 16px;height:10px;float: right;display: block;margin: 18px 8px 0 0;background:url("../images/btn.png") 3px -38px no-repeat;}
.select p i.down{background-position-x: -17px;}
.select ul{position: absolute;background: #fff;border-radius: 0.3rem;width: 100%;top: 48px;box-shadow: 0 5px 10px 5px #f7f7f7;display: none;max-height: 300px;overflow-y: auto;z-index:9;}
.select ul li{text-align: left;border-bottom: 1px solid #dad7e0;color:#666;cursor: pointer;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;margin: 0;}
.select ul li.active{background:#6e9ced;color:#fff;}

.w20{width: 86px;}

.line-bar{border-bottom: #e3e3e3 solid 1px;}
.line-bar i{display: block;width: 0.3rem;height: 1.2rem;background: #00a0e9;margin-top:2rem;}
.line-bar p{color:#333;overflow: hidden;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 1.5rem;
	line-height: 5.2rem;}
.line-bar a{color:#666666;font-size: 1.3rem;margin: 2rem 2.5rem 0 0;}

.tw-panel{width: 100% ;background: #fff;overflow-x: auto;overflow-y: hidden;padding: 2.6rem 0 1.6rem;}
.index-tw-list{margin-top: 0!important;}
.index-tw-list li{width: 11rem!important;margin: 0 0.8rem;}
.index-tw-list li:first-child{margin-left: 2rem;}
.index-tw-list li:last-child{margin-right: 2rem;}
.index-tw-list li img{width: 100%;margin-top: 0!important;;}
.index-tw-list li p{font-size: 1.4rem;color:#333;height: 6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 20;overflow: hidden;margin-top: 0.8rem;}