﻿@charset "utf-8";
@import url("icon/iconfont.css");
@import url("weui.min.css");
/* 全局样式
------------------------------------------------------------------*/
html,body{ height:100%; }
body,h1,h2,h3,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea,img{ margin:0; padding:0; box-sizing:border-box; }
body{ font-size:14px; font-family:"Microsoft Yahei"; background:#f5f5f5; }
ol,ul{ list-style:none; }
.left{ float:left; }
.right{ float:right; }
.weui-footer__link{ font-size:13px; line-height:30px; }
.weui-footer__text{ font-size:12px; line-height:26px; }
.weui-cell_link{ font-size:13px; }
a { color:#333;}
/*页面头部
-------------------------------------------------------------------*/
.header{ display:block; height:44px; background:#fff; border-bottom:1px solid #e7e7e8; }
    .header .logo{ display:block; float:left; margin:5px auto auto 10px; height:36px; }
    .header .logo img{ height:34px; max-height:34px;}
    .header .logo .links{display:block;line-height:36px;font-size:16px;color:#333;}
    .header .right{ position:absolute; top:0; right:0; display:inline-block; margin-right:15px; }
    .header .right a{ display:inline-block; margin:8px 0 0 2px; text-align:center; width:28px; height:28px; line-height:28px;}
    .header .right a i{ color:#333; font-size:20px; }
    .header h3{ display:block; text-align:center; line-height:44px; color:#333; font-size:16px; font-weight:400; }
    .header .back{ position:absolute; margin:0; padding:0; display:inline-block; top:8px; left:10px; height:28px; line-height:28px; }
    .header .back i{ display:block; float:left; color:#333; font-size:20px; width:20px; line-height:28px; }
    .header .back span{ color:#333; font-size:17px; line-height:20px; }

/*搜索框样式*/
.search-box{ position:relative; display:block; margin:0 60px 0 50px; padding:5px 0; height:34px; }
    .search-box .input-box{ position:relative; display:block; height:32px; border:1px solid #ececec; border-radius:3px; }
    .search-box .input-box input{ display:block; margin:0; padding:0 5px; width:88%; height:32px; line-height:32px; font-size:14px; background:#fff; border:none; }
    .search-box .input-box a{ position:absolute; top:0; right:0; display:block; width:12%; height:32px; text-align:center; background:#fff; }
    .search-box .input-box a:active{ background:#ececec; }
    .search-box .input-box a i{ color:#333; font-size:18px; line-height:32px; }

/*页面内容
-------------------------------------------------------------------*/
/*图标菜单*/
.nav-list{ background:#fff; }
    .nav-list a .weui-grid__icon{ width:32px; height:42px; }
    .nav-list a .weui-grid__icon i{ color:#f77e20; font-size:32px; }
    .nav-list .weui-grid__label{ font-size:13px; }
.icon-list .weui-cell__hd i{ margin-right:10px; color:#f77e20; font-size:14px; }
    .icon-list .weui-cell__bd{ font-size:14px; }
    .icon-list .weui-cell__ft{ font-size:13px; }
.item-list .weui-cell__hd i{ margin-right:10px; color:#f77e20; font-size:14px; }
    .item-list .weui-cell__bd{ color:#333; font-size:13px; }
    .item-list .weui-cell__bd s{ color:#999; }
    .item-list .weui-cell__ft{ font-size:12px; }
/*文字列表*/
.txt-list{ position:relative; margin:0; padding:0; }
	.txt-list ul .nodata{ margin:0; padding:0; display:block; color:#999; font-size:14px; text-align:center; line-height:80px; background:#fff; }
	.txt-list ul li{ position:relative; margin:0; padding:0; background:#fff; }
    .txt-list ul li:active{ background:#ececec; }
	.txt-list ul li>a{ display:block; position:relative; margin-left:15px; padding:15px 15px 15px 0; font-size:13px; color:#333; line-height:1.1em; border-top:1px solid #ececec; }
    .txt-list ul li:first-child>a{ border-top:none; }
	.txt-list ul li>a:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.txt-list ul li>a>img{ float:left; margin-right:15px; width:70px; height:70px; }
	.txt-list ul li>a>h2{ display:block; margin:0; padding:0; color:#333; font-size:13px; font-weight:400; line-height:18px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.txt-list ul li>a .intro{ padding-top:6px; color:#999; font-size:12px; line-height:1.8em; height:3.6em; text-overflow:ellipsis; overflow:hidden; }
    .txt-list ul li>a .note{ padding-top:6px; }
	.txt-list ul li>a .note p{ color:#999; font-size:12px; line-height:1.8em; height:1.8em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.txt-list ul li>a .note p .date{ display:inline-block; margin-right:5px; color:#cecece; font-style:normal; }
	.txt-list ul li>a .note p .hot{ display:block; float:right; padding:0 2px; color:#cecece; font-style:normal; }
    .txt-list ul li>a .note p .price{ display:inline-block; margin-right:2px; color:#f00; font-size:14px; font-weight:400; font-style:normal; }
	.txt-list ul li>a>.text{ display:block; line-height:18px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.txt-list ul li>a>.date{ display:block; float:right; margin:0 0.2em; padding:0; color:#cecece; font-size:12px; font-style:normal; line-height:18px; }
	.txt-list ul li>a>.number{ display:block; float:left; margin:0 5px 0 0; padding:0; width:18px; height:18px; line-height:18px; color:#fff; font-size:12px; font-style:normal; text-align:center; background:#f77e20; border-radius:18px; vertical-align:middle; }

/*图文列表*/
.img-list{ position:relative; margin:0; padding:0; }
	.img-list ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .img-list ul .nodata{ margin:0; padding:0; display:block; color:#999; font-size:14px; text-align:center; line-height:80px; background:#fff; }
	.img-list ul li{ position:relative; float:left; width:50%; }
    .img-list ul li:active{ background:#ececec; }
	.img-list ul li .wrap{ position:relative; margin:0 0 -1px -1px; background:#fff; border:1px solid #ececec; border-right:none; }
    .img-list ul li:nth-child(1) .wrap,
    .img-list ul li:nth-child(2) .wrap{ border-top:none; }
	.img-list ul li .wrap .number{ position:absolute; display:inline-block; top:20px; left:15px; padding:0 7px; height:1.8em; line-height:1.8em; color:#fff; font-size:12px; text-align:center; border-radius:0 3px 3px 0; background:#f77e20; opacity:0.8; z-index:1; }
	.img-list ul li:nth-child(1) .wrap .number{ background:#f00; }
	.img-list ul li:nth-child(2) .wrap .number{ background:#f90; }
	.img-list ul li .wrap a{ display:block; position:relative; padding:15px; text-align:center; }
	.img-list ul li .wrap a img{ display:block; margin:auto; width:100%;height:100px;}
	.img-list ul li .wrap a .note{ text-align:left; color:#999; }
	.img-list ul li .wrap a .note h2{ display:block; padding:10px 0 5px 0; color:#333; font-size:13px; font-weight:400; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.img-list ul li .wrap a .note p{ padding:0 0 10px 0; color:#cecece; font-size:12px; line-height:1.3em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.img-list ul li .wrap a .note p .price{ display:inline-block; margin-right:2px; color:#f00; font-size:14px; font-weight:400; font-style:normal; }
    .img-list ul li .wrap a .note p .price.free{ color:#5fb41b; }
	.img-list ul li .wrap a .note p .hot{ display:block; float:right; font-style:normal; }
    .img-list ul li .wrap a img.liveing{position:absolute;right:80px;bottom:25px;width:24px;height:24px;}

/*图片列表*/
.photo-list{ margin:15px 15px 0; padding:0; }
    .photo-list:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
    .photo-list ul{ margin:0 0 0 -15px; }
    .photo-list ul .nodata{ margin:0 0 15px 0; padding:0; display:block; color:#999; font-size:14px; text-align:center; line-height:80px; background:#fff; }
    .photo-list li{ float:left; width:33.333%; list-style:none; }
    .photo-list li a{ display:block; margin:0 0 15px 15px; }
    .photo-list li a:active{ background:#ececec; }
    .photo-list li a img{ display:block; height:auto; width:100%;/*height:118px;*/object-fit: cover;object-position: center; }
    .photo-list li a:active img{ opacity:0.8; }
    .photo-list li a h2{ display:block; color:#333; font-size:13px; font-weight:normal; line-height:30px; height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .photo-list li a p{ color:#cecece; font-size:12px; line-height:1.2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .photo-list li a p b{color:#f40;}
    .photo-list li a p del{margin-left:5px;}
    
/*内容样式*/
.goods-head{ margin:15px; padding:0; }
    .goods-head h2{ margin:0 0 10px; color:#333; font-size:16px; font-weight:400; line-height:1.3em; }
    .goods-head p{ color:#999; font-size:14px; line-height:24px; }
    .goods-head p .price{ margin-right:3px; color:#f00; font-size:17px; font-weight:600; }
    .goods-head p .saleprice{margin-right:3px; color:#f00; font-size:17px; font-weight:600;}
    .goods-head p .saleplus{font-weight:bold;font-size:16px;}
    .goods-head p .salepoint{font-size:17px;color:#078d2f;}
    .goods-head p .freeprice {color:#065535;}
.goods-btn-box{ position:relative; height:45px; }
    .goods-btn-box .wrap-box{ position:fixed; left:0; bottom:0; width:100%; border:1px solid #ececec; background:#fff; z-index:2; }
    .goods-btn-box a{ display:block; margin-top:-1px; float:right; width:50%; height:45px; line-height:45px; color:#fff; font-size:15px; text-align:center; }
    .goods-btn-box a.red{ background:#ff6000; }
    .goods-btn-box a.green{ background:#ffb002; }
    .goods-btn-box a i{ margin-right:3px; color:#fff; font-size:15px; }
    .goods-btn-box a:active{ opacity:0.8; }

/*栏目样式*/
.dialog-wrap{ position:fixed; top:0; left:0; right:0; bottom:0; background:#fff; z-index:99000; display:none; }
.dialog-box{ position:relative; width:100%; height:100%; overflow:auto; }
.dialog-box #examPosition { position:absolute;right:15px;top:0;display:inline-block; margin:8px 0 0 2px; text-align:center; height:28px; line-height:28px;color:#fff;}
.dialog-box #examPosition i{ color:#fff; font-size:18px; margin-right:2px;}
.navbar{ padding:10px 15px 15px 15px; }
.navbar li{ border-bottom:1px #ccc dotted; }
.navbar li:last-child { border-bottom:0;}
	.navbar li h3{ display:block; color:#f77e20; font-size:14px; font-weight:normal; line-height:42px; height:42px; }
	.navbar li h3 a{ color:#f77e20; }
	.navbar li p{ padding:5px 0; font-size:13px; line-height:20px; }
	.navbar li p a{ display:inline-block; margin-right:10px;margin-bottom:10px; padding:5px 10px; color:#333; border:1px solid #ececec; }
    .navbar li p a:active{ background:#ececec; }
    .navbar li p a.selected{ color:#fff; border-color:#f77e20; background:#f77e20; }
/*规格样式*/
.spec-wrap{ margin:0; padding:0; background:#fff; max-height:80%; overflow:auto; }
    .spec-wrap .close{ position:absolute; top:15px; right:15px; display:block; width:22px; height:22px; cursor:pointer; }
    .spec-wrap .close i{ color:#555; font-size:22px; line-height:1em; }
    .spec-wrap .spec-box{ margin:52px 15px 15px 15px; padding:0; }
    .spec-wrap .spec-box dl,
    .spec-wrap .spec-box .btn-box{ display:block; padding:10px 0; clear:both; color:#333; line-height:30px; border-bottom:1px solid #ececec; }
    .spec-wrap .spec-box dl:after,
    .spec-wrap .spec-box .btn-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .spec-wrap .spec-box dl dt,
    .spec-wrap .spec-box .btn-box dt{ display:block; font-size:14px; line-height:30px; height:30px; }
    .spec-wrap .spec-box dl dd,
    .spec-wrap .spec-box .btn-box dd{ display:block; margin:0 0 0 -10px; }
    .spec-wrap .spec-box dl:first-child{ margin-top:-52px; }
    .spec-wrap .spec-box dl dd a{ display:inline-block; margin:10px 0 0 10px; color:#333; font-size:12px; background:#f3f3f3; border-radius:5px; }
    .spec-wrap .spec-box dl dd a.selected{ color:#fff; background:#f60; }
    .spec-wrap .spec-box dl dd a span{ padding:5px 10px; line-height:20px; }
    .spec-wrap .spec-box .btn-box dt{ float:left; }
    .spec-wrap .spec-box .btn-box dt span{ margin-left:10px; color:#999; font-size:13px; }
    .spec-wrap .spec-box .btn-box dt span b{ margin:0 2px; font-weight:normal; }
    .spec-wrap .spec-box .btn-box dd{ float:right; margin:0; padding:0; }
    .spec-wrap .spec-box .btn-box dd a{ display:inline-block; float:left; margin:0; padding:5px 10px; color:#666; font-size:15px; font-weight:bold; line-height:20px; text-align:center; background:#f3f3f3; border-radius:0; }
    .spec-wrap .spec-box .btn-box dd .input{ display:block; float:left; margin:0; padding:5px; width:50px; color:#333; font-size:14px; line-height:20px; text-align:center; border:none; background:#fff; }
    .spec-wrap .weui-actionsheet__cell{ display:block; color:#fff; font-size:15px; width:100%; line-height:1.5em; border:none; background:#ff6000; }
    .spec-wrap .weui-actionsheet__cell:active{ background:#f90; }
    .spec-wrap .weui-actionsheet__cell.over{ background:#ccc; }
/*详情页样式*/
.meta{ margin:15px; padding-bottom:15px; border-bottom:1px solid #ececec; }
	.meta .meta-tit{ color:#333; font-size:17px; font-weight:700; margin:0 0 5px; }
	.meta .meta-info{ font-size:12px; color:#cecece; line-height:1.8em; }
	.meta .meta-info span{ margin-right:5px; }
    .meta .meta-info span i{ margin-right:3px; font-size:13px; }
.entry{ margin:0 15px; padding:0; font-size:15px; line-height:24px; word-wrap:break-word; }
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ padding-bottom:5px; border-bottom:1px solid #ddd; color:#222; }
	.entry h2{ font-size:17px; }
	.entry h3,.entry h4{ font-size:14px; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:16px; }
	.entry li{ margin-left:26px; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:15px 0; color:#333; font-size:14px; line-height:24px; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code, .comment code{ background-color:#eee; border-radius:2px 2px 2px 2px; color:#777;font-family:'courier new'; margin:0 4px;padding:1px 4px;}
	.entry table{ border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background-color:#F9F9F9; text-align:center; }
	.entry table td, .entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:7px 10px; }

/*评论样式*/
.comment-box{ position:relative; margin:0; padding:0; }
.comment-add{ margin:15px 0 15px 15px; }
    .comment-add .input-box{ position:relative; margin:0 15px 15px 0; font-size:12px; }
    .comment-add .input-box .input{ display:block; margin:0; padding:5px 10px; width:100%; height:auto; border:1px solid #ddd; border-radius:0.2125em; font-family:"Microsoft Yahei",helvetica,arial; color:#262626; font-size:14px; line-height:1.3em; }
    .comment-add .input-box .code{ display:inline-block; width:65px; }
    .comment-add .input-box .weui-btn{ float:right; font-size:13px; }
    
.comment-list{ position:relative; margin:0; padding:0; }
	.comment-list .nodata{ margin-left:15px; color:#999; font-size:13px; text-align:center; line-height:80px; border-top:1px solid #ececec; }
	.comment-list li{ margin-left:15px; padding:15px 15px 15px 0; border-top:1px solid #ececec; }
	.comment-list li:first-child{ border-top:1px solid #ececec; }
	.comment-list li .avatar{ position:relative; float:left; width:40px; height:40px; background:#fafafa; border-radius:40px; overflow:hidden; }
	.comment-list li .avatar img{ width:100%; height:100%; }
    .comment-list li .avatar i{ color:#f77e20; font-size:40px; line-height:50px; }
    .comment-list li .inner{ margin-left:50px; }
	.comment-list li .inner .meta{ margin:0; padding:0 0 5px; color:#cecece; font-size:12px; border:none; }
	.comment-list li .inner .meta .blue{ color:#f77e20; }
	.comment-list li .inner .meta .time{ float:right; }
    .comment-list li .inner p{ margin:0; padding:0; color:#333; font-size:13px; line-height:1.5em; }
    
	.comment-list li .answer{ clear:both; margin:10px 0 0 50px; padding:10px; background:#f6f6f6; border:1px solid #e6e6e6; border-radius:5px; }
	.comment-list li .answer .meta{ margin:0 0 5px 0; padding:0; color:#999; font-size:12px; border:none; }
	.comment-list li .answer .meta .blue{ color:#1e7bb3; }
	.comment-list li .answer .meta .time{ float:right; }
    .comment-list li .answer p{ margin:0; padding:0; color:#333; font-size:13px; line-height:1.5em; }
    
.comment-more{ margin:15px; }
    .comment-more .weui-btn{ color:#555; font-size:13px; background:#fff; border:1px solid #e5e5e5; }

/*分页页码*/
.page-list{ position:relative; margin:10px 0; padding:0; clear:both; background:#fff; }
	.page-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.page-list a,
    .page-list span{ margin:0.5em 0;  padding:0.5em 0; display:none; float:left; width:24.5%; line-height:1.2em; border-left:1px solid #ececec; font-size:13px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .page-list a:active{ background:#ececec; }
	.page-list span{ color:#999; }
	.page-list a{ color:#333; }
	.page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
	.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-left-color:#ececec; }
	.page-list .current{ display:block; float:left; }

/*视频容器*/
.video-box{ position:relative; margin:0 15px; }
    .video-box video{ margin:0; padding:0; }

/*会员样式*/
.form-logo{ margin:0 auto; padding-top:50px; text-align:center; }
    .form-logo img{ width:180px; height:44px; opacity:0.8; }
.form-logo .links{font-size:18px;}
.oauth-box{ display:block; margin:0 auto 5px -10px; padding:0 15px; text-align:center; }
    .oauth-box a{ display:inline-block; margin:0 0 10px 10px; width:38px; height:38px; border-radius:38px; overflow:hidden; }
    .oauth-box a img{ width:100%; height:100%; }
.head-box{ margin:20px 0 10px; padding:15px 10px; background:#fff; }
    .head-box .img-box{ float:left; width:60px; height:60px; border-radius:60px; background:#f8f8f8; overflow:hidden; }
	.head-box .img-box img{ width:100%; height:100%; }
    .head-box .img-box i{ color:#f77e20; font-size:60px; line-height:80px; }
	.head-box .tit-box{ display:block; margin:0 auto 0 75px; }
	.head-box .tit-box h3{ display:block; margin-bottom:5px; color:#333; font-size:17px; line-height:20px; text-shadow:none; }
	.head-box .tit-box p{ display:block; color:#666; font-size:13px; line-height:18px; text-shadow:none; }
.form-box .weui-btn{ font-size:16px; }
    .form-box .weui-label,
    .form-box .weui-cell__bd,
    .form-box .weui-cell__bd p{ color:#333; font-size:13px; }
    .form-box .weui-cell__bd p i{ margin-left:5px; color:#999; font-size:12px; font-style:normal; }
    .form-box .select{ display:inline-block; width:30%; color:#555; font-size:14px; line-height:28px; height:28px; border:none; border-bottom:1px solid #ececec; background:#fff; }
    .form-box .vcode .weui-vcode-btn{ padding:0 1em; height:38px; line-height:38px; font-size:14px; border:1px solid #e5e5e5; }
    .form-box .vcode .weui-vcode-btn.gray{ color:#999; }
.form-preview{ font-size:15px; }
    .form-preview .weui-form-preview__btn{ font-size:15px; }
/*提示样式*/
.msg-box .weui-btn{ font-size:16px; }

/*订单样式
-------------------------------------------------------------------*/
.cart-list{ margin:0; padding:0; background:#fff; }
	.cart-list li{ position:relative; margin:0 0 0 15px; padding:15px 15px 15px 0; border-top:1px solid #ececec; }
	.cart-list li:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
    .cart-list li:first-child{ border-top:none; }
	.cart-list li label.select{ position:absolute; display:block; top:15px; left:0; }
	.cart-list li .img-box{ display:block; float:left; margin:0 10px 0 20px; width:70px; }
	.cart-list li .img-box img{ width:70px; }
	.cart-list li>h2{ display:block; margin:0; padding:0; color:#333; font-size:13px; font-weight:normal; height:20px; line-height:20px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.cart-list li p.stxt{ padding-top:5px; color:#999; font-size:12px; line-height:1.3em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.cart-list li .note{ display:block; margin-left:80px; padding-top:8px; }
	.cart-list li .note .price{ display:inline-block; color:#F00; font-size:15px; font-style:normal; line-height:23px; }
	.cart-list li .note span{ display:block; float:right; color:#8c8c8c; font-size:12px; line-height:23px; }
    
	.cart-list li .note .btn-list{ display:block; float:right; }
	.cart-list li .note .btn-list input{ display:block; float:left; margin:0 0 0 -1px; padding:0; width:30px; height:25px; line-height:25px; text-align:center; border:1px solid #ddd; color:#555; font-size:13px; font-weight:bold; background:#fff; }
	.cart-list li .note .btn-list a{ display:block; float:left; margin:0 0 0 -1px; padding:0 8px; border:1px solid #ddd; color:#555; font-size:13px; line-height:23px; }
	.cart-list li .note .btn-list a.del { margin-left:5px; border:0; line-height:23px; color:#777; font-weight:normal; }
    .cart-list.inset li .img-box{ margin-left:0; }
    .cart-list li .note .right{ display:block; float:right; color:#666; font-size:14px; }
.cart-foot{ display:block; height:52px; background:#fff; border-top:1px solid #ececec; }
    .cart-foot .all{ display:block; float:left; margin-left:15px; width:60px; color:#333; font-size:14px; line-height:52px; }
    .cart-foot .all i{ font-size:15px; line-height:54px; }
    .cart-foot .total{ display:block; float:right; padding:0 10px; }
    .cart-foot .total p{ display:block; color:#999; font-size:13px; line-height:52px; }
    .cart-foot .total p b{ color:#f00; font-size:15px; }
    .cart-foot .btn{ display:block; float:right; margin-top:-1px; padding:0 15px; background:#f60; height:53px; line-height:53px; color:#fff; font-size:15px; }

.detail-list{}
    .detail-list ul .nodata{ position:relative; margin:10px 0 0 0; color:#999; font-size:13px; text-align:center; line-height:80px; background:#fff; }
    .detail-list ul .nodata:after{ content:" "; position:absolute; left:0; right:0; bottom:0; height:1px; color:#e5e5e5; border-bottom:1px solid #e5e5e5; transform-origin:0 100%; transform:scaleY(.5); }
    .detail-list ul .nodata:before{ content:" "; position:absolute; left:0; right:0; top:0; height:1px; color:#e5e5e5; border-top:1px solid #e5e5e5; transform-origin:0 0; transform:scaleY(.5); }
    .detail-list li{ position:relative; margin:10px 0 0 0; background:#fff; }
    .detail-list li:after{ content:" "; position:absolute; left:0; right:0; bottom:0; height:1px; color:#e5e5e5; border-bottom:1px solid #e5e5e5; transform-origin:0 100%; transform:scaleY(.5); }
    .detail-list li:before{ content:" "; position:absolute; left:0; right:0; top:0; height:1px; color:#e5e5e5; border-top:1px solid #e5e5e5; transform-origin:0 0; transform:scaleY(.5); }
    .detail-list li .detail-hd{ position:relative; padding:14px 15px 10px; color:#999; font-size:13px; }
    .detail-list li .detail-hd:after{ content:" "; position:absolute; left:15px; right:0; bottom:0; height:1px; color:#e5e5e5; border-bottom:1px solid #e5e5e5; transform-origin:0 100%; transform:scaleY(.5); }
    .detail-list li .detail-hd .fr{ float:right; color:#f77e20; }
    
    .detail-list li .detail-bd{}
    .detail-list li .detail-bd .list-box{ position:relative; display:block; padding:15px; }
    .detail-list li .detail-bd .list-box:after{ content:" "; position:absolute; left:15px; right:0; bottom:0; height:1px; color:#e5e5e5; border-bottom:1px solid #e5e5e5; transform-origin:0 100%; transform:scaleY(.5); }
    .detail-list li .detail-bd .list-box:last-child:after{ border:none; }
    .detail-list li .detail-bd .list-box .img-box{ position:relative; display:block; float:left; margin:0 10px 0 0; width:70px; height:70px; background:ececec; overflow:hidden; }
    .detail-list li .detail-bd .list-box .img-box img{ width:100%; height:100%; }
    .detail-list li .detail-bd .list-box .img-box i{ color:#999; font-size:70px; line-height:80px; }
    .detail-list li .detail-bd .list-box .txt-box:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
    .detail-list li .detail-bd .list-box .txt-box>h2{ display:block; margin:0 0 5px 0; padding:0; color:#333; font-size:13px; font-weight:normal; height:20px; line-height:20px; white-space:normal; text-overflow:ellipsis; overflow:hidden; }
    .detail-list li .detail-bd .list-box .txt-box p{ color:#999; font-size:13px; line-height:22px; }
    .detail-list li .detail-bd .list-box .txt-box .note{}
    .detail-list li .detail-bd .list-box .txt-box .note span{}
    .detail-list li .detail-bd .list-box .txt-box .note .fr{ float:right; }
    .detail-list li .detail-bd .list-box .txt-box .note .price{ color:#f00; font-size:14px; }
    
    .detail-list li .detail-ft{ position:relative; display:block; padding:15px; }
    .detail-list li .detail-ft:before{ content:" "; position:absolute; left:0; right:0; top:0; height:1px; color:#e5e5e5; border-top:1px solid #e5e5e5; transform-origin:0 0; transform:scaleY(.5); }
    .detail-list li .detail-ft p{ display:block; padding:10px 0; color:#999; font-size:13px; line-height:20px; }
    .detail-list li .detail-ft .fr{ float:right; }
    .detail-list li .detail-ft .ft-btn{ clear:both; padding:0; display:block; }
    .detail-list li .detail-ft .ft-btn:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
    .detail-list li .detail-ft .ft-btn .check-box{ position:relative; display:block; margin-top:7px; float:left; color:#333; font-size:13px; line-height:16px; }
    .detail-list li .detail-ft .ft-btn .check-box input{ display:inline-block; margin:0 3px 0 0; padding:0; width:16px; height:16px; vertical-align:top; }
    .detail-list li .detail-ft .ft-btn .btn-box{ float:right; }
    .detail-list li .detail-ft .ft-btn .btn-box a{ display:inline-block; margin:0 0 0 5px; padding:8px 15px; color:#f77e20; font-size:13px; line-height:1em; border:1px solid #e5e5e5; }
    .detail-list li .detail-ft .ft-btn .btn-box a:active{ background:#ebebeb; }
    .detail-list li .detail-ft .ft-btn .btn-box a i{ color:#f77e20; font-size:13px; }
/*轮播*/
.swiper-container { height:140px;margin:10px 15px;border-radius:10px;}
.swiper-slide { position:relative;}
.swiper-wrapper-title { position:absolute;left:0;top:110px;color:#fff;height:30px;line-height:30px;text-align:center;text-align:left;font-size:16px;text-shadow: 1px 1px 1px #000;padding:0 5px;}
.swiper-wrapper img{height:140px;}
.pagination { text-align:right;}
.swiper-active-switch{background-color:#ff7e00;}
.tips-gen { background-color:#000;opacity:0.8;}
/*导航tab*/
.panel_tab { position:absolute;right:10px;top:0px;}
.panel_tab a { display:inline-block;color: #000;border-bottom:2px #fff solid;padding:12px 4px 0px 4px;}
.panel_tab a.selected { color:#f77e20;border-bottom:2px #f77e20 solid;}
/*题库首页九宫格*/
#tk-idx-grids { margin-top:10px;}
#tk-idx-grids i.iconfont,#tk-idx-grids p.weui-grid__label { color:#fff;}
#tk-idx-grids .weui-grid:nth-child(1) { background:#11a68d;}
#tk-idx-grids .weui-grid:nth-child(2) { background:#bf762c;}
#tk-idx-grids .weui-grid:nth-child(3) { background:#007ca6;}
#tk-idx-grids .weui-grid:nth-child(4) { background:#0078d7;}
#tk-idx-grids .weui-grid:nth-child(5) { background:#7719aa;}
#tk-idx-grids .weui-grid:last-child { background:#d13438;}
/*内容区tab*/
.zsb-navbar{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;background-color:#fafafa;border-bottom:1px solid #ececec;border-top:1px solid #ececec;margin-top:10px;}
.zsb-navbar__item{position:relative;display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:10px 0;text-align:center;font-size:15px;color:#333;}
.zsb-navbar__item:active{background-color:#f3f2f2}
.zsb-navbar__item.on{background-color:#f3f2f2}
.zsb-navbar__item:after{content:" ";position:absolute;right:0;top:0;width:1px;bottom:0;border-right:1px solid #ececec;}
.zsb-navbar__item:last-child:after{display:none}
/*题库*/
#tk-learnlist h2 { font-size: 16px;}
#tk-learnlist ul { height:362px;}
#tk-learnlist ul li {line-height:20px;padding:10px 0;border-bottom:1px #ccc dotted;font-size:12px;}
#tk-learnlist ul li img { width:30px;height:30px;vertical-align:middle;margin-right:10px;border-radius:50%;}
#tk-learnlist ul li i.icon-user-full { border-radius:50%;display:inline-block;border:1px #ccc solid;width:30px;height:30px;text-align:center;line-height:30px;font-size:20px;margin-right:5px;}
#tk-learnlist ul li b { font-weight:bold;font-style: italic;font-family: Constantia,Georgia;font-size:20px;color:#ff4c08;}
#tk-learnlist .tk-learnlist-go { font-size:12px;margin-top:10px;}
#tk-learnlist .tk-learnlist-go i{font-size:12px;margin-left:5px;}
.tk-stembar{background:#fff;padding:0 10px 0 10px;position:relative;border-bottom:1px #ececec solid;}
.tk-stembar-details{border-bottom:1px #eee solid;padding:10px 0 5px 0;}
.tk-stembar-details-bank{position:relative;font-weight:bold;font-size:16px;}
.tk-stembar-details-bank span{font-size:12px;color:#555;font-weight:normal;margin-left:5px;}
.tk-stembar-details-bank span b{color:#ff4c08;}
.tk-stembar-details-learn{font-size:12px;padding-top:5px;position:relative;color:#555;}
.tk-stembar-details-learn i{font-size:12px;margin-right:5px;}
.tk-stembar-details-learn .processBar{width:80px;height:8px;background:#eee;position:absolute;left:80px;top:12px;overflow:hidden;}
.tk-stembar-details-learn .processBar .bar{width:0;height:8px;background-color:green;}
.tk-stembar-details-learn .percent{position:absolute;left:162px;top:3px;font-weight:bold;font-style: italic;font-family: Constantia,Georgia;font-size:14px;color:#ff4c08;}
.tk-stembar-details-learn .filter{position:absolute;right:0;top:5px;}
.tk-stembar-bank{}
.tk-loadingbar{height:30px;line-height:30px;text-align:center;border:1px #eee solid;margin-top:10px;background:#fafafa;cursor:pointer;font-size:12px;color:#555;margin-bottom:10px;}
.tk-loadingbar img {height:18px;vertical-align:middle;}
.tk-loadingbar:hover{border-color:#e0e0e0;}
.tk-loadingbar i {font-size:14px;margin-right:5px;}
.zujuan-question-item{padding:5px;border:1px #eee solid;margin:10px 0;line-height:20px;position:relative;}
.zujuan-question-item img { vertical-align:middle;}
.zujuan-question-item:hover { border-color:#ccc;box-shadow: #ccc 0 0 6px 0;}
.zujuan-question-item .q-view-materia-item{border:0;position:relative;}
.zujuan-question-item .q-view-stem {position:relative;word-break:break-all;}
.zujuan-question-item .q-view-options{padding-left:10px;}
.zujuan-question-item .q-view-stem-sort { display:inline-block;background:#f77e20;color:#fff;height:24px;line-height:24px;width:24px;text-align:center;border-radius:50%;margin-right:5px;}
.q-setting-title { font-size:14px;font-weight:bold;background:#fafafa;padding:2px 10px;position:relative;border:1px #eee solid;}
.q-setting-title i { font-size:14px;margin-right:5px;}
.q-setting-title i.icon-arrow-down { position:absolute;right:5px;top:2px;}
.q-choice-options { overflow:auto;zoom:1;}
.q-choice-items { float:left;display:inline;}
.q-choice-itemstitle { }
.q-choice-itemstitle i { margin-left:5px;font-size:12px;}
.q-choice-items:nth-child(even) { margin-left:10px;}
.q-choice-toolbar i { font-size:12px;margin-right:5px;}
.q-choice-toolbar a { text-decoration:none;}
.q-choice-toolbar a.q-choice-toolbar-add { margin-right:8px;}
.q-choice-ask,.q-choice-analysis,.q-judge-ask,.q-judge-analysis,.q-ask-ask,.q-ask-analysis,.q-blank-ask,.q-blank-analysis,.q-material-stem { padding:10px 0;}
.q-choice-ask a,.q-judge-ask a{ display:inline-block;width:50px;height:28px;line-height:28px;text-align:center;text-decoration:none;border:1px #eee solid;border-left:0;color:#333;font-size:14px;background:#fafafa;position:relative;}
.q-choice-ask a:first-child ,.q-judge-ask a:first-child{ border-left:1px #eee solid;}
.q-choice-ask a.selected ,.q-judge-ask a.selected { background:#f77e20;color:#fff;}
.q-material-toolbar {background:#fafafa;border:1px #eee solid;border-top:0;padding-left:5px;}
.q-material-toolbar i { font-size:12px;margin-right:5px;}
.q-material-toolbar a { text-decoration:none;}
.q-material-toolbar a.q-material-toolbar-add { margin-right:8px;}
.q-material-container{padding:15px 10px 10px 10px;border:1px #ccc dotted;position:relative;margin-top:15px;}
.q-material-container span.materialTitle{position:absolute;display:inline-block;left:5px;top:-12px;width:70px;height:20px;text-align:center;line-height:20px;background:#fff;}
.q-material-container span.materialTitle i {font-size:12px;margin-right:2px;}
.q-material-items-title{}
.q-material-items-title a{display:inline-block;padding:0 8px;color:#fff;background:#f77e20;border-radius:3px;line-height:24px;height:24px;}
.q-material-items{background:#fafafa;}
.q-stemview-eye{font-size:13px;cursor:pointer;}
.q-stemview-eye:hover{color:#2A72C5;}
.q-view-stem{padding:5px 0;}
.q-view-options-item{padding:5px 0;}
.q-view-options-item img{vertical-align:middle;}
.q-view-options-answer,.q-view-options-answers{padding:5px 0;}
.q-view-options-answer a,.q-view-options-answers a{ display:inline-block;width:40px;height:28px;line-height:28px;text-align:center;text-decoration:none;border:1px #eee solid;border-left:0;color:#333;font-size:14px;background:#fafafa;position:relative;}
.q-view-options-answer a:first-child{ border-left:1px #eee solid;}
.q-view-options-answer a.selected{ background:#f77e20;color:#fff;}
.q-view-options-analysis{padding:5px 0;}
.q-view-options-answers a,.q-view-options-corrects a{width:auto;padding:0 5px;min-width:40px;border:0;border-bottom:2px #000 solid;margin:0 5px;background:none;display:inline-block;text-align:center;}
.q-view-materia-container{padding:5px 0;}
.q-view-materia-item{padding:5px;border:1px #eee solid;}
.q-view-materia-item:first-child {margin-bottom:5px;}
.q-view-materia-item:hover {background:#fafafa;}
div[answer],div[analysis]{display:none;}
.q-view-tools{padding:5px 0;}
.q-view-tools a.qbtn{display:inline-block;line-height:24px;height:24px;border:1px #f77e20 solid;padding:0 10px;font-size:12px;border-radius:3px;color:#f77e20;margin-right:5px;}
.q-view-tools a.qbtn i{font-size:14px;margin-right:5px;}
.q-view-tools a.qbtn:hover,.q-view-tools a.selected{color:#fff;background:#f77e20;}
i.q-view-learntag { position:absolute;right:5px;top:5px;display:inline-block;width:10px;height:10px;border-radius:50%;}
i.q-view-learntag-success { background:green;}
i.q-view-learntag-warn{ background:#02c4ff;}
i.q-view-learntag-error{ background:#ff6105;}

/*考试页*/
.tk-exam-silderwrap {padding:10px;}
.tk-exam-focus {height:128px;padding:10px 0; text-align:center;border:2px #ccc dotted;}
.tk-exam-focus-time { height:96px;font-size:40px;font-weight:bold;line-height:96px;color:#e65050;}
.tk-exam-focus-info { color:#999;height:16px;}
.tk-exam-card { margin-top:10px;}
.tk-exam-card-item { margin-top:10px;}
.tk-exam-card-item-title { color:#999;font-size:12px;position:relative;background:#eee;padding:2px 5px;}
.tk-exam-card-item-title span{ color:#333;font-size:14px;margin-right:5px;}
.tk-exam-card-item-title i.icon-address { position:absolute;right:5px;top:5px;font-size:14px;cursor:pointer;}
.tk-exam-card-item-nav {border:1px #eee solid; padding:5px;}
.tk-exam-card-item-nav a { display: inline-block;height: 28px;line-height: 28px;width: 28px;text-align: center;margin: 5px;border:1px #ccc solid;border-radius:50%;}
.tk-exam-card-item-nav a:hover,a.completed { background:#f77e20;color:#fff;border-color:#f77e20;}
.tk-exam-card-item-nav a.correct { background-color:green;color:#fff;border-color:green;}
.tk-exam-card-item-nav a.mistake { background-color:#e65050;color:#fff;border-color:#e65050;}
.tk-exam-card-item-nav a.pigai { background-color:#a113ff;color:#fff;border-color:#a113ff;}
.tk-exam-question{background:#fff;padding:10px;position:relative;}
.tk-exam-question .zujuan-question-item:hover { border-color:#f77e20;}
.zujuan-section-nav { position:relative;padding:5px 10px 5px 10px;line-height:20px;background:#fafafa;}
.q-view-options-correct{padding:5px 0;display:none;}
.q-view-options-analysis { display:none;}
.q-view-options-myanswer {width: 100%; height:70px;border:1px #e0e0e0 solid;padding:5px;outline: none;}
.q-view-options-myanswer:hover {border-color:#ccc; }
.q-view-options-myblank {border:0; border-bottom:2px #000 solid;margin:0 5px;text-align:center;vertical-align:text-bottom;width:150px;height:24px;outline: none;background:none;}
.q-view-options-myscore{padding:5px 0;display:none;}
.q-view-options-myscore input {border:0; border-bottom:1px #000 solid;margin:0 5px;text-align:center;vertical-align:text-bottom;width:80px;height:24px;outline: none;font-family: Constantia,Georgia;font-size:20px;color:#ff4c08;font-style: italic;background:none;}
.q-view-options-myscore span { margin-left:5px;color:#999;}
i.tk-exam-question-correct,i.tk-exam-question-mistake { font-size:40px;position:absolute;right:10px;top:20px;}
i.tk-exam-question-correct { color:green;}
i.tk-exam-question-mistake { color:#e65050;}
.tk-joinmistake {position:absolute;right:0;bottom:0;width:80px;height:24px;font-size:12px;background:#fafafa;border:1px #eee solid;text-align:center;border-right:0;border-bottom:0;line-height:24px;cursor:pointer;}
.tk-joinmistake i {font-size:13px;margin-right:5px;}
.zujuan-question-item:hover .tk-joinmistake {background:#f77e20;color:#fff;border-color:#f77e20;}
#gopagetop { transform:rotate(180deg)}
#gopagetop i { font-size:18px;}
.iRoteInit{transition:width 0.5s, height 0.5s;-moz-transition:width 0.5s, height 0.5s, -moz-transform 0.5s;-webkit-transition:width 0.5s, height 0.5s, -webkit-transform 0.5s;-o-transition:width 0.5s, height 0.5s, -o-transform 0.5s}
.iRote3d1{transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg)}
.iRote3d2{transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg)}
.iRote2d1{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
.iRote2d2{transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg)}
/*抽题*/
.tk-ct-qclass { padding:5px;overflow:hidden;border:1px #e5e5e5 solid;border-top:0;}
.tk-ct-qclass:first-child { border-top:1px #e5e5e5 solid;}
.tk-ct-qclass:nth-child(even) { background:#fafafa;}
.tk-ct-qclass-title { float:left;width:40%;}
.tk-ct-qclass-lst { float:left;width:60%;}
.tk-ct-qclass-lst .input { text-align:center;margin:0 5px;width:40px;height:28px;border:1px #e5e5e5 solid;}
.tk-ct-tx { padding:10px;font-size:12px;background:#fff;border-bottom:1px #e5e5e5 solid;}
.tk-ct-tx .msg-box,.info-box { line-height:24px;display: block;margin: 0;padding: 6px;border: 1px solid #fbf2b5;background: #fcfbda;}
.tk-ct-tx .msg-box p,.info-box p { margin-left:0;}
.tk-ct-process { text-align:center;}
.tk-stembar-details-msg { border-bottom: 1px #eee solid;padding:5px 0;font-size:12px;}
.tk-stembar-details-msg i { font-size:16px;}
/*课程*/
.fullimg-wrapper{height:200px;overflow:hidden;position:relative;}
.fullimg-wrapper img{width:100%;}
.fullimg-wrapper em {
    position: absolute;
    margin: -30px auto auto -30px;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-style: normal;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.fullimg-wrapper em i {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}
.fullimg-wrapper .show-abstxt{ position:absolute; top:10px; left:0; display:inline-block; padding:0 10px; color:#fff; font-size:16px;line-height:36px; background:#c81623; text-align:center; border-radius:0 5px 5px 0;}
.fullimg-wrapper .show-abstxt img{vertical-align:top;width:32px;height:32px;margin-right:5px;}
.fullimg-wrapper .show-abstxt.notupdate{background:#ccc;color:#333;}
.fullimg-wrapper .show-abstxt span{margin:0 3px;font-weight:bold;}

.filetree a.unupload { color:#b6b6b6;}
.filetree a.morecourse{display:inline-block;background:#f77e20;color:#fff;height:20px;line-height:20px;width:20px;text-align:center;border-radius:50%;margin-left:10px;font-size:12px;}
.filetree span.free,.filetree span.updateing{display:inline-block;background:green;color:#fff;padding:2px 5px;margin-left:10px;line-height:18px;font-size:12px;border-radius:3px;}
.filetree span.updateing{background:#eee;color:#333;}
.fullcourse-wrapper { position:relative;overflow:hidden;background:#0f110e; }
.fullcourse-wrapper video { margin:0; padding:0;}
/*试看*/
.vodTryoutLayer,.vodLastPlayLayer { background: #333; height: 30px; color: #fff; line-height: 30px; padding: 0 20px; }
.vodTryoutLayer a,.vodLastPlayLayer a { color: #f77e20; }
/*省份切换*/
.areafixedprovince{display:inline-block;height:28px;line-height:28px;width:80px;border:1px #eee solid;margin:-1px -1px 0 0;}

/*科目切换*/
.textbook-switch-box {background:#fff; margin:5px 5px 30px 5px;font-size:14px;border:1px solid #e5e5e5;display:none;position:relative;}
.textbook-switch-box li { height:38px;list-style:none;border-bottom:1px solid #e5e5e5;position:relative;}
.textbook-switch-box li:last-child { border:0;}
.textbook-switch-box li i {position:absolute;right:5px;top:10px; font-size:12px;}
.textbook-switch-box li a{display:block;padding:0 8px;height:38px;line-height:38px;}
.textbook-switch-box a.selected{background:#fafafa;color: #f77e20;}
.textbook-switch-box .close-box{position:absolute;bottom:-25px;display:block;width:100px;height:24px;line-height:24px;text-align:center;border:1px #e5e5e5 solid;border-top:0;left:50%;margin-left:-50px;background:#fff;border-bottom-left-radius:3px;border-bottom-right-radius:3px;}
/*页面底部
-------------------------------------------------------------------*/
.foot-nav .weui-tabbar{ position:fixed; background:#fff; }
.foot-nav .weui-tabbar i.weui-tabbar__icon{ font-size:22px; }
.foot-nav .weui-tabbar .item-box{ display:inline-block; position:relative; }
.foot-nav .weui-tabbar .item-box .weui-badge{ position:absolute; top:-2px; right:-13px; }
.foot-nav .weui-tabbar .item-box .weui-badge_dot{ position:absolute; top:0; right:-6px; }
.footer{ padding:15px 0; }

/*客服工具条*/
.izl-rmenu{margin-right: 0;width: 82px;position: fixed;right: 2px;bottom: 100px;-webkit-box-shadow: #DDD 0px 1px 5px;-moz-box-shadow: #DDD 0px 1px 5px;box-shadow: #DDD 0px 1px 5px;z-index:999;display:none;}
.izl-rmenu .consult{background-image: url(../images/consult_icon01.gif);background-repeat: no-repeat;background-position: center -77px;display: block;height: 78px;width: 82px;}
.izl-rmenu .consult .phone {background-color: rgb(247,247,255);position: absolute;width: 168px;padding:14px 12px;left: -195px;top: 0px;color: #000;font-size: 14px;display: none;box-shadow: #DDD -1px 1px 4px;color:#999;text-align:right;}
.izl-rmenu .consult .phone .consultPhone{font-size:20px;color:#5caa04;height:30px;line-height:30px;}
.izl-rmenu .consult .phone .consultTime{height:20px;line-height:20px;}
.izl-rmenu a.consult:hover .phone{display:inline !important;line-height:40px;}
.izl-rmenu .cart {position:relative;display: block;height: 16px;width: 16px;font-size: 12px;line-height: 16px;color: #45BDFF;text-align: center;padding-top: 15px;padding-right: 18px;padding-bottom: 47px;padding-left: 48px;}
.izl-rmenu .cart.weixin {background: url(../images/consult_icon01.gif) no-repeat 50% -156px;}
.izl-rmenu .cart.weibo {background: url(../images/consult_icon01.gif) no-repeat center bottom;}
.izl-rmenu .cart.qq {background: url(../images/consult_icon01.gif) no-repeat 0 0;}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {background-color: rgb(247,247,255);display: block;height: 28px;width: 82px;text-align:center;line-height: 28px;}
.izl-rmenu .cart .pic {display:none;position: absolute;right: 80px;top: 0px;width: 160px;}
.izl-rmenu .cart .pic img { width:150px;height:150px;}
.izl-rmenu .cart.qq .pic{background-color: rgb(247,247,255);box-shadow: #DDD -1px 1px 4px;color:#999;text-align:right;padding:14px 12px;width:120px;right: 85px;}
.izl-rmenu .cart.qq .pic .qqid{color:#5caa04;font-size:14px;line-height:20px;}
.izl-rmenu .cart.qq .pic .qqtitle{margin-top:5px;}
.izl-rmenu .cart.weixin .pic, .izl-rmenu .cart.weibo .pic {height: 160px;}

/*课程支付弹窗*/
.paywindow{ background:#fafafa;font-size:14px;}
.pw-course{text-align:left;}
.pw-course-img {width:100%;position:relative;max-height:140px;}
.pw-course-img img{width:100%;max-height:140px;}
.pw-course-img a{position:absolute;display:block;width:100%;height:24px;line-height:24px;color:#fff;text-align:center;left:0;bottom:0;background:#000;filter:alpha(Opacity=80);opacity:0.8;text-overflow:ellipsis; overflow:hidden;}
.pw-course-price{color:#999;padding:8px 5px;border-left: 1px solid #eee;border-right: 1px solid #eee;position:relative;}
.pw-course-buyprice{color: #f40;font-weight:bold;}
.pw-course-saleprice{margin-right:5px;}
.pw-course-plus{font-weight:bold;}
.pw-course-buypoint{color:#078d2f;margin-right:5px;}
.pw-course-price span.pointadd{position:absolute;right:5px;top:8px;}
.pw-other{border:1px #eee solid;padding:5px;color:#999;}
.pw-other-exam{padding-bottom:8px;border-bottom:1px #ccc dotted;text-align:left;max-height:70px;text-overflow:ellipsis; overflow:hidden;}
.pw-other-exam a{text-decoration:underline;}
.pw-other-amount{padding:8px 0 2px 0;text-align:left;}
.pw-other-amount span.am1{margin-right:10px;margin-left:2px;color:#333;}
.pw-other-amount span.am2{margin-left:2px;color:#333;}
.pw-other-amount span.am3{margin-right:10px;color:#333;}
.pw-other-tips{padding:2px 5px;text-align:left;color:#ff7200;border:1px #ffcc00 solid;background:#ffffdd;margin:5px 0;}
.pw-other-tips i{margin-right:5px;}
.pw-other-tips a{color:#f77e20;}
.fullcourse-wrapper p.nothing{position:absolute;width:200px;height:100px;left:50%;top:50%;margin-left:-100px;margin-top:-50px;text-align:center;color:#fff;}
.fullcourse-wrapper p.nothing i{display: block;font-size: 30px;color:#fff;}
/*直播聊天室*/
.livetalk{border:1px #eee solid;border-top:0;}
.livetalkTips{color:#999;position:absolute;right:15px;top:13px;}
.livetalkTips.error{color: #FF3300;}
.livetalkTips i{margin-right:5px;font-size:14px;}
.livetalkBox{height:210px;overflow-y:auto;position:relative;border-bottom:1px #eee solid;padding:5px 10px;}
.livetalkBox p.nothing{position:absolute;width:100px;height:100px;left:50%;top:50%;margin-left:-50px;margin-top:-50px;text-align:center;color:#999;}
.livetalkBox p.nothing i{display: block;font-size: 30px;}
.livetalkForm{position:relative;height:38px;}
.livetalkTxt{height:38px;border:0;outline:none;padding:5px 60px 5px 10px;resize:none;width:100%}
.livetalkTxt:focus { outline:none;box-shadow: #ccc 0 0 6px 0;}
.livetalkBtn{position:absolute;right:1px;top:1px;display:inline-block;width:60px;height:36px;border:0;background:#f77e20;color:#fff;outline:none;cursor:pointer;}
.livetalkQp{padding:5px 0;line-height:18px;}

/*会员卡券*/
.vipcard{background:#fff;border-radius:12px;position:relative;text-align:center;margin:10px 15px auto 15px;padding-bottom:36px;}
.vipcard .cardimg{width:100%;border-radius:12px;}
.vipcard .vcValue{position:absolute;right:10px;top:10px;font-size:18px;color:#fff;display:inline-block;width:108px;height:36px;padding-top:20px;padding-left:10px;background:url(../../../images/vipcardvalue.png) no-repeat 0 0;}
.vipcard .vcTitle{position:absolute;left:0;top:50%;width:100%;height:46px;margin-top:-46px;display:inline-block;overflow:hidden;line-height:46px;color:#fff;font-size:20px;text-align:center;}
.vipcard .vcNo{position:absolute;left:15px;top:15px;color:#fff;text-shadow: 1px 1px 1px #333;}
.vipcard .vcExpires{position:absolute;right:15px;bottom:50px;color:#fff;text-shadow: 1px 1px 1px #333;}
.vipcard .vcPrice{position:absolute;left:15px;bottom:8px;font-size:16px;color:#f40;font-weight:bold;}
.vipcard .vcBuyDate{position:absolute;left:15px;bottom:9px;}
.vipcard a.vcContent{position:absolute;right:15px;bottom:9px;}
.vipofflineimg{display:inline-block;width:60px;height:47px;background:url(../../../images/vipcardoffline.png) no-repeat 0 0;position:absolute;left:10px;top:75px;z-index:3;}
.vipoverdueimg{display:inline-block;width:65px;height:49px;background:url(../../../images/vipcardcancel.png) no-repeat 0 0;position:absolute;left:10px;top:75px;z-index:3;}


/*首页图标区域*/
.index-appwrap{width:100%;background:#fff;height:150px;margin-top:10px;}
.index-appwrap li{width:calc(100% / 4);height:70px;text-align:center;float:left;background-repeat:no-repeat;background-position:center 4px;background-size:50px;}
.index-appwrap li a{display:block;padding-top:50px;}
.index-appwrap li.wsitem{background-image:url(../images/index-wsitem.png);}
.index-appwrap li.zbitem{background-image:url(../images/index-zbitem.png);}
.index-appwrap li.tcitem{background-image:url(../images/index-tcitem.png);}
.index-appwrap li.ksitem{background-image:url(../images/index-ksitem.png);}
.index-appwrap li.msitem{background-image:url(../images/index-msitem.png);}
.index-appwrap li.xyitem{background-image:url(../images/index-xyitem.png);}
.index-appwrap li.xzitem{background-image:url(../images/index-xzitem.png);}
.index-appwrap li.scitem{background-image:url(../images/index-scitem.png);position:relative;}
.index-appwrap li.scitem span{background:#f43530;border-radius:50%;color:#fff;position:absolute;right:25px;top:15px;display:inline-block;font-size:12px;width:18px;height:18px;line-height:18px;}
/*课程区域*/
.index-kswrap{margin:10px auto auto auto;width:calc(100% - 30px);padding:0 15px;background:#fff;}
.index-kswrap-title{height:40px;line-height:40px;position:relative;font-size:16px;padding-left:10px;}
.index-kswrap-title span{position:absolute;width:3px;height:16px;background:#f77e20;display:inline-block;left:0;top:11px;}
.index-kswrap-title a{position:absolute;right:0;top:2px;color:#666;}
.index-kswrap-list{overflow:auto;margin-top:5px;}
.index-kswrap-list li{width:calc((100% - 10px) /2);float:left;height:200px;background:#fafafa;margin-bottom:8px;border-radius:8px;position:relative;background-image: linear-gradient(to right,#fafafa, #f5f5f5);}
.index-kswrap-list li:nth-child(2n){margin-left:10px;}
.index-kswrap-list li img{width:100%;height:96px;border-top-right-radius:8px;border-top-left-radius:8px;}
.index-kswrap-list li .vipcardtitle,.index-kswrap-list li .vipcardbg{width:100%;height:22px;line-height:22px;text-align:center;color:#eee;text-shadow: 1px 1px 1px #333;font-size:12px;position: absolute; left: 0;top:37px;display:inline-block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.index-kswrap-list li .vipcardbg{background:#000;opacity:0.3;}
.index-kswrap-list li .descwrap{height:103px;display:inline-block;position:absolute;bottom:0;left:0;width:calc(100% - 16px);padding:0 8px;}
.index-kswrap-list li .descwrap .dwtitle{font-size:14px;height:36px;line-height:18px;padding-top:8px;text-overflow:ellipsis; overflow:hidden;}
.index-kswrap-list li .descwrap .dwsummer{height:20px;color:#999;font-size:12px;}
.index-kswrap-list li .descwrap .dwsummer i{font-size:14px;margin-right:5px;color:#f77e20;}
.index-kswrap-list li .descwrap .dwprice{color:#999;font-size:12px;margin-top:5px;}
.index-kswrap-list li .descwrap .dwprice i.price{color:#e53935;font-size:14px;font-style:normal;}
.index-kswrap-list li .descwrap .dwprice i.price.free{color:#5fb41b;}
/*模拟考试区域*/
.index-kswrap.kspaper{}
.index-kswrap-exam{overflow:auto;margin-top:5px;}
.index-kswrap-exam li{background:#fafafa;width:calc((100% - 10px) /2);float:left;margin-bottom:8px;border-radius:8px;position:relative;height:60px;background-image: linear-gradient(to right,#fafafa, #f5f5f5);}
.index-kswrap-exam li:nth-child(2n){margin-left:10px;}
.index-kswrap-exam li .ksf1{position:absolute;font-size:16px;font-weight:bold;left:10px;top:8px;}
.index-kswrap-exam li .ksf2{position:absolute;font-size:12px;left:10px;top:34px;color:#999;}
.index-kswrap-exam li .ksf2 b{color:#e53935;}
.index-kswrap-exam li .ksf3{position:absolute;right:5px;top:5px;width:48px;height:48px;background-position:center center;background-size:48px;background-repeat:no-repeat;}
.index-kswrap-exam li a.ksyx .ksf3{background-image:url(../images/index-ksyx.png);}
.index-kswrap-exam li a.kszj .ksf3{background-image:url(../images/index-kszj.png);}
.index-kswrap-exam li a.ksct .ksf3{background-image:url(../images/index-ksct.png);}
.index-kswrap-exam li a.ksst .ksf3{background-image:url(../images/index-ksst.png);}
/*新闻资讯*/
.index-kswrap.ksnews{padding-bottom:5px;}
.index-kswrap-news{overflow:auto;margin:5px;}
.index-kswrap-news li{height:30px;line-height:30px;text-overflow:ellipsis; overflow:hidden;white-space:nowrap;}
/*阿里云播放器*/
.prism-cc-btn,.prism-setting-cc,.prism-setting-audio{display:none;}