body {
    font-size: 0.24rem;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
    background: #fff;
}

* {
    margin: 0px;
    padding: 0px;
    max-height: 1000000px;
}

*:before,
*:after {
    max-height: 100000px;
}

*,
*:before,
*:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
li,
dl,
dd,
dt,
ol {
    list-style: none;
}

em,
strong {
    font-style: normal;
}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
    overflow: hidden;
    display: block
}

p {
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
}

textarea,
input {
    background-color: #FFFFFF;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    outline: 0 none;
}

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.floatF {
    float: left;
}

.floatR {
    float: right;
}

.wid92 {
    width: 94%;
    margin: 0 auto;
}

.wid96 {
    width: 96%;
    margin: 0 auto;
}

.borderbot {
    padding-bottom: 0.5rem;
    border-bottom: 10px solid #FAFAFA;
}

.container{
	position: relative;
    padding-bottom: 200px;
}


 ::-webkit-scrollbar {
    width: 0px;
}

 ::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(129, 129, 129, 0.5);
}

 ::-webkit-scrollbar-thumb:horizontal {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}

.container {
    width: 92%;
    margin: 0 4% 150px 4%
}


/* 榛戝簳鐧藉瓧寮圭獥 */

.tanchuang1 {
    position: fixed;
    width: 56%;
    left: 20%;
    padding: 5% 2%;
    text-align: center;
    font-size: 0.3rem;
    color: #FFF;
    top: 40%;
    z-index: 10000000;
    border-radius: 3px;
    background: rgba(0, 0, 0, .9);
    display: none;
}


/* 杞挱鍥�*/

.swiper-container {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.swiper-container img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 2px;
    display: inline-block;
    border-radius: 3px;
    ;
    background: #bababa;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFF;
}

.LM_box {
    width: 100%;
    margin-top: 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lmbox {
    width: 19%;
    margin-bottom: 3%;
}

.lmbox p {
    width: 54%;
    margin-left: 23%;
}

.lmbox img {
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: 50%;
}

.lmbox span {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.26rem;
    margin-top: 6%;
}

.newuserbox {
    width: 100%;
    margin-top: 6%;
}

.newuserbox img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.livebox {
    width: 100%;
    margin-top: 8%;
}

.live_titleleft {
    font-size: 0.4rem;
    font-weight: bold;
}

.live_zhuangtai0 {
    padding: 0 1%;
    position: relative;
    top: 2px;
    margin-left: 1%;
}

.live_zhuangtai1 {
    font-size: 0.3rem;
    margin-left: 1%;
}

.livetitle {
    font-size: 0.26rem;
    line-height: 1.6;
    color: #000;
    font-weight: bold;
}

.livecontentnr {
    margin-top: 1%;
}

.live_content {
    width: 94%;
    padding: 3%;
    box-shadow: 0px 0px 4px #EFEFEF;
    margin-top: 4%;
}

.live_zhaiyao {
    float: left;
    width: 70%;
    color: #888;
    font-size: 0.26rem;
    line-height: 1.6;
}

.livebtn {
    float: right;
    color: #FFF;
    background: #1E69FF;
    border-radius: 20px;
    font-size: 0.26rem;
    padding: 1% 2.5%;
    box-shadow: 0px 0px 2px #1E69ff;
    position: relative;
    top: -5px;
    cursor: pointer;
}

.guanggao1 {
    width: 100%;
    margin-top: 6%;
    margin-bottom: 6%;
}

.guanggao3 {
    width: 100%;
    margin-top: 10%;
}

.guanggao1 img,
.guanggao3 img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.Mk_box {
    width: 100%;
    margin-top: 4%;
}

.Mk_title {
    width: 100%;
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
}

.tj_kcleftbox_img {
    width: 30%;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.tj_kcleftbox_img span {
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 3px;
    background: #6EC955;
    color: #FFF;
    font-size: 0.2rem;
    padding: 0 2%;
}

.tj_kcleftbox_img img {
    display: block;
    border-radius: 3px;
    position: absolute;
    height: 100%;
    margin: auto;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
}

.tj_kcrightbox_nr {
    width: 67%;
    float: right;
    height: 100%;
    position: relative;
}
.childKe .tj_kctitle{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
}
.tj_kctitle {
    width: 100%;
    font-size: 0.28rem;
    color: #000;
    margin-bottom: 2%;
    font-weight: bold;
    
   
}

.tj_kcdate {
    font-size: 0.26rem;
    color: #888;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
}
.childKe .tj_zkc_bq em{
	color: #888;
    font-size: 0.3rem;
    margin-left: 2%;
    font-weight: bold;
    
}
.tj_zkc_bq span {
    background: #EEE;
    color: #888;
    font-size: 0.26rem;
    padding: 0 2.5%;
    border-radius: 3px;
}

.tj_lc_prize {
    color: #FF6A14;
    font-size: 0.28rem;
    position: absolute;
    bottom: 0;
    line-height: 1.1;
    text-align: right;
    right: 0;
}

.Mk_listbox li {
    margin: 4% 0;
    height: 1.8rem;
    position: relative;
}
.childTag{
	margin-top:4%;
}
.childTag span{
	background: #EEE;
    color: #888;
    font-size: 0.22rem;
    padding: 0.5% 2.5%;
    border-radius: 3px;
    display:inline-block;
}
.childKe .tj_zkc_bq{
	position: absolute;
    bottom: 0;
    left: 0;
    width:95%;
    font-size: 0.26rem;
    color: #888;
}
.zb_page_box .newls_box{
	display:none;
}
.childKe .tj_zkc_bq span{
	font-size: 0.26rem;
    color: #888;
    background:none!important;
    padding:0!important;
    border-radius:0!important;
    display:inline-block;
    
}
.childKe .tj_zkc_bq span:nth-child(2){
	margin-left:3%;
}
.tj_zkc_bq {
    margin-top: 4%;
}

.zsd_title {
    width: 100%;
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    float: left;
    width: 50%;
}

.zsd_lookmore {
    float: right;
    color: #999;
    font-size: 0.26rem;
    width: 50%;
    text-align: right;
    margin-top: 1.5%;
}

.zsd_box {
    width: 100%;
    margin-top: 0;
}

.appdownload {
    position: fixed;
    bottom: 2%;
    width: 70%;
    text-align: center;
    z-index: 99;
    background: #1E69FF;
    font-size: 0.3rem;
    left: 15%;
    border-radius: 20px;
    padding: 2.5% 0;
    color: #FFF;
    box-shadow: 0 0 2px #1E69FF;
}

.zsd_nr_box {
    margin-top: 4%;
}

.zsd_list_box {
    width: 46%;
    margin-bottom: 4%;
}

.zsd_list_box:nth-child(2n-1) {
    float: left;
}

.zsd_list_box:nth-child(2n) {
    float: right;
}

.zsd_pic img {
    width: 100%;
    display: block;
    border-radius: 3px;
}

.zsd_pic {
    width: 100%;
    position: relative;
}

.zsd_pic span {
    position: absolute;
    color: #FFF;
    right: 2%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 3%;
    border-radius: 3px;
    display: block;
}

.zsd_nr_title {
    font-size: 0.28rem;
    margin: 2% 0;
    color: #000;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}


.zsd_nr_zy {
    font-size: 0.26rem;
    color: #888;
    line-height: 1.6;
    width:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}

.jpjs_box {
    width: 100%;
    margin-top: 8%;
}

.jpjs_title {
    width: 100%;
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    float: left;
    width: 50%;
}

.jpjs_lookmore {
    float: right;
    color: #999;
    font-size: 0.26rem;
    width: 50%;
    text-align: right;
    margin-top: 1.5%;
}

.lecturercont {
    overflow-x: scroll;
    display: flex;
    font-size: 0.4rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0px;
    margin-top: 4%;
}

.lecturerlist {
    position: relative;
    display: flex;
    flex: none;
    flex-direction: column;
    background: #ffffff;
    margin: 0 4% 4% 0;
    border-radius: 3px;
    text-align: center;
    padding: 0 3% 3% 3%;
    box-shadow: 0 0 5px #EFEFEF;
}

.lecimg {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 10% auto 6%;
}

.lecimg img {
    width: 100%;
}

.lecname {
    font-size: 0.3rem;
    line-height: 1.75;
    width: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sharetotal {
    text-align: center;
    font-size: 0.22rem;
    color: #888;
}

.live_zhuangtai1 em {
    color: red;
    margin: 0 1%;
}

.zhuanlan_box {
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    margin-top: 8%;
}

.zhuanlan_list {
    position: relative;
    display: flex;
    flex: none;
    flex-direction: column;
    width: 250px;
    margin-right: 4%;
}

.zhuanlan_list img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.zsd_box {
    width: 100%;
    margin-top: 0;
}

.ggshipin_box_title {
    width: 100%;
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ggshipin_box_lookmore {
    float: right;
    color: #999;
    font-size: 0.26rem;
    width: 20%;
    text-align: right;
}

.ggshipin_box {
    margin-top: 8%;
}

.ggshipin_bottom_box {
    position: relative;
    width: 100%;
    margin-top: 4%;
}

#videoDiv video {
    display: block;
    width: 100%;
}

.vedio_befor {
    width: 100%;
}

.vedio_befor p img {
    width: 100%;
    border-radius: 3px;
}

.vedio_befor span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    width: 50px;
    height: 50px;
    margin: auto;
}

#videoDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
}

.tuijian_box {
    margin-top: 10%;
}


/* 瀛﹂櫌鍒楄〃椤甸潰鏍峰紡 */

.xy_page_box {
    width: 92%;
    padding: 0 4% 0  4%;
}

.xy_daohang_box {
    overflow-x: scroll;
    display: flex;
    -webkit-overflow-scrolling: touch;
    height: 60px;
    overflow-y: hidden;
}

.navlist {
    position: relative;
    display: flex;
    flex: none;
    flex-direction: column;
    margin-right: 5%;
    height: 60px;
    line-height: 60px;
    font-size: 0.34rem;
}

.xy_daohang_top_box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xy_daohang_box .nav_focus {
    font-size: 0.4rem;
    color: #1E69FF;
}

.tj_kcdate span em {
    margin: 0 1%;
}

.zsd_page_box {
    width: 100%;
   background:#eee;
   padding-bottom:200px;
}

.zsd_page_list_box {
    width: 92%;
    margin: 0 4% 8%;
}

.zsd_page_title {
    font-size: 0.32rem;
    color: #000;
    line-height: 1.75;
    margin: 2% 0 1% 0;
}

.zsd_page_video_bpx {
    position: relative;
    overflow: hidden;
    margin-bottom:4%;
    border-radius:4px;
}

.zsd_page_video_postimg {
    position: relative;
    display:block;
    
}

.zsd_page_video_postimg img {
    display: block;
    width: 100%;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.zsd_page_vediobox {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
}

.zsd_page_vediobox video {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.zsd_zhcbox {
    position: relative;
}

.zsd_zhezhaoceng {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.zsd_page_video_btn {
    position: absolute;
    z-index: 99;
    height: 50px;
    width: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zsd_page_video_btn img {
    width: 100%;
}

.zsd_page_laiyuan {
    border: 1px solid #7ca8ff;
    color: #1E69FF;
    padding: 1% 4%;
    border-radius: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    display:inline-block;
}

.zb_page_box {
    width: 100%;
}

.zb_top_box {
    width: 100%;
    position: fixed;
    height:4rem;
    overflow: hidden;
}

.zb_top_zzc_box {
    position: relative;
}

.zb_poster_img {
    width: 100%;
    display: block;
}

.zb_poster_img img {
    display: block;
    width: 100%;
}

.zb_poster_zzc {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
}
.zb_top_content_box {
    width: 100%;
    position: absolute;
    height: 80%;
    z-index: 10000;
    top: 0%;
    padding:10% 0;
}

.zb_title {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 0.3rem;
    margin-top: 1%;
}

.zb_daojishi {
    font-size: 0.34rem;
    color: #EFEFEF;
    width: 100%;
    text-align: center;
    margin-top: 2%;
}

.zb_yuyue_btn {
    width: 30%;
    padding: 1.5% 0;
    color: #FFF;
    border-radius: 20px;
    background: #1E69FF;
    text-align: center;
    font-size: 0.3rem;
    margin-left: 35%;
    margin-top: 4%;
}

/* .zb_top_video_box {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.zb_top_video_box video {
    display: block;
    width: 100%;
} */

.zb_guanggao_box {
    width: 96%;
    margin: 4%  2% 0 2%;
}

.zb_guanggao_box img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.zb_tab_box {
    border-bottom: 1px solid #EEE;
    background: #FFF;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
}

.zb_tab_box span {
    display: block;
    width: 16%;
    margin: 0 17%;
    float: left;
    text-align: center;
    padding: 3.5% 0;
    font-size: 0.36rem;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid #FFF;
}

.zb_tab_box .clicktab {
    color: #1E69FF;
    border-bottom: 2px solid #1E69FF;
}

.zb_tabbox{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 6rem;
    overflow-y: scroll;
    padding-bottom: 100px;
}
#listtaba2Detail{
    width: 100%;
    height:6rem;
    overflow-y: scroll;
    padding-bottom: 100px;
}
.zb_bottom_content {
    position: relative;
    width: 100%;
    height:6rem;
    padding-bottom: 100px;
}
.livtextbox{
	 width: 92%!important;
    margin: 4%!important; 
}
.zb_tabbox img {
    width: 100%;
    border-radius: 3px;
    display: block;
}

.zb_hd_leftpic {
    width: 10%;
    float: left;
    margin-left:5px;
}

.zb_hd_leftpic img {
    width: 100%;
    border-radius: 100%;
    display: block;
}

.zb_hd_rightbox {
    width: 80%;
    margin-left: 4%;
    float: left;
}

.zb_hd_nametime {
    color: #888;
    font-size: 0.26rem;
}

.zb_hd_nr {
    background: #EEf0f4;
    display: inline-block;
    padding: 3% 4%;
    max-width: 90%;
    line-height: 1.7;
    margin-top: 2%;
    border-radius: 3px;
    font-size: 0.28rem;
}
.zb_hd_image {
    max-width: 150px;
    box-sizing: border-box;
    padding: 16px 0;
}
.zb_hd_image img{
    width: 100%;
}

.zb_hd_rightbox {
    width: 80%;
    margin-left: 4%;
    float: left;
}

.zb_hd_nametime span {
    margin-right: 4%;
}

.zb_tabbox li {
    margin-bottom: 6%;
}

.payfor_box {
    background: #FFF;
    border-top: 1px solid #EEE;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    height: 60px;
}

.kefu_btn {
    width: 15%;
    height: 60px;
    float: left;
}

.kefu_pic {
    width: 26px;
    margin: auto;
    height: 26px;
    margin-top: 8px;
}

.kefu_text {
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #606266;
    margin-top: 2%;
    height: 18px;
    line-height: 18px;
}

.kefu_pic img {
    display: block;
    width: 100%;
}

.zb_prize {
    float: left;
    width: 80%;
    text-align: center;
    background: #FF6A15;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border-radius: 20px;
    margin-left: 8%;
}

.zb_right_bottom_box,
.zb_right_bottom_box2 {
    width: 84%;
    height: 40px;
    margin: 10px auto 0;
}

.zb_downapp {
    width: 80%;
    text-align: center;
    background: #1E69FF;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border-radius: 20px;
    margin-left: 8%;
}

.xianshiyouhui {
    height: 60px;
    float: left;
    width: 85%;
    background: #FF6A15;
}

.youhui_icon {
    float: left;
    margin-left: 2%;
    width: 12%;
}

.youhui_icon img {
    display: block;
    width: 100%;
}

.xsyh_box {
    float: left;
    width: 54%;
    height: 60px;
    margin-left: 2%;
}

.zb_prize_youhui {
    font-size: 0.4rem;
    color: #FFF;
    height: 34px;
    line-height: 38px;
}

.zb_prize_youhui span {
    font-size: 0.2rem;
    text-decoration: line-through;
    color: #ffffff;
    opacity: 0.8;
}

.yh_daojishi {
    color: #fff;
    font-size: 0.2rem;
    opacity: 0.8;
}

.zb_payforbtn {
    float: left;
    width: 26%;
    color: #FF6A15;
    background: #FFF;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    margin-top: 15px;
}
.comeIn{
    display: none;
    width: 100%;
    height: 7%;
    position: absolute;
    top: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(0, 0, 0, 0.1) 52%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0.3) 100%);
}
.comeIn div{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #303133;
    justify-content: center;
}
.comeIn span{
    color: #1E69FF;
}
.zb_condbnx_box {
    overflow-y: scroll;
    position: fixed;
    top: 4rem;
}
.newls_box {
  width: 100%;
  background: #efefef;
  padding: 0.1rem 0;
}
.newlaoshi {
  width: 96%;
  background: #FFF;
  margin: 2% auto;
  border-radius: 3px;
  position: relative;
}
.leftbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
}
.leftbg img {
  display: block;
  width: 100%;
}
.rightbg {
  width: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.rightbg img {
  display: block;
  width: 100%;
}
.laoshi_phot {
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  padding-top: 0.4rem;
}
.laoshi_phot img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.laoshi_name {
  width: 100%;
  text-align: center;
  font-size: 0.34rem;
  color: #000000;
  padding: 0.2rem 0 0.1rem 0;
  font-weight: 900;
}
.laoshi_zch {
  width: 90%;
  text-align: center;
  margin: 0.1rem auto;
  font-size: 0.32rem;
  color: #585858;
}
.laoshi_kecnumber {
  width: 100%;
  text-align: center;
  color: #0041E5;
  font-size: 0.3rem;
  padding-top: 0.1rem;
  padding-bottom: 0.4rem;
} 
.wid92 {
  width: 94%;
  margin: 0 auto;
}
.livtextbox p {
  width: 100%;
  font-size: 0.32rem;
  line-height: 1.75;
  padding-top: 0.3rem;
}
.jpkcjtitle {
  font-size: 0.45rem;
  line-height: 1.75;
  padding-top: 0.2rem;
  color: #000000;
  font-weight: 900;
}
.textbox p {
  font-size: 0.3rem;
  line-height: 1.75;
  padding-top: 0.1rem;
  color: #585858;
}
.allblackbox{width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.7); z-index: 10000; left: 0px; top: 0px; display: none;}

.alertallkuan{width: 60%; position: absolute; top: 40%; left:20%;background:rgba(255,255,255,0.95); border-radius:5px; z-index: 1000000;display: none;}

.tipstexts{width: 92%;padding: 6% 4%; text-align: center;font-size:0.4rem;}
.tipstexts p{ color: #333; font-size:0.4rem; height: 40px;line-height: 40px;}
.tipstexts a{ color: #222; margin-left: 2px; }
  .iknow {
    padding:4% 0%;
    width: 50%;
      float: left;
      text-align: center;
      font-size: 0.4rem;
      color: #999;
      cursor: pointer;
      border-top: 1px solid #ECECEC;
      border-bottom-left-radius: 5px;
  }
  .letgo{
    padding:4% 0%;
    width: 50%;
      float: left;
      text-align: center;
      font-size: 0.4rem;
      color: #1F9FFF;
      cursor: pointer;
      border-top: 1px solid #ECECEC;
      border-bottom-left-radius: 5px;
  }
  .jpk_newbox .videobg img{display: block;width: 100%;position:absolute!important;left:0!important;top:0!important;right:0!important;bottom:0!important;margin:auto!important}

  .xy_listbox{    
    overflow-y: scroll;
    
  }
  .xy_page_box{    height: 100%;}
 .xy_listbox .Mk_listbox{padding-bottom:300px;}
 
.mainboxbot{text-align: center; color: #FFF; font-size:0.4rem; line-height:50px;}
.fabiaobox{background: #F6F6F6; width: 92%; padding: 0% 4%; height: 50px;}
.fabiaobox input{height: 20px;line-height: 20px;  background: #FFF; color: #333; font-size: 0.3rem;float: left;margin-top: 10px;width: 67%; padding:5px 4%; border-radius: 15px;}
.fabiaobox span{width: 20%; margin-left: 5%; float: left;height: 30px; line-height: 30px; border-radius: 5px; text-align: center;color: #FFF; background:#1F9FFF; font-size: 0.3rem; border: 0px; display:block; margin-top: 10px;}
 