@charset "UTF-8";
@font-face{
    font-family: 'Adobe';
    src : url('../font/AdobeHeitiStd-Regular.otf');   /*有坑，写相对路径，绝对路径没有效果*/
}
.bgbody{   background: url(../images/10.png) no-repeat center center;
    background-size: cover;background-position: 0 100%}
/*页面中的文字无法被选中*/
body{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.yw{width:80%;height:100%;margin:0 auto;overflow: hidden;display: flex;flex-direction: column;align-items: center;}
.yw-title{width:100%;height:90px;line-height: 90px;display: flex;align-items: center}
.yw-logo{height:55px;display: inline-block; vertical-align: middle;}
i,b,em{font-style:normal;font-weight: normal;}
.dl-rs{display:flex;margin:0 30px;width: 350px;}
.dl-rs i{color:red;font-size: 16px;}
.dl-xx{height:80px;display: inline-block;}
.dl-xx span{cursor: pointer;}
.dl-xx span:first-child{text-decoration: underline;}
.dl-xx span:last-child{float:right;position: relative;color: #FCA22B;display: flex;align-items: center;}
.dl-xx span:last-child i:nth-of-type(2){width: 65px;height: 25px;font-size: 14px;background-color: #FCA22B;color: #000;border-radius: 10px;display: flex;justify-content: center;align-items: center;}
.dl-xx span:first-child img{width: 18px !important;margin-right: 5px}
.dl-xx span:nth-of-type(2) {text-decoration: underline;margin-left: 5%}
.dl-xx span:nth-of-type(2) img{width: 17px !important;margin-right: 5px}
/*.k{display: none}*/
.dl-xx-style2{height:80px;display: flex;align-items: center;color: #A15B3F !important;flex:1;}
.dl-xx-style2 span:first-child{text-decoration: underline;margin-left: 5%;cursor: pointer;}
.dl-xx-style2 span:last-child{float:right;position: relative;margin-left: 5%;cursor: pointer}
.dl-xx-style2 span:first-child img{width: 18px !important;}
.dl-xx-style2 span:nth-of-type(2) {text-decoration: underline;margin-left: 5%;}
.dl-xx-style2 span:nth-of-type(2) img{width: 17px !important;}
.dl-xx-style2 span:nth-of-type(2) i audio{display: none}
.preson{width: 18px;}
.personalC{position: absolute;display: flex;flex-direction: column;background-color: #fff;right: 0;z-index: 666;box-shadow: 0 3px 3px #cccccc;display: none;bottom: -80px;}
.personalC li{width: 100px;height:40px ;text-align: center;line-height: 40px;}
.personalC li:hover{background-color: #00BFFF;color: #FFFFFF;}
.xz{width:30px;}
.tx{width:40px;cursor: pointer;border-radius: 50%;border: 1px solid #FCA22B;margin: 0 5px;}
.noQusetion{background: linear-gradient(#A9A9A9, #808080) !important; color: #fff !important;}
.yw1{width:calc(100% - 50px);margin:10px;box-shadow: 0 0 5px #bebebe;background-color:#fff;overflow: hidden;padding:5px 15px 15px 15px;border-radius: 10px;position: relative}
.yw1-title{width:100%;height:40px;line-height: 40px;position: relative;}
.yw1-title span{color:#00A2E9;font-size: 16px;cursor: pointer;font-weight: bold;}
.yw1-title span i{font-size: 16px;font-weight: bold;}
.yw1-title span img{display: inline-block; vertical-align: middle;height:24px;margin-bottom:3px;transition: 300ms;}
.introduce{position: absolute;bottom: 0;width: 100%;height: 40px;background-color: #f0f0f0;color: #808080;text-align: center;line-height: 40px;left: 0}
.gn{height:40px;float:right;text-align: right;flex: 1}
.gn img{height: 20px;margin-bottom:3px;cursor: pointer;}
.gn img:first-child{margin-right:15px;}
.xl{width:150px;height:auto;overflow: hidden;border:1px solid #e5e5e5;border-top:none;position: absolute;left:-10px;top:40px;
    border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;display: none;z-index: 99;transition: 300ms;
background-color:#fff;}
.xl ul{width:100%;height:100%;}
.xl ul li{width:calc(100% - 20px);padding:0 10px;transition: 300ms;cursor: pointer;}
.xl ul li a{width: 100%;display: block}
.xl ul li:hover{background-color:#00A2E9;color:#fff;}
.xl ul li:hover a{color:#fff;}
.xl:hover{box-shadow: 3px 3px 3px #bebebe;}
.fl,.ts{width:100%;}
.ts{height:auto;background-color:#eeeeee;color:#666;overflow: hidden;padding:50px 0;border-radius: 10px;}
.ts span{width:90%;display: block;margin:0 auto;}
.ts span i{font-weight: 600;font-size: 18px;}
.ts span p{margin: 4px 0}
.fl1{width:80%;height:70%;margin:0 auto ;}
.fl1 ul{width:100%;height:100%;}
.fl1 ul li{width:33.333%;height:100%;float:left;text-align: center;cursor: pointer;transition: 300ms;}
.fl1 ul li a{display: block;width:100%;height:100%;}
.fl1 ul li span{display: block;width:100%;font-size: 30px;font-weight: 600;}
.fl1 ul li:hover span{color:#00A2E9;}
.mou{font-weight: 600;}
.lei{width:100%;margin-top:15px;overflow-y: auto;height:auto;}
/*滚动条样式*/
.lei::-webkit-scrollbar {/*滚动条整体样式*/width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/height: 1px;}
.lei::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(117,190,252,0);background: #C1C1C1;}
.lei::-webkit-scrollbar-track {/*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 5px rgba(117,190,252,0);border-radius: 10px;background: #EEEEEE;opacity: 0;}
.lei-ui{width:93%;height:90%;margin:0 auto;}
.lei-ui li{width:calc(100% - 35px);height:110px;line-height: 110px;padding:10px 20px;margin-bottom:40px;border-radius: 5px;}
.lei-ui li:first-child{background-color:rgb(17,183,41)}
.lei-ui li:nth-child(2){background-color:rgb(17,173,183)}
.lei-ui li:last-child{background-color:rgb(4,153,215)}
.lei-ui li a{display: block;width:100%;height:100%;display: flex;justify-content: center;align-items: center;}
.lei-ui li a div{float:left;}
.layui-breadcrumb a{font-size: 15px;}
.lei_jd{padding-bottom: 30px;}
.lei-ui li a div:first-child{width:80px;height:110px;text-align: center;}
.lei-ui li a div:first-child img{width:50px;display: inline-block; vertical-align: middle;}
.lei-ui li a div:nth-child(2) span{width:100%;display: block;line-height: 50px;font-size: 20px;color:#fff;height:40px;}
.lei-ui li a div:nth-child(2) p{display: block;line-height: 30px;color:#fff;white-space: nowrap;overflow: hidden;
    text-overflow: ellipsis;height:40px;}
.lei-ui li a div:nth-child(2){width:calc(100% - 120px);height:80px;}
.lei-ui li a div:last-child{width:40px;height:110px;}
.lei-ui li a div:last-child img{width:30px;display: inline-block; vertical-align: middle;}
.nav-zx{height:40px;display: flex;}
.nav-zx li{width:146px;height:40px;float:left;text-align: center;line-height: 40px;position: relative;color:#666;
    font-size:18px;font-weight: 600; transition: 300ms;cursor: pointer;}
.nav-zx li span{width:30px;height:4px;position: absolute;left:calc(50% - 15px);bottom:0;display: none;background-color:#00A2E9;
transition: 300ms;}
.nav-zx li:hover{color:#00A2E9!important;font-size: 20px!important;}
.nav-zx li:hover span{display: block!important;}
.li-active{color:#00A2E9!important;font-size: 20px!important;}
.li-active span{display: block!important;}
.lei-ul1{width:90%;height:90%;margin:0 auto;}
.lei-ul1 li{width:calc(100% - 40px);height:80px;line-height: 80px;padding:10px 20px;margin-bottom:20px;border-radius: 5px;
    background-color:#eeeeee;}

.lei-ul1 li a{display: block;width:100%;height:100%;}
.title{float:left;line-height:80px;font-size: 18px; color:#00A2E9;font-weight: 600;}
.title i{border:1px solid #00A2E9;width:20px;height:20px;display: inline-block; vertical-align: middle;line-height: 20px;
    text-align: center;border-radius: 50%;margin:0 10px 5px 0;}
.tm{float:right;line-height: 80px;font-size: 16px;}
.tm img{display: inline-block; vertical-align: middle;width:20px;margin-left:20px;}
.xt-box{width:80%;height:auto;margin:0 auto;}
.xt{width:100%;height:auto;display: none;margin-bottom:20px;}
.nextOne{width: 20px;margin-left: 5px;cursor: pointer;}
.xt-title{width:100%;height:50px;line-height: 50px;font-size: 20px;color:#666;}
.xt-title1{width:100%;height:40px;line-height: 40px;font-size: 16px;}
.xt-title1 span{color:red;font-size: 18px;font-weight: 600;}
/*.xt-title span{width:40px;height:30px;display: inline-block;border-bottom:1px solid #666;}*/
.xt-content{width:100%;height:calc(100% - 50px);}
.content-ul{width:100%;height:auto;max-height:100%;position: relative;}
.content-ul li{width:calc(100% - 30px);height:50px;padding:0 15px;background-color:#EFEFEF;line-height: 50px;font-size: 25px;
    margin-bottom:15px;border-radius: 10px;transition: 300ms;cursor: pointer;position: relative;color: #A15B3F;border: 2px solid #A15B3F;}
.content-ul li span{margin-left: 5%}
.content-ul li img{position: absolute;width: 40px;left: -50px;display: none;height: 40px;}
.content-ul div{width:100%;height:100%;z-index: 99;position: absolute;left:0;top:0;display: none;}
.content-ul li:hover{background-color:#A15B3F;color:#fff;}
.li-active1{background-color:#A15B3F!important;color:#fff!important;}
.li-active2{background-color:red!important;color:#fff!important;}
.li-active3{background-color:#A15B3F!important;color:#fff!important;}
.li-active4{background-color:#808080!important;color:#fff!important;}
.li-active5{background-color:#06B717!important;color:#fff!important;}
.da{width:100%;height:auto;overflow: hidden;font-size: 20px;display: none;}
.da span{color:rgb(50,177,108);font-size: 24px;}
.da img:first-child{height: 35px;margin-right: 15px;}
.da img:last-child{height: 26px;margin-left: 15px;cursor: pointer;}
.titleNum{position: absolute;bottom: 5%;left: 0;width: 100%;}
.tj{text-align: center;margin:5% auto;position: absolute !important;bottom: 8%;width: 80%!important;left: 10%}
.tj button{width: 150px;height: 45px;border: 2px solid #A15B3F;border-radius: 10px;font-size: 20px;color: #A15B3F;background: linear-gradient(#FFFF00, #FEC825);}
.tj button:hover{width: 160px;height: 50px;font-size: 24px;color: #A15B3F;}
.titleNum{display: flex;justify-content: center;}
.wyq{width: 35px !important;height: 35px !important;border-radius: 50%;border: 2px solid #A15B3F;display: flex;justify-content: center;align-items: center}
.wyq div{width: 25px !important;height: 25px !important;border-radius: 50% ;border: 1px solid #A15B3F;display: flex;justify-content: center;align-items: center;font-size: 16px;font-weight: bold;color: #A15B3F}
.zl{width:80%;height:auto ;overflow: hidden;margin:0 auto;display: none;}
.zl-title{width:100%;height:40px;line-height: 40px;font-size: 20px;font-weight: 600;color:#00A2E9;margin-bottom:15px;}
.zl img{width:100%;}
.zz{background-color:rgba(0,0,0,0.5);z-index: 999;position: fixed;left:0;top:0;display: none;}
.zzTwo{background-color:rgba(0,0,0,0.5);z-index: 999;position: fixed;left:0;top:0;display: none;}
.zz-nr{width:500px;height:auto;overflow-y: auto;max-height:60%;position: fixed;border-radius: 10px;background-color:#fff;padding:20px;left:calc(50% - 270px);text-align: center;}
.zz-nr_two{width:500px;height:auto;overflow-y: auto;max-height:60%;position: fixed;border-radius: 10px;background-color:#fff;padding:20px;left:calc(50% - 270px);text-align: center;}
/*滚动条样式*/
.zz-nr_two::-webkit-scrollbar {/*滚动条整体样式*/width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/height: 1px;}
.zz-nr_two::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(117,190,252,0);background: #C1C1C1;}
.zz-nr_two::-webkit-scrollbar-track {/*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 5px rgba(117,190,252,0);border-radius: 10px;background: #EEEEEE;opacity: 0;}
.zz-title{width:100%;height:50px;color:#999;font-size: 18px;color: #A15B3F;display: flex;align-items: center;justify-content: center;}
.zz-title img{width:40px;margin-right:10px;}
.zz-nr2{width:500px;height:auto;overflow-y: auto;max-height:60%;position: fixed;border-radius: 10px;background-color:#fff;padding:20px;left:calc(50% - 270px);text-align: center;}
.zq-da{width:100%;height:40px;text-align: center;margin-bottom:15px;}
.zq-da span{font-size: 16px;color:#A15B3F;line-height: 40px;}
.zq-da span i{font-size: 18px;color:rgb(50,177,108)}
.zq-da img{width:30px; vertical-align: middle;display: inline-block;margin:0 0 5px 10px;cursor: pointer;}
.ct-img{width:90%;margin-bottom:20px;height: 164px;}
.timer{width: 80%;text-align: center;font-size: 22px;border-bottom: 1px solid #A15B3F;margin: 5px auto;color: #A15B3F;padding-bottom: 5px;}
.timer span i{font-size: 20px;font-weight: 600;color:#00A2E9;}
.content-ul1{width:100%;height:auto;margin:0 auto;text-align: center;padding:10px 0;display: flex;}
.content-ul1 span{border:1px solid #666;margin:0 5px;line-height: 50px;font-size: 18px;color: #00A2E9;display: block;width: 50px;height: 50px;}
.content-ul2{height:auto;overflow: hidden;display: flex;justify-content: space-around;}
.content-ul2 li{height:auto;text-align: center;float:left;overflow: hidden;padding:10px 0;}
.content-ul2 li button{border:1px solid #666;margin:0 5px;line-height: 28px;padding:5px 10px;font-size: 18px;cursor: pointer;
    outline: none;}
.span-active{background-color:#32B16C;color:#fff;}
.duoyinzi{padding: 10px;background-color: #F0F0F0;border-radius: 5px;margin: 10px 0;}
.subject{display: flex;justify-content: space-between;align-items: center;padding: 20px;font-size: 18px;border-bottom: 1px dashed  #C0C0C0;}
.subject img{height: 24px;}
.ssktc button{border: 2px solid #A15B3F;background-image: linear-gradient(#FEF248,#FECE2A);color: #A15B3F;border-radius: 20px;width: 120px;font-size: 20px;}
.options span:hover{background-color: #A15B3F;color: #FFFFFF;}
.btnn2{display: block;background-color: #FFFFFF;width: 90px;height: 40px;border-radius: 5px;font-size: 17px;.tj buttontext-align: center;line-height: 40px;}
.cColor{color: red;margin-left:10px;}
.lvse{color: #32B16C;}
.layui-form-label{font-weight: bold;color: #A15B3F;}
.layui-form-onswitch{border-color: #A15B3F !important;background-color:#A15B3F !important;}
.daan1{display: flex;flex-direction: column;height:100px ;background-color: #F0F0F0;border-radius: 8px;margin: 20px 0;font-size: 20px;color: #696969;padding-left: 20px;justify-content: center;visibility:hidden ;}
.daan1last{margin-left: 50px;}
.note{display: flex;flex-direction: column;}
.note span {margin: 5px 0;}
.subject_a{width: 100%;display: flex;align-items: center;justify-content: space-around;}
.subject_a div:first-child{margin-left: 0;}
.subject_a div:last-child{margin-right: 15px;}
.danan2{width: 50%;height: 80px;border-radius: 10px;box-shadow: 0 0 15px #808080;display: flex;justify-content: space-around;align-items: center;background-color: #FFFFFF;}
.danan2 div{width: 40px;height: 40px;border-radius: 50%;color: #FFFFFF;text-align: center;line-height: 40px;font-size: 18px;}
.zhusi{font-size: 26px;position: absolute;left: 30px;}
.nub{flex: 1;display: flex;align-items: center;margin: 0 5%;justify-content: center;}
.nubActive{width: 80px;height: 40px;background-color: #00A2E9;border-radius: 20px;color: #FFFFFF;text-align: center;}
.nub div{width: 20px;height: 20px;border-radius: 10px;border: 1px solid #A9A9A9;background-color: #FFFFFF;text-align: center;line-height: 20px;margin-right: 10px;color: #000000 !important;}
.scda{float: right;}
/*.ccOne{justify-content: flex-start;font-size: 20px;align-items: center;border-bottom: 1px dashed #A9A9A9;}*/
.cc-title{font-size: 16px;margin: 10px 20px;}
/*.emptyBox{border: 1px solid #A9A9A9;border-bottom: 0;padding: 10px;}*/
.ccTwo li button{font-size: 26px; border: 0;}
/* .ccOneText{margin-left: 50px;font-size: 20px;} */
.proverb img{width: 100%;height: 300px;object-fit: cover;}
.aaOne{margin: 20px 0;}
.aaOne li button{border: 0; font-size: 24px;}
.aaTwo{display: flex;align-items: center;justify-content: space-around;}
.aaTwo span{height: 40px;border: 0;background-color: #FFFFFF;border-radius: 10px;line-height: 40px;flex: 1;margin: 0 5%;}
.lanse{color: #00A2E9;margin: 0 5px;}
.cColor{margin: 0 5px;}
.fl_box{background-color: #f5f5f5;display: flex;justify-content: space-between;height: 90px;align-items: center;padding: 0 20px;border-radius: 8px;margin: 20px;font-weight: bold;}
.fl_box1{display: flex;align-items: center;justify-content: center;}
.xlh{width: 20px;height: 20px;border: 1px solid #00A2E9;border-radius: 50%;text-align: center;line-height: 20px;color: #00A2E9;font-size: 17px;}
.xlh1{width: 20px;height: 20px;border: 1px solid #EC0B0B;border-radius: 50%;text-align: center;line-height: 20px;color: #EC0B0B;font-size: 17px;}
.xlh2{width: 20px;height: 20px;border: 1px solid #696969;border-radius: 50%;text-align: center;line-height: 20px;color: #696969;font-size: 17px;}
.fl_yd{font-size: 20px;color: #00A2E9;margin-left: 15px;min-width: 100px;}
.fl_yd1{font-size: 20px;color: #EC0B0B;margin-left: 15px;min-width: 100px;}
.fl_yd2{font-size: 20px;color: #696969;margin-left: 15px;min-width: 100px;}
.fl_sTi{font-size: 14px;color: #A9A9A9;margin-left: 30px;}
.fl_sTi1{font-size: 14px;color: #A9A9A9;margin-left: 30px;}
.fl_box2{display: flex;}
.fl_box2 span{color: #696969;display: flex;width: 85px;justify-content: flex-start;align-items: center;}
.fl_box2 img{height: 30px;}
.fl .fl_box:hover{cursor: pointer;}
.xt-title{display: flex;align-items: center;}
.xt-title span{display: block;width: 22px;height: 22px;border-radius: 50%;border: 1px solid #A15B3F;text-align: center;line-height: 22px;font-size: 18px;margin-right: 10px;color: #A15B3F;}
.tj1{display: none;}
.zqda{display: flex;justify-content: center;align-items: center;font-size: 20px;}
.zqda img:first-child{height: 35px;margin-right: 15px;}
.zqda img:last-child{height: 28px;cursor: pointer;margin-left: 8px;}
/*.daan{display: flex;justify-content: space-around;align-items: center;border-bottom: 1px dashed #A9A9A9;padding: 20px;font-size: 20px;}*/
.timu1{display: flex;justify-content: space-around;align-items: center;margin: 10px 0;font-size: 18px;padding: 10px 0;}
.fk{color: #32B16C !important;}
.timu1-span{background-color: #32B16C !important;color: #fff !important;}
.daan {display: flex;justify-content: center;align-items: center;position: relative;font-size: 60px;border: 0;flex-wrap: wrap}
.zqdac {display: block; width: 180px;text-align: center;font-size: 50px;}
.tsda {position: absolute; font-size: 30px !important;left: -50px;bottom: -40px;color: #A15B3F;display: none}
.select{background-color: #32B16C !important;color: #fff;-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px);-webkit-box-shadow: 0 0 10px #32B16C;box-shadow: 0 0 10px #32B16C;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}
.xzimg{transform:rotate(-180deg) !important;-ms-transform:rotate(-180deg) !important;-moz-transform:rotate(-180deg) !important;-o-transform:rotate(-180deg) !important;-webkit-transform:rotate(-180deg) !important;}
/*.login{display: flex;justify-content: center;flex-direction: column;align-items: center;position: absolute;right: 10px;bottom: 25%;height: 50%;}*/
/*.zhmm div{display: flex;align-items: center;margin: 40px 0;}*/
/*.zhmm div img{height: 24px;margin-right: 5px;}*/
/*.zhmm input{width: 200px;border: 0;border-bottom: 1px solid #DCDCDC;}*/
/*.login button{width: 60%;height: 40px;color: #fff;background-color: #0069D9;border: 0;border-radius: 5px;margin: 10px ;}*/
.gr-title{border-bottom: 1px solid #DCDCDC;padding: 10px 5px;color: #00A2E9;font-size: 18px;display: flex;align-items: center;margin-bottom: 5px;background-color: #fff;}
.gr-title img{height: 25px;}
.gr-content{display: flex;height:100%;}
.closer{float: right}
.ssk_btn button{width: 100px;border-radius:19px;height: 38px;border:2px solid #A15B3F;background: linear-gradient(#FFFF00, #FEC825);color: #A15B3F;}
.gr-left{flex: 1;margin-left: 5px;height: 100%;}
.gr-right{flex: 3;background-color: #fff;margin: 0px 5px 20px 10px; border-radius: 5px;position: relative;height: 100%;}
.grxx{display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 14px;color: #696969;background-color: #fff;padding: 10px;border-radius: 5px;}
.grxx img{height: 150px;}
.txx{font-size: 16px;color: #000000;}
.grxx span{margin: 3px 0;}
.grxx-sz{background-color: #fff;margin: 10px 0;border-radius: 5px;}
.szjs{padding-top: 20px;font-size: 16px;height: 540px;}
.szjs li{display: flex;justify-content: space-between;align-items: center;height: 40px;padding: 0 10%;}
.szjs li img{height: 20px;}
.szjs li:hover{background-color: #E0FFFF;}
.tx-img1 img{height: 35px;}
.tx1{display: flex;font-size: 16px;align-items: center;margin: 10px 0;}
.tx-title{width: 110px;text-align: center;}
.bg5{width: 100%;display: flex;justify-content: center;}
.bg5 button{margin: 0 auto;}
.bg-right1{padding: 20px 10px;display: none;overflow-y: auto;}
.ts-title{text-align: center;padding: 15px 10px;font-size: 26px;color: #FF0000 !important;}
.ts-title img{height: 45px;}
.ts-content img{margin: 0 auto;}
.ts-content span img{height: 32px;}
.ts-content span{font-size:18px ;color: #00A2E9;padding-left: 20px;display: block;margin-top: 10px;}
.ts-content p{text-indent: 2em;padding: 20px 0 10px 20px;line-height: 25px;font-size: 15px;font-family: Adobe;}
.studyCh{display: flex !important;justify-content: center;}
.studyCh img{height: 55px !important;}
.tNum{padding-left: 20px;line-height: 40px;}
.tNum img{height: 40px;}
.tNum label{font-size: 18px;color: #2c3e61;font-weight: bold;margin-top: 5px;}
.ts-img{width: 100%;display: flex;justify-content: center;}
.ts-img img{width: 90%;}
.sj_img img{height: 25px !important;}
.menu{width: 80%;margin: 0 auto;display: flex;align-items: center;flex-wrap: wrap;margin-top: 2%;}
.menu li{margin: 1.5%;width: 22%;background-color: #F0F0F0;display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 5px;height: 150px;font-size: 16px;color: #666;cursor: pointer;}
.menu li img{height: 40px;margin-bottom: 10px;}
.menu li:hover{-webkit-transform: translateY(-8px);-ms-transform: translateY(-8px);transform: translateY(-8px);-webkit-box-shadow: 0 0 10px #999;box-shadow: 0 0 10px #999;-webkit-transition: all .5s ease-out;transition: all .5s ease-out;}
.bg-mic{position: relative;cursor: pointer;}
#player{position: absolute;left:-100px;bottom:-60px;z-index: 999;}
.ad{display: none;}
table{width: 100%;margin-top: 10px;}
table tr{border-bottom: 1px solid #CCCCCC;color: #676A6C;}
table tr td{padding: 10px;}
.tr_title {background-color: #EFF3F8;font-size: 15px;}
.needTq{background-color: #F8AC59;color: #fff;padding: 2px;border-radius:10px}
.finishtq{background-color: #1C84C6;color: #fff;padding: 2px;border-radius: 10px}
.navigation{position: fixed;top: 0;right: 0;height: 100%;width: 34px;}
.navigation img{width: 24px;margin: 10px;cursor: pointer;}
.navigationBtn{background:rgba(0,0,0,0.7);width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
video{margin: 0;padding: 0;outline: none;}
.video_content{flex: 3;width: 360px;height: 470px;}
.video_content video{width:100%;height: 100%;background-color: #000;}
.video_menu{flex: 1}
.video_menu{position: relative;background-color: #1A1A1A;color: #fff}
.clsoseTc{width: 16px;position: absolute;right: 10px;top: 10px;cursor: pointer;}
.video_title{display: block;padding: 20px 0 20px 20px;text-align: left;font-size: 16px;}
.bill li{display: flex;align-items: center;padding: 15px 0;border-bottom: 1px solid #232323;}
.bill li:hover{background-color: #212121;}
.bill li label{display: flex;flex-direction: column;flex: 1;justify-content: flex-start;}
.bill li label span{text-align: left;}
.bill li label span:last-child{color: #4A4B4A;font-size: 14px;}
.bill li img{display: none;}
.num_t{width:35px;padding: 0 10px;}
video::-webkit-media-controls-fullscreen-button {display: none;}
/*ipad*/
@media screen and (min-device-width:769px) and (max-device-width: 1025px) {
    .yw-logo{height:30px;}
}
/*1280 1366*/
@media screen and (min-device-width: 1026px) and (max-device-width: 1367px) {

}