@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
ol, ul {list-style: none}
img { max-width: 100%; height: auto; border: 0;}
table {border-collapse: collapse;border-spacing: 0;border: solid 1px #99a099;}
th { font-weight: normal;}
body { line-height: 20px;font-size: 14px;font-family:"Microsoft Yahei", Helvetica, Arial;color: #000;}
html { height: 100%; color: #333;font-size: 1em;line-height: 1.5; background: url(/static/lts/images/bg.png) bottom center repeat #fff; background-attachment: fixed; }
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0}
audio, canvas, iframe, img, svg, video {vertical-align: middle}
fieldset {border: 0;margin: 0;padding: 0}
textarea {resize: vertical}
input, select, button, textarea {font-size: 100%;font-family: inherit;margin: 0;padding: 0;outline: none;}
a {color: #000;text-decoration: none;}
a:hover {text-decoration: underline; color: #e70000;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#aaa}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#aaa}
input[type=text], select {-webkit-appearance: none}
.clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden}
.clearfix {
*zoom:1}
.clear {clear: both;width: 0px;height: 0px;font-size: 0px;overflow: hidden}
.cgi-fl {float: left}
.cgi-fr {float: right}
html, body, div, span, header, nav, a, ul, li {margin: 0;padding: 0;border: 0;vertical-align: baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
body { min-height: 100%; -webkit-text-size-adjust: 100%; background: url(/static/lts/images/bg2.png) top center repeat-y;}
ol, ul {list-style: none}

html{
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% 100%;
}


/*----------------------------*/
.wuyan { height: 57px; background: url(/home/im/wuyan.png) top center; position: relative; z-index: 1;}
@media screen and (max-width:800px){   
.wuyan { display: none;}
}

.cgi-body {max-width: 800px; margin: 0 auto;position: relative;}
@media screen and (max-width:800px){   
.cgi-body { padding: 0 1px;}
}
.white-box {margin-top: 4px;padding: 5px;border-radius: 5px;border: solid 1px #ddd;background: #fff;box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.mt10 { margin-top: 3px;}

.cgi-head-home { text-align: center; margin-top: -57px;}
/**@media screen and (max-width:800px){   
.cgi-head-home { margin-top: -20px;}
}**/
.cgi-head-home img { width: 100%; max-width: 820px; height: auto;}
#cgi-head-search { padding: 10px; background: #dfa110;}
.cgi-head-search { border: solid 3px #bd6809; border-radius: 10px; background: #fff;}
.cgi-head-search .search-box { padding-right: 50px; padding-left: 12px; position: relative;}
.cgi-head-search .search-txt { width: 100%; height: 30px; line-height: 30px; padding: 5px 0; font-size: 16px; border: 0; background: none;}
.cgi-head-search .search-btn { width: 50px; height: 40px; border: 0; background: url(/static/lts/images/cgi-head-search.png) center center no-repeat; background-size: 24px auto; cursor: pointer; overflow: hidden; text-indent: -999999px; position: absolute; top: 0; right: 0; z-index: 1;}
@media screen and (max-width:800px){   
.cgi-head-search { border: solid 2px #bd6809; border-radius: 5px;}
.cgi-head-search .search-txt { padding: 0; font-size: 14px;}
.cgi-head-search .search-btn { width: 40px; height: 30px; background-size: 20px auto;}
}

.cgi-head { height: 48px; color: #d70011; background: #fff; background-image: linear-gradient(to right, #ffffff, #ffeb89, #ffeb89, #ffffff); position: relative;}
.cgi-head:after { content:""; width: 100%; height: 3px; display: block; background-image: linear-gradient(to right, #ffffff, #d70011, #d70011, #ffffff); position: absolute; bottom: 0;}
.icon-back { float: left; width: 40px; height: 45px; display: inline-block; position: relative;}
.icon-back:after { content: ""; display: inline-block; width: 12px; height: 12px; border-top: 2px solid #d70011; border-right: 2px solid #d70011; position: absolute; top: 16px; left: 15px;}
.icon-back:after { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg);}
.cgi-head-tit { line-height: 45px; font-size: 18px; font-weight: 700;}
.cgi-head-tit.tit-center { width: 80%; text-align: center; display: inline-block; position: absolute; left: 10%;}
.cgi-head-btn { float: right; margin: 9px 10px 0 0; padding: 3px 10px; color: #d70011; font-size: 14px; border: solid 1px rgba(215,0,17,0.5); border-radius: 15px;}
.cgi-head-btn:hover { text-decoration: none; color: #d70011; border-color: #d70011; background: #fff;}
.cgi-head-a { float: right; margin: 9px 10px 0 0; padding: 3px 10px; color: #d70011; font-size: 14px; border: solid 1px rgba(215,0,17,0.5); border-radius: 15px;}
.cgi-head-a:hover { text-decoration: none; color: #d70011; border-color: #d70011; background: #fff;}

.aboutus { padding: 0 20px; font-size: 16px; line-height: 1.8em; font-weight: bold;}
@media screen and (max-width:800px){   
.aboutus { padding: 0 10px; font-size: 14px; line-height: 1.6em; font-weight: normal;}
}

.u-list-look { color: #000;}
.u-list-look li { padding: 10px 5px 10px 10px; border-bottom: solid 1px #ddd;}
.u-list-look h3 { margin-bottom: 5px; padding: 4px 10px 5px 0; font-size: 16px; overflow: hidden; line-height: 26px; }
/*.u-list-look a:visited { color: #999;}*/

.u-list-look .look-img { margin-bottom: 5px; overflow: hidden;}
.u-list-look .look-img span { float: left; max-width: 31%; overflow: hidden; padding: 0 0 10px; width: auto;}
.u-list-look .look-img img.zoom { height: 110px; width: 100%;}
.u-list-look .look-img span:nth-child(-n+3) { margin: 0 2.5% 0 0;}

.u-list-look .look-sum { height: 36px; line-height: 36px; color: #aaa; }
.u-list-look .look-sum .look-pic { float: left; width: 36px; height: 36px; margin-right: 10px; display: inline-block;}
.u-list-look .look-sum .look-pic img { width: 36px; height: 36px; border-radius: 50%;}
.u-list-look .look-sum .look-author { float: left; margin-right: 10px; color: #d70011;}
.u-list-look .look-sum .look-date { float: left; font-size: 14px;}

.u-list-look .look-menu { height: 24px; line-height: 24px; color: #aaa; font-size: 14px;}
.u-list-look .look-menu span { height: 24px; margin-right: 20px; position: relative;}
.u-list-look .look-menu span em { position: absolute; top: -20px; left: 30px;}
.u-list-look .look-menu span i { width: 24px; height: 24px; margin-right: 5px; display: inline-block; vertical-align: bottom;}
.u-list-look .look-menu span.look-menu4 { float: right; margin-right: 10px;}
.u-list-look .look-menu span.look-menu1 i { background: url(/static/lts/images/cgi-zan.png) 0 0 no-repeat; background-size: 24px auto;}
.u-list-look .look-menu span.look-menu2 i { background: url(/static/lts/images/cgi-cai.png) 0 0 no-repeat; background-size: 24px auto;}
.u-list-look .look-menu span.look-menu3 i { background: url(/static/lts/images/cgi-pl.png) 0 0 no-repeat; background-size: 24px auto;}
.u-list-look .look-menu span.look-menu4 i { background: url(/static/lts/images/cgi-view.png) 0 0 no-repeat; background-size: 24px auto;}
.u-list-look .look-menu a { color: #aaa;}
.u-list-look .look-menu a.hover { color: #f00;}
.u-list-look .look-menu span.look-menu1 a.hover i { background: url(/static/lts/images/cgi-zan-2.png) 0 0 no-repeat; background-size: 24px auto;}
.u-list-look .look-menu span.look-menu2 a.hover i { background: url(/static/lts/images/cgi-cai-2.png) 0 0 no-repeat; background-size: 24px auto;}
.box-radius { margin-top: 10px; border: solid 1px #ddd; border-radius: 5px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,.1); background: #fff;}

/*������*/
.cgi-gsb {}
.cgi-gsb ul { padding: 5px 5px 0 5px;}
.cgi-gsb ul li { line-height: 40px; font-size: 14px;  border-bottom: 1px #EAEAEA solid; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cgi-gsb ul li:last-child { border-bottom: 0;}
.cgi-gsb ul li span {}
.cgi-gsb ul li span.cgi-gsb-tit { height: 20px; line-height: 20px; margin-right: 8px; padding: 0 5px; font-size: 12px; color: #fff; border-radius: 5px; background: #de650c; display: inline-block;}
.cgi-gsb ul li span.cgi-zuozhe { float: right; margin-left: 10px; font-size: 14px; color: #999;}
.cgi-gsb ul li a {}


.u-pager { margin: 15px 0; text-align: center; color: #999; font-size: 0;}
.u-btn,.page-txt { height: 16px; line-height: 16px; vertical-align: top; margin: 5px 3px; padding: 10px 15px; border: solid 1px #ddd; font-size: 14px; border-radius: 5px; display: inline-block; position: relative;}
.page-txt { color: #d70011;}
.page-txt.on { color: #fff; border-color: #d70011; background: #d70011;}
.u-btn { padding: 10px 20px;}
.u-btn.off,.u-btn.off:before { border-color: #eee;}
.u-btn:before { content: ""; display: inline-block; width: 10px; height: 10px; border-top: 1px solid #d70011; border-right: 1px solid #d70011; position: absolute; top: 12px;}
.pre-btn:before { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); left: 17px;}
.next-btn:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); right: 17px;}

.cgi-foot { padding: 20px 0; font-size: 14px; color: #999; text-align: center;}

.cgi-tit { border-bottom: solid 1px #ddd; padding: 10px;}
.cgi-tit h1 { font-size: 20px; font-weight: 700; line-height: 28px; padding: 15px 0;}
.cgi-tit p { color: #999; font-size: 14px;}
.cgi-tit p span { float: left;}
.cgi-tit-num { margin-right: 10px;}

.cgi-info { padding: 20px 10px 0 10px;}
.cgi-info dl {}
.cgi-info dt { float: left; padding-top: 3px;}
.cgi-info dt img { width: 36px; height: 36px; border-radius: 50%;}
.cgi-info dd { padding-left: 46px;}
.cgi-info-author { color: #d70011;}
.u-badge { font-size: 12px; color: #fff; vertical-align: middle; background-color: #d70011; border-radius: 4px; padding: 1px 3px; margin-left: 3px;}
.cgi-info-time { padding: 5px 0; color: #999; font-size: 14px;}

.cgi-bd { line-height: 30px; padding: 10px; font-size: 18px; word-wrap: break-word;}
.cgi-bd p { margin-bottom: 20px;}
.cgi-bd-img {}
.cgi-bd-img p {}
.cgi-bd-img img { max-width: 100%; height: auto;}
.cgi-tool { height: 31px; line-height: 31px; text-align: right; font-size: 14px; color: #999; border-bottom: solid 1px #ddd;}
.cgi-tool-num { padding: 0 3%; color: #d70011;}
.cgi-reply { padding: 0 3%; color: #d70011;}
.cgi-floor { padding: 0 10px 0 3%;}

.cgi-pl-blank { height: 52px; clear: both; overflow: hidden;}
.cgi-pl-quick { width: 100%; max-width: 800px; padding: 10px 0; background: #e6e6e6; position: fixed; bottom: 60px; z-index: 998;}
@media screen and (min-width:800px){ 
.cgi-pl-quick { left: 50%; margin-left: -400px;}
}
.cgi-pl-quick .quick-box { padding: 0 110px 0 10px; position: relative;}
.cgi-pl-quick .quick-txt { height: 30px; padding: 0 8px; border: solid 1px #ddd; border-radius: 5px; background: #fff; display: block;}
.cgi-pl-quick .quick-txt input { width: 100%; height: 24px; line-height: 24px; padding: 3px 0; border: 0;}
.cgi-pl-quick .quick-btn { float: right; width: 90px; height: 32px; line-height: 32px; font-size: 16px; padding: 0 10px; color: #fff; border: solid 1px #d70011; border-radius: 5px; background: #d70011;background-image:linear-gradient(to top, #d70011, #ff0000); position: absolute; top: 0; right: 10px; cursor: pointer;}
.cgi-pl-quick .quick-btn:hover { background: #f00;background-image:linear-gradient(to bottom, #d70011, #ff0000);}

.reply-list { border-top: 1px solid #ddd; padding: 15px 0 10px; margin-left: 56px; margin-right: 10px; position: relative; font-size: 14px; line-height: 22px; margin-top: 15px;}
.reply-list:after { position: absolute; display: block; width: 6px; height: 6px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); content: ""; background-color: #fff; top: -4px; left: 30px;}
.reply-list li { padding-bottom: 5px; margin-bottom: 10px; border-bottom: solid 1px #eee;}
.reply-list li .reply-author { color: #d70011; font-size: 14px;}
.reply-list li .reply-time { float: right; font-size: 12px; color: #999;}

.cgi-black-bg { width:100%; max-width: 800px; height:100%; position:fixed; top:0; z-index:999; background:#000; opacity:0.6;filter:alpha(opacity=60);}
.cgi-tan-box-container { position: fixed;left: -100%;right:100%;top:0;bottom: 0;text-align: center;font-size: 0; z-index:1000;}
.cgi-tan-box-container:after {content:"";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.cgi-tan-box {display: inline-block; *display: inline; *zoom:1; vertical-align: middle;position: relative;right: -100%; width: 40%; max-width: 500px; color: #fff; font-size: 16px; border-radius: 20px; background-color:rgba(0,0,0,0.7);}
.cgi-tan-content { padding: 20px 15px;}

#tipDialogContainer{display: none;}

.cgi-input-wrapper { margin: 0 10px; padding-top: 10px;}
.cgi-input-wrapper li { padding-top: 10px;}
.cgi-input-wrapper input { width: calc(100% - 20px); height: 40px; line-height: 40px; padding: 0 10px; border: solid 1px #ddd; border-radius: 5px; box-shadow: 0 3px 3px rgba(0,0,0,.1) inset; background: #f7f7f7;}
.cgi-input-btn { margin: 0 10px; padding-top: 20px;}
.cgi-input-btn input { width: 100%; height: 40px; color: #fff; font-size: 16px; border: 0; border-radius: 20px; background: #d70011; cursor: pointer;}
.cgi-input-btn2 { margin: 0 10%; padding-top: 20px;}
.cgi-input-btn2 input { width: 100%; height: 40px; color: #92400d; font-size: 16px; border: 0; border-radius: 20px; background: #edd33d; cursor: pointer;}

.cgi-user-function { padding: 40px 3% 0 3%;}
.cgi-user-function li { float: left; width: 40%; padding: 0 5%;}
.cgi-user-function li span { height: 120px; display: block; text-align: center; border-radius: 20px; background: #edd33d;}
.cgi-user-function li span img { height: 100%; width: auto;}
.cgi-user-function li p { height: 40px; line-height: 40px; text-align: center; color: #d70011;}

.cgi-user-pic { height: 120px; margin-top: 40px; text-align: center;}
.cgi-user-pic img { width: 120px; height: 120px; border-radius: 50%;}
.cgi-user-inf { width: 70%; margin: 0 auto; text-align: center;}
.cgi-user-inf dt { margin-bottom: 20px; padding: 20px 0; text-align: center; color: #f00; font-size: 20px; font-weight: 700; border-bottom: solid 1px #eee;}
.cgi-user-inf dd { padding-bottom: 15px;}
.cgi-user-inf dd a { color: #d70011;}

.cgi-user-list { width: 80%; margin: 0 auto; padding-top: 20px;}
.cgi-user-list ul {}
.cgi-user-list ul li { float: left; width: 18%; padding: 1%;}
.cgi-user-list ul li img { width: 100%; height: auto;}

.cgi-load-con { padding: 15px 5px 5px 5px; background: #fff;}
.cgi-load-con li { float: left; width: 31%;}
.cgi-load-con li:nth-child(1), .cgi-load-con li:nth-child(2) { margin: 0 3.5% 0 0;}
.cgi-load-con li a { display: block; height: 35px; line-height: 35px; color: #fff; text-align: center; font-size: 14px; border-radius: 5px; background: #d70011;}

.cgi-post-wrapper { padding: 10px 5px;}
.post-tit { margin-bottom: 15px; padding: 0 10px; border: solid 1px #ddd; border-radius: 5px; box-shadow: 0 3px 3px rgba(0,0,0,.1) inset;}
.post-tit input { width: 100%; height: 30px; line-height: 30px; padding: 5px 0; border: 0; background: none;}
.post-btn { padding-top: 15px;}
.post-btn input { width: 100%; height: 40px; color: #fff; font-size: 16px; border: 0; border-radius: 20px; background: #d70011; cursor: pointer;}

/*ͼƬ�Ŵ�*/
.photoBox{display:inline-block;position:relative;}
.photoBox img{display:block;}
.zoom{}
.photoArea{zoom:1;}
.minifier{}
.photoArea {}
.photoArea img { width: 99%; height: auto;}

.cgi-foot-blank { height: 70px; clear: both; overflow: hidden;}
.cgi-foot-links { width: 100%; max-width: 800px; height: 60px; border-top: solid 1px #ddd; box-shadow:0 -4px 10px rgba(0, 0, 0, 0.05);  background: #fff; background-image:-webkit-linear-gradient(to top, #eee, #fff); background-image:linear-gradient(to top, #eee, #fff); position: fixed; bottom: 0; z-index: 998;}
.cgi-foot-links ul {}
.cgi-foot-links ul li { float: left; width: 25%; text-align: center;}
.cgi-foot-links ul li a { font-size: 15px; color: #555;}
.cgi-foot-links ul li a.hover { color: #f00;}
.cgi-foot-links ul li a:hover { text-decoration: none; color: #f00;}
.cgi-foot-links ul li a span { height: 34px; display: block;}
.cgi-foot-links ul li a span.cfl1 { background: url(/static/lts/images/cfl1.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a span.cfl2 { background: url(/static/lts/images/cfl2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a span.cfl3 { background: url(/static/lts/images/cfl3.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a span.cfl4 { background: url(/static/lts/images/cfl4.png) 50% 8px no-repeat; background-size: auto 25px;}
/**.cgi-foot-links ul li a.hover span.cfl1 { background: url(../static/lts/images/cfl1-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a.hover span.cfl2 { background: url(../static/lts/images/cfl2-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a.hover span.cfl3 { background: url(../static/lts/images/cfl3-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a.hover span.cfl4 { background: url(../static/lts/images/cfl4-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a:hover span.cfl1 { background: url(../static/lts/images/cfl1-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a:hover span.cfl2 { background: url(../static/lts/images/cfl2-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a:hover span.cfl3 { background: url(../static/lts/images/cfl3-2.png) 50% 8px no-repeat; background-size: auto 25px;}
.cgi-foot-links ul li a:hover span.cfl4 { background: url(../static/lts/images/cfl4-2.png) 50% 8px no-repeat; background-size: auto 25px;}
**/
.redClass { background:#ff0000; color:#fff}
.blueClass { background:#0000ff; color:#fff}
.greenClass { background:#009900; color:#fff}

.bd { font-size: 14px;}

.cgi-zs {}
.cgi-zs .hd{ height:35px; line-height:35px; font-size:16px; overflow:hidden; background:#efefef;}
.cgi-zs .hd ul {}
.cgi-zs .hd ul li{ float:left; width:16.66%; text-align:center; vertical-align:top; }
.cgi-zs .hd ul li.on a{ color:#f00; display:block; height:33px; line-height:33px; border-bottom:2px solid #f00;}
.cgi-zs .bd td { text-align:center; padding:2px 0; border:1px solid #ddd}
.tableti td { background:#f8f8f8; border-bottom:2px solid #666;}
.cgi-zs .bd td font { display:block}
.cgi-zs .bd td i { color:#999; font-size:10px}

.cgi-zl {}
.cgi-zl .hd { height:77px; padding-top: 10px; border-bottom:1px solid #ddd; overflow:hidden;}
.cgi-zl .hd ul li{ float:left; width:20%; text-align:center}
.cgi-zl .hd ul li span { display:block; width:50%; height:40px; margin:0 auto 10px auto;}
.cgi-zl .hd ul li span img { height: 100%; width: auto;}
.cgi-zl .hd ul li.on a{ display:block; padding-bottom:5px; border-bottom:3px solid #f00;}
.sxsuxing1 td { border-bottom:1px solid #ddd; padding:10px 0;}
.hongbospan span { margin:3px 5px; float:left; width:20px; height:20px; color:#fff; text-align:center; line-height:20px; font-size:12px;-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#f00}
.lanbospan span { margin:3px 5px; float:left; width:20px; height:20px; color:#fff; text-align:center; line-height:20px; font-size:12px;-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#3366ff}
.lvbospan span { margin:3px 5px; float:left; width:20px; height:20px; color:#fff; text-align:center; line-height:20px; font-size:12px;-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#009933}
.sxsuxing2 td { border-bottom:1px solid #ddd; padding:5px 0; overflow:hidden}
.sxsuxing1 span,.sxsuxing2 span { float:left; height:20px; line-height:20px; width:20px; text-align:center; margin:0 3px; color:#fff; font-size:12px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
.sxsuxing2 i { float:left; width:50px; text-align:center; height:20px; line-height:20px;}
.sxsuxing3 td { border-bottom:1px solid #ddd; padding: 5px 10px; overflow: hidden;}
.sxsuxing3 i { color: #f00;}

.bg_blue { background:#f00;}
.bg_red { background:#3366ff}
.bg_green { background:#009933}


.cgi-pic {}
.cgi-pic ul { padding-top: 10px;}
.cgi-pic ul li { float:left; width:50%; margin-bottom:10px; height:200px;}
.cgi-pic ul li a { display:block; margin: 0 5px 10px 5px; position:relative; line-height:30px; text-align:center;}
.cgi-pic ul li a img { width:100%; height:200px;}
.cgi-pic ul li a span { position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; text-align:center; color:#fff; background-color: rgba(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);}

@media screen and (max-width:500px){  
.cgi-pic ul li { height:140px;}
.cgi-pic ul li a img { height:140px;}
} 

@media screen and (max-width:450px){  
.cgi-pic ul li { height:130px;}
.cgi-pic ul li a img { height:130px;}
} 

@media screen and (max-width:400px){  
.cgi-pic ul li { height:120px;}
.cgi-pic ul li a img { height:120px;}
}

.sub-nav { font-size: 18px;}
.sub-nav td { text-align: center; border: solid 1px #ddd;}
.sub-nav td:nth-child(1) { border-left: 0;}
.sub-nav td:nth-child(-n+2) { border-top:0;}
.sub-nav td:nth-child(2) { border-right:0;}
.sub-nav tr:last-child td { border-bottom: 0;}
.sub-nav td a { display: block; padding: 8px 0;}
.sub-nav td img { width: 50px; height: auto; margin-right: 10px;}
@media screen and (max-width:800px){ 
.sub-nav { font-size: 16px;}
.sub-nav td img { width: 40px;}
}

.pic-list {}
.pic-list ul {}
.pic-list ul li { float:left; width:calc(100% - 27px); margin-right: 10px; padding: 10px; border-radius: 5px; border: solid 1px #ddd; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}

.pic-list ul li:nth-child(2n) { margin-right: 0;}
.pic-list ul li:hover { box-shadow: 0 5px 10px rgba(0,0,0,.2); background: #fff;}
.pic-list ul li a { display:block; position:relative; line-height:30px;}
.pic-list ul li a:hover { text-decoration: none;}
.pic-list ul li a img { width:100%; height:380px;}
.pic-list ul li a span { height: 40px; line-height: 40px; font-size: 18px; display: block;}
@media screen and (max-width:800px){ 
.pic-list ul li a span { height: 30px; line-height: 30px; font-size: 16px;}
}
.pic-list ul li a p { font-size: 14px; line-height: 20px; color: #999;}

@media screen and (max-width:640px){  
.pic-list ul li a img { height:180px;}
} 

@media screen and (max-width:550px){  
.pic-list ul li a img { height:160px;}
} 

@media screen and (max-width:450px){  
.pic-list ul li a img { height:140px;}
} 

@media screen and (max-width:400px){  
.pic-list ul li a img { height:110px;}
}

.zzzz-box { margin-top: 10px; border-radius: 5px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.zzzz { font-size: 16px; color: #fff;}
.zzzz.zz1 { background: #3fb569;}
.zzzz.zz2 { background: #e3594e;}
.zzzz.zz3 { background: #ae5da0;}
.zzzz.zz4 { background: #35a3e0;}
.zzzz a { color: #fff;}
.zzzz td { text-align: center; border: solid 1px #fff;}
.zzzz td:nth-child(1) { border-left: 0;}
.zzzz td:nth-child(-n+3) { border-top:0;}
.zzzz td:nth-child(3) { border-right:0;}
.zzzz td a { padding: 10px 0; display: block;}
.zzzz-img { display: block;}
.zzzz-img img { width: 50px; height: auto;}


.hdxtb { white-space: normal; word-break: break-all; font-family: "Lantinghei SC", "Microsoft Yahei";
 background: url(../static/lts/images/hdxtb-bg.jpg) top center no-repeat #fef9e6; background-size: contain;}

.hdxtb-menu { width:100%; padding: 10px 0;}
.hdxtb-menu ul:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.hdxtb-menu ul {*zoom:1 }
.hdxtb-menu li{ float:left; width: 50%; display:block; cursor:pointer; font-size: 22px; text-align:center; font-weight:bold;}
.hdxtb-menu li img { width: 80%; max-width: 261px; height: auto;}
.hdxtb-box{ clear:both;}
.hdxtb-box ul { padding: 0 5px;}
.hdxtb-box ul li { height: 40px; line-height: 40px; border-bottom: solid 1px #eaeaea; overflow: hidden;  font color: #d70000; white-space: nowrap;  text-overflow: ellipsis;}
.hdxtb-box ul li:last-child { border-bottom: 0;}
.hdx-span-rm { height: 20px; line-height: 20px; margin-right: 8px; padding: 0 5px; font-size: 12px; color: #fff; border-radius: 5px; background: #d70000; display: inline-block;}
.hdx-span-mr { height: 20px; line-height: 20px; margin-right: 8px; padding: 0 5px; font-size: 12px; color: #fff; border-radius: 5px; background: #008cd6; display: inline-block;}
.mnxw {}
.mnxw-l { float: left; width: 300px; height:auto; overflow:hidden; position:relative;}
.mnxw-l img{ width:100%; height: 381px;}
@media screen and (max-width:800px){
.mnxw-l img { height: auto;}
 }

.mnxw-l div{ width:100%; height:auto; overflow:hidden; position:relative;}
.mnxw-l div p{ width:100%; height:auto; overflow:hidden; float:left; position:relative;}
.synav{ width:100%; height: auto; overflow:hidden; position:absolute; bottom:2%; left:2%;}
.synav ul{  margin:0 auto; display:block;}
.synav ul li{ width:1em; height:1em; margin-right: 5px; border-radius: 50%; background:#CCCCCC; float:left; cursor:pointer;}
.synav ul li.on{ width:1em; height:1em; border-radius: 50%; background: #F30;}
.mnxw-r { float: right; width: 473px;}
.mnxw-r {}
.mnxw-r ul { border-top: solid 1px #ccc;}
.mnxw-r ul li { height: 37px; line-height: 37px; padding: 0 5px; border: solid 1px #ccc; border-top: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.mnxw-r ul li a { display: block;}
.mnxw-r ul li img { margin-right: 3px;}
@media screen and (max-width:800px){
.mnxw-l { float: none; width: calc(50% - 2px); padding: 10px 25%; border: solid 1px #ccc; border-bottom: 0;}
.mnxw-r { float: none; width: 100%;}
}
.lctz { border: solid 2px #06ae44; border-radius: 5px; overflow: hidden;}
.lctz-tit {}
.lctz ul {}
.lctz ul li { height: 40px; line-height: 40px; padding: 0 10px; border-bottom: solid 1px #ddd; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.lctz ul li:last-child { border-bottom: none;}
.lctz ul li a { font-size: 16px; font-weight: bold;}
.lctz ul li a img { margin-right: 5px;}
.lctz ul li span { float: right; color: #999;}
.lctz {}
@media screen and (max-width:800px){ 
.lctz ul li { height: 35px; line-height: 35px; padding: 0 5px;}
.lctz ul li a { font-size: 14px;}
.lctz ul li a img { display: none;}
.lctz ul li span { font-size: 12px;}
}
ul.list-btn {}
ul.list-btn li { padding-bottom: 10px;}
@media screen and (max-width:800px){   
ul.list-btn li { padding-bottom: 5px;}
}
ul.list-btn li:last-child { padding-bottom: 0;}
ul.list-btn li a { height: 35px; line-height: 35px; text-align: center; border: solid 1px #ddd; border-radius: 5px; background: #eee; background-image:linear-gradient(to top, #eee, #fff); box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: block;}


/*.links-top { height: 40px; background: #ff9900;}
.links-top ul {}
.links-top ul li { float: left; width: 25%; text-align: center;}
.links-top ul li a { height: 40px; line-height: 40px; color: #fff; font-size: 16px; display: block;}*/
.links-top { text-align: center; background: #860001;}
.links-top table {}
.links-top td { width: 25%; border: solid 1px #fe5301;}
.links-top td a { height: 40px; line-height: 40px; color: #fff; font-size: 16px; font-weight: bold; display: block;}




.zz-gs { text-align: center;}
.zz-gs-tit { padding: 8px 0; font-size: 16px; color: #ff0; background: #ff6600;}
.zz-gs-tit font { padding-left: 5px; font-size: 12px; color: #fff;}
.zz-gs ul { padding: 3px 0;}
.zz-gs ul li { padding: 3px 0;}
.zz-gs ul li a { padding: 5px 0; border: solid 1px #ffb565; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border-radius: 6px; background-image: linear-gradient(to top, #ffcc66,#fff); display: block;}
	

}

.kj_top{height:600px;overflow-y:auto}

.bizhong { width:100%; margin:0 auto;}
.bizhong-box{ float: left; width: 100%; display:none;}
.action-bz{display:block;}
.bizhong-page { height: 40px; padding-top: 5px;}
.bizhong-btn { float: left; width: calc( 50% - 7px); height: 38px; line-height: 38px; margin-right: 10px; text-align: center; display: inline-block; background: #aaa; border: solid 1px #ccc; border-radius: 5px; background-image: linear-gradient(to top, #ddd, #ffe9a9); cursor: pointer;}
.bizhong-btn:hover { background-image: linear-gradient(to bottom, #ddd, #fff);}
.bizhong-btn.bizhong-pre {}
.bizhong-btn.bizhong-next { margin-right: 0;}
.bizhong table { border-collapse: collapse; font-weight: bold;}
.bizhong table th { padding: 5px 10px; color: #fff; text-align: center; font-weight: bold; font-size: 16px; border: solid 1px #555;}
.bizhong table thead th { color: #f00; background: #ff0;}
.bizhong table tfoot th { background: #f00;}

/*�������*/
.tit2 {height: 40px;line-height: 40px ;margin-top: 3px; font-weight: bold; background: #ff8a01;background-image:linear-gradient(to top, #ff8a01, #ffcc00);}
.tit2 h3 {height: 40px;padding: 0 60px 0 20px;color: #fff;font-size: 16px;display: inline-block;background: #ff0c03;background-image:linear-gradient(to top, #ff0c03, #fd5f00);position: relative;}
.tit2 h3 span { width: 42px; height: 40px; background: url(/static/lts/images/tit2.png) top right no-repeat; background-size: 42px 40px; position: absolute; top: 0; right: 0;}

.tzjh { font-weight: bold; border: solid 2px #ff6400; border-radius: 5px; overflow: hidden;}
.tzjh-tit {}
.tzjh ul { padding: 0 10px;}
.tzjh ul li { height: 35px; line-height: 35px; border-bottom: solid 1px #ddd; text-align: center;}
.tzjh ul li:last-child { border-bottom: 0;}
.tzjh ul li a { display: block;}

.scroll-web-pic { padding-top: 0px; font-family: "Microsoft Yahei"}
.scroll-web-pic ul { width: 5000%;}
.scroll-web-pic ul:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.scroll-web-pic ul {*zoom:1 }
.scroll-web-pic ul li { float: left; padding: 0 10px; font-size: 14px; text-align: center;}
.scroll-web-pic ul li img { width: auto; height: 55px; margin-bottom: 5px;}@media screen and (max-width:800px){  
.scroll-web-pic ul li img { height: 40px;}}

.kj_top{height:500px;overflow-y:auto}




.box-radius { margin-top: 10px; border: solid 1px #eedba2; border-radius: 5px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,.1); background: #fff;}
.radius-tit { height: 35px; line-height: 35px; font-size: 16px; padding: 0 15px; font-weight: bold; color: #d70011; border-bottom: solid 1px #eedba2; border-radius: 5px 5px 0 0; background: #ffe599; background-image:linear-gradient(to top, #ffe599, #fff);}
.radius-tit span { float: left; width: 5px; height: 15px; margin-top: 10px; margin-right: 7px; display: inline-block; background: #fe3501;}
/**.fixed{position:fixed;top:0;margin-top:0!important;border-radius:0!important;z-index:999}**/
/**下载**/
.buttons{
    padding-top: 36px;
    background: #2E180D;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.row {
    display: block;
    width: 100%;
}
.column {
    float: left;
    width: auto;
}

.header {
    padding: 0.5rem;
}

.headerLeftColumn,
.headerRightColumn {
    width: 50%;
}

.headerLogo {
    vertical-align: middle;
    float: left;
    width: 50%;
    height: auto;
}

.headerLogoTagLine {
    vertical-align: middle;
    width: 45%;
    margin-left: 3%;
    display: inline-block;
    height: auto;
}

.iosDownload,
.androidDownload {
    background: #FDD102;
    display: inline-block;
    text-align: center;
}
.iosDownload{
}
.androidDownload{
    color: #292F51;
}

.headerDownloadBtn {
    line-height: 3;
    font-size: 0.55rem;
    width: 45%;
    margin-left: 3%;
}

@keyframes carousel1 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(-100%, 0, 0);
    }
    45% {
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        transform: translate3d(-200%, 0, 0);
    }
    70% {
        transform: translate3d(-200%, 0, 0);
    }
    75% {
        transform: translate3d(-300%, 0, 0);
    }
    95% {
        transform: translate3d(-300%, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes carousel2 {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    20% {
        transform: translate3d(100%, 0, 0);
    }
    25% {
        transform: translate3d(0, 0, 0);
    }
    45% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-100%, 0, 0);
    }
    70% {
        transform: translate3d(-100%, 0, 0);
    }
    75% {
        transform: translate3d(-200%, 0, 0);
    }
    95% {
        transform: translate3d(-200%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes carousel3 {
    0% {
        transform: translate3d(200%, 0, 0);
    }
    20% {
        transform: translate3d(200%, 0, 0);
    }
    25% {
        transform: translate3d(100%, 0, 0);
    }
    45% {
        transform: translate3d(100%, 0, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    70% {
        transform: translate3d(0, 0, 0);
    }
    75% {
        transform: translate3d(-100%, 0, 0);
    }
    95% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(200%, 0, 0);
    }
}

@keyframes carousel4 {
    0% {
        transform: translate3d(300%, 0, 0);
    }
    20% {
        transform: translate3d(300%, 0, 0);
    }
    25% {
        transform: translate3d(200%, 0, 0);
    }
    45% {
        transform: translate3d(200%, 0, 0);
    }
    50% {
        transform: translate3d(100%, 0, 0);
    }
    70% {
        transform: translate3d(100%, 0, 0);
    }
    75% {
        transform: translate3d(0, 0, 0);
    }
    95% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(300%, 0, 0);
    }
}

.carousel {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: -2px;
}

.carousel1,
.carousel2,
.carousel3,
.carousel4 {
    display: block;
    width: 100%;
    height: auto;
}

.carousel2,
.carousel3,
.carousel4 {
    top: 0;
    left: 0;
    position: absolute;
}

.carousel1 {
    transform: translate3d(0, 0, 0);
    animation: carousel1 12s infinite ease-in-out;
}

.carousel2 {
    transform: translate3d(0, 0, 0);
    animation: carousel2 12s infinite ease-in-out;
}

.carousel3 {
    transform: translate3d(0, 0, 0);
    animation: carousel3 12s infinite ease-in-out;
}

.carousel4 {
    transform: translate3d(0, 0, 0);
    animation: carousel4 12s infinite ease-in-out;
}
.payments {
  margin-top: -2rem;
}
.footer {
  padding: 0.5rem;
  font-size: 0.65rem;
  text-align: center;
}
.ratingColumn {
  float: left;
  width: 50%;
  padding: 1rem;
}
.appIcon {
  height: auto;
}
.appRatings {
  margin: 1rem 0;
}
.appRatings i {
  font-size: 1.5rem;
  color: #f7c70b;
}
.appInfoName {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.mainDownloadBtn {
  display: inline-block;
  width: 45%;
  margin-left: 2.7%;
  font-size: 1.25rem;
  line-height:45px;
  height:45px;
  overflow:hidden;
  margin-bottom: 1rem;
  border-radius: 22px;
}
.mdi_home{float:left;margin:0 5px 0 0;width:25px;height:100%;}
.mdi_home img{/* margin-top:9px; */margin-top: -8px;}
.mainDownloadBtn p{float:left;font-size:15px}
.mdi_down{margin-left:30px}


 


@media screen and (min-width: 600px)
 {
 .mainDownloadBtn p{float:left;font-size:15px;margin-left: 30%;}
 .mdi_home img{/* margin-top:9px; */margin-top: -8px;margin-left: 400%;}
}

.home{background:#FDD102;text-align:center}