/*reset.css*/
@charset "utf-8"; /* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
    font-size: 62.5%;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

/* 图片自适应*/
img {
    width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #ffffff;
}

em, i {
    font-style: normal;
}

ul,li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1; }

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/ -webkit-line-clamp: 2;
/ -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.content {
    padding: 0 4%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}

.line {
    height: 8px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.hei100 {
    height: 100px;
}

/*底部*/
.copyright {
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #333;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    z-index: 99;
}

footer a {
    width: 19%;
    display: inline-block;
    margin: 0;
    padding: 37px 0 0;
    text-align: center;
    font-size: 1.5rem;
    color: #5f5f5f;
    background: url("https://gtimg.in-en.com/mobile/img/home-icon.png") no-repeat;
    background-position: center 11px;
    background-size: 29px;
}

footer a:nth-child(2) {
    background-image: url("https://gtimg.in-en.com/mobile/img/cp-icon.png")
}

footer a:nth-child(3) {
    background-image: url("https://gtimg.in-en.com/mobile/img/expo-icon.png")
}

footer a:nth-child(4) {
    background-image: url("https://gtimg.in-en.com/mobile/img/gs-icon.png")
}

footer a:nth-child(5) {
    background-image: url("https://gtimg.in-en.com/mobile/img/my-icon.png")
}

footer a.on {
    background-position: center -95px;
    color: #00a67c;
}
/*reset.css*/


@charset "utf-8";

.header{width:100%; background: #bcfdf9;}
.search{background: #42cdc5;margin-right:5px;margin-top: 21px;border-radius: 5px;}
.search input[type='text']{padding-left: 3px;height: 34px;line-height: 34px;background: none;width:80px;}
.search input[type='submit']{background: url(https://gtimg.in-en.com/mobile/img/sopic.png) no-repeat;color:#fff; padding:3px 5px 0 25px;}

.logo h1{height: 66px;margin-right: 10px;margin-left: 10px;}
/* .logo h1 a{display: inline-block;width: 123px;height: 0;padding-top: 69px;overflow: hidden;background: url("https://gtimg.in-en.com/live/img/logo.png") no-repeat  left center;background-size: 122px auto;} */

.logo h1 a{display: inline-block;width:200px;height: 0;padding-top: 69px;overflow: hidden;background: url("https://gtimg.in-en.com/live/img/live.in-en.com.png") no-repeat center;background-size:100% auto;}


.my img{width:30px;margin-top: 24px;margin-right: 15px;}
/*导航*/
nav{/* background:#0dbfb5; */padding-top: 1px;margin-top: 17px;}
nav a{color: #333;font-size: 15px;/* padding: 5px 20px; */display: inline-block;width: 24%;text-align: center;padding-bottom: 6px;padding-top: 60px;background: url("https://gtimg.in-en.com/mobile/live/img/icon_1.png") no-repeat top center;background-size: 51px;}
nav a:nth-child(2){background-image: url("https://gtimg.in-en.com/mobile/live/img/icon_3.png")}
nav a:nth-child(3){background-image: url("https://gtimg.in-en.com/mobile/live/img/icon_2.png")}
nav a:nth-child(4){background-image: url("https://gtimg.in-en.com/mobile/live/img/icon_4.png")}
/*轮播图*/
.swiper{width: 100%;/* margin: 15px auto 15px; */height: 210px;background: #e6e6e6;/* border-radius: 10px; */}
.swiper-slide{position: relative;}
.swiper-slide img{width:100%;/* height: 100%; */}
.swiper-slide p{position: absolute;bottom: 0;left:0;height: 57px;color: #fff;padding: 3px 50px 0px 10px;font-size: 1.5rem;background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));width: 100%;box-sizing: border-box;}
.swiper-slide p a{color:#fff;}
.celeb .swiper-slide p a{color:#656565;}
.swiper-pagination-bullet{background-color:#c3c3c3; opacity:1;}
.swiper-pagination-bullet-active{background-color:#ffba00}
/*直播预报*/
.yubao{margin-bottom: 13px;margin-top: 15px;}
.yubao h3{font-size: 20px;color:#333;margin-bottom: 10px;padding-left: 15px;}
.yubaobox{width: 93%;margin: 0 auto;overflow-x: auto;}
.yubaobox .picList{ overflow:hidden; zoom:1; }
.yubaobox .picList li{margin-right: 15px;float:left;_display:inline;overflow:hidden;/* text-align:center; */width: 192px;background: #f8f9fa;border-radius:5px;float: left;}
.yubaobox .picList li .pic{ text-align:center; }
.yubaobox .picList li .pic img{width: 100%;height: auto;display:block;}
.yubaobox .picList li:hover{ cursor:pointer;color:#0dbfb5}
.yubaobox .picList li .title{line-height: 22px;}
.title{padding: 5px;}
.title p{font-weight: 700;font-size: 16px;height: 20px;overflow: hidden;}
.time{color:#999; margin:2px 0;}
.yuyue{color:#0dbfb5;}
.yuyue a{float: right;background: #ff9c00;color:#fff;border-radius: 20px;padding: 0 10px;font-size: 14px;}
/*// chrome 和 safari*/
.yubaobox::-webkit-scrollbar { width: 0 !important }
/*// ie10+*/
.yubaobox { -ms-overflow-style: none; }
/*// firefox*/
.yubaobox { overflow: -moz-scrollbars-none; }

/*分类列表*/
.slideTxtBox .bd h2{padding:0 15px; font-size:20px; margin-bottom:10px;}
.slideTxtBox .bd h2 a{float:right; font-size:14px; font-weight:normal; color:#999;}
.slideTxtBox .bd ul,.list ul{zoom:1;width: 94%;overflow: hidden;margin: 0 auto;}
.slideTxtBox .bd li,.list ul li{line-height:24px;float: left;width: 48%;border-radius: 6px;/* margin-right: 30px; */margin-bottom: 15px;border: 1px solid #ececec;position: relative;}
.slideTxtBox .bd li img,.list ul li img{width:100%;display: block;border-top-left-radius: 6px;border-top-right-radius: 6px;}
.slideTxtBox .bd li .date,.list ul li .date{/* float:right; */color:#999;font-size: 13px;}
.slideTxtBox .bd li .txt,.list ul li .txt{padding: 6px;height: auto;overflow: hidden;box-sizing: border-box;}
.slideTxtBox .bd li .txt p,.list ul .txt p{font-size: 16px;color:#222;height: 22px;overflow:hidden;margin-bottom: 6px;}
.slideTxtBox .bd li .txt p a,.list ul .txt p a{color:#222;}
.cont{margin-bottom:10px;}
.livestatus{position: absolute; top:0; left:0;}
.slideTxtBox .bd ul{/* display:none; */}
.slideTxtBox .bd ul.show{display:block}
.livestatus span{background: #017aff;color:#fff;padding: 0 10px;line-height: 28px;display: inline-block;border-top-left-radius: 5px;/* margin-right: 0; */float: left;}
.yy span{background: #c70000;}
.livestatus span:last-child{background:rgba(0,0,0,.5);border-radius:0;border-bottom-right-radius:6px;padding: 0 8px;}
/*// chrome 和 safari*/
.slideTxtBox .hd::-webkit-scrollbar { width: 0 !important }
/*// ie10+*/
.slideTxtBox .hd { -ms-overflow-style: none; }
/*// firefox*/
.slideTxtBox .hd{ overflow: -moz-scrollbars-none; }
/*筛选*/
.screen{margin-top: 5px;padding: 10px 0 15px;border-radius: 10px;/* border:1px solid #e8e8e8; */width: 100%;font-size: 15px;}
.screen01{margin-bottom: 20px;}
.screen01,.screen02{overflow: hidden;}
.screen01 span,.screen02 span{float: left; font-size: 18px; font-weight: 700; margin-right: 30px;}
.screen01 ul,.screen02 ul{float: left; overflow: hidden;}
.screen01 ul li,.screen02 ul li{float: left;margin: 0 15px;line-height: 20px;}
.screen01 ul li.on,.screen02 ul li.on{background: #0dbfb5; color:#fff; border-radius: 30px; padding: 3px 10px;}
.screen01 ul li.on a,.screen02 ul li.on a{color:#fff;}
.list{margin-top: 0;}

/*列表头部*/
.headerList{height:45px;}
.headerList .goBack{width:20px; margin-top:20px; margin-left:15px;}
.goBack img{width:10px;}
.pageTitle a{display:inline-block;/* padding-top: 10px; */}
.pageTitle img{max-height:40px;/* margin-top: 13px; */width: auto;display: inline-block;}
.pageTitle{color:#0dbfb5;font-weight: 700;font-size: 1.6rem;height:45px;margin-top: -10p;/* margin-top: 5px; */text-align: center;}
.pageTitle span{/* padding-left:5px; */margin-top: 0;line-height:45px;font-size: 18px;}
.list ul{overflow:hidden; width:96%}
.list ul li{width:48%; float:left; border-radius:2px;}
.list ul li:nth-child(odd),.slideTxtBox .bd li:nth-child(odd){margin-right:2.4%}
.list ul li .txt{padding:5px;}
.list .livestatus span{padding:5px;line-height: 16px;}
.list ul .txt p{height:44px;}

/*分页*/
.pages{text-align: center;color: #999999;padding: 20px 20px 40px 0; font-size: 14px; margin: 58px 0 30px;}
.pages strong,.pages a{color: #ffffff;box-sizing: border-box; background: #f87a1e;width: 40px;height: 40px;line-height: 40px;border-radius: 3px; display: inline-block;}
.pages strong{font-weight: normal;}
.pages a{text-decoration: none; border:1px solid #e8e8e8; background: none; color:#666;}
.pages a.pages-ellipsis{border:none;}
.pages a.pages-ellipsis:hover{background: none; color:#666;}
.pages a:nth-child(2),.pages a:last-child{width:70px;}
.pages a:hover{color:#fff; background-color: #f87a1e;}
