h1, h2, h3, h4, h5, h6{
  font-weight: bold;
}
*{
 padding: 0;
 margin: 0;
}
li{
 list-style: none;
}
.tdGUIE h1{
 font-size: 48px;
 color: #ffffff;
 text-align: center;
}
.tdGUIE{
 width: 1024px;
 margin: 0 auto;
 height: 600px;
 position: relative;
 overflow: hidden;
}

.first{
 width: 100%;
 height: 100%;
}
.first_main{
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 /* background-image: url('../img/bg.png'); */
 background-size: cover;
}
.demo_logo{
 background-color: #ffffff;
 border-radius: 16px;
 width: 120px;
 height: 120px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.demo_logo img{
 width: 120px;
 height: 120px;
}
.demo_more{
 display: block;
 width: 202px;
 height: 56px;
 border: 1px solid #ffffff;
 color: #ffffff;
 border-radius: 8px;
 text-align: center;
 line-height: 56px;
 cursor: pointer;
}
.first h1{
 margin: 16px 0;
}
.first.first hr{
 width: 50px;
 height: 2px;
 border: 0;
 background-color: #ffffffbb;
}
.first p{
 margin: 48px 0 40px 0;
 font-size: 16px;
 color: #ffffffbb;
}

.second{
 height: 100%;
 overflow: hidden;
}
.code{
 height: 536px;
 margin: 16px;
 padding: 16px;
 /* overflow: hidden; */
 background-color: #010B47;
 color: #ffffff;
 border-radius: 12px;
 position: relative;
}
#word{
 display: none;
}
#showWord{
 font-size: 18px;
 line-height: 25px;
}
.hellowWord{
 width: 350px;
 height: 160px;
 box-shadow: 0px 0px 10px 6px hsla(0, 11%, 93%, 0.24);
 background-color: #ffffff;
 border-radius: 8px;
 text-align: center;
 padding-top: 60px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate3d(-50%,-50%,0);
 display: none;
}
.hellowWord p{
 color: #000000;
 font-size: 22px;
 text-align: center;
 margin-bottom: 38px;
}
.start{
 display: inline-block;
 width: 161px;
 height: 48px;
 line-height: 48px;
 background-color: #407BF4;
 /* padding: 8px 34px; */
 border-radius: 4px;
 cursor: pointer;
 font-size: 22px;
}

.third{
 width: 100%;
 /* height: 600px; */
 height: 100%;
 display: flex;
 /* flex-direction: column; */
 /* justify-content: center;
 align-items: center; */
 /* background-image: url('../img/bg4.png'); */
 position: relative;
 background-size: cover;
}
.third_main{
 padding: 38px 24px 16px 40px;
 display: flex;
}
.third_box1{
 width: 170px;
 margin-top: 30px;
}
.third_box1 h1{
 font-size: 26px;
 line-height: 37px;
 text-align: left;
 font-weight: normal;
}
.third_box1 hr{
 width: 40px;
 height: 3px;
 border: 0;
 background-color: #5FEBF2;
 margin-top: 4px;
}
.third_box1 p{
 font-size: 12px;
 color: #ffffff;
 margin-top: 16px;
 text-align: justify;
 /* letter-spacing: 0.294px; */
 line-height: 20px;
}
.third_box1 p:last-child{
 padding: 20px 14px;
 background-color: #ffffff2d;
 border-radius: 4px;
}
.third_box2{
 width: 591px;
 height: 346px;
 border-radius: 10px;
 background-color: #ffffff;
 box-shadow: 0px 0px 2px 4px #ffffff13;
 margin: 0 50px 0 46px;
 /* padding: 30px; */
 /* padding: 60px 60px; */
 margin-top: 66px;
}
.third_move{
 background: #eff3ffb3;
 padding: 30px;
 border-radius: 10px 10px 0 0;
}
.third_move img{
 transition: all .5s;
 width: 150px;
 height: 60px;
}
.moveImg{
  margin-left: 227px;
 /* transform: translateX(227px); */
}
@keyframes move{
 50%{
  transform: translateX(-227px);
 }
 100%{
  transform: translateX(0px);
 }
}
.activeMove{
 animation: move 1s ease-in-out;
}
.third_show{
 padding: 38px 56px 30px 55px;
 display: flex;
 justify-content: space-between;
}
.third_show img{
  width: 120px;
  height: 120px;
}
.third_show > div{
 cursor: pointer;
}
.third_show p{
 text-align: center;
 margin-top: 10px;
 font-size: 20px;
 color: #000515;
 line-height: 28px;
}
/* .third_show img{
 margin-left: 40px;
 cursor: pointer;
} */
/* .third_show img:first-child{
 margin-left: 22px;
} */
.menu_list > li{
 width: 86px;
 height: 86px;
 margin-bottom: 24px;
 position: relative;
 z-index: 1.4;
}
.menu_first{
 width: 100%;
 height: 100%;
 position: absolute;
 border: 3px solid #C7D9FF;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 top: 0;
 left: 0;
 z-index: 3;
}
.menu_first span{
 display: inline-block;
 width: 68px;
 height: 68px;
 background-color: #ffffff;
 border-radius: 50%;
 color: #79A3FF;
 line-height: 68px;
 text-align: center;
 font-size: 18px;
 cursor: pointer;
 position: absolute;
 z-index: 2;
}
.menu_list_two{
 position: absolute;
 z-index: 2;
 top: 42px;
 left: 12px;
 padding: 60px 7px 30px 7px;
 border-radius: 0 0 34px 34px;
 display: none;
}
.meActive{
  display: none;
}
.two1{
 background-color: #ffffff;
 background-image: linear-gradient(to top, #ffffff 85%,#25242444 100%);
 box-shadow: 0 0 20px 0 rgba(0,9,118,0.79);
}
.two2{
 background-color: #ffffff;
 background-image: linear-gradient(to top, #ffffff 76%,#25242444 100%);
 box-shadow: 0 0 20px 0 rgba(0,9,118,0.79);
}
.menu_list_two li{
 font-size: 14px;
 line-height: 22px;
 padding: 9.5px 6px;
 border-bottom: 1px solid #BDD2FE;
 text-align: center;
 cursor: pointer;
 color: #0851EB;
}
.menu_list_two li:last-child{
 border: 0;
}
.third_box4{
 position: absolute;
 bottom: 30px;
 left: 288px;
}
.third_face{
 display: none;
 width: 720px;
 position: relative;
}
.third_face img:first-child{
  width: 504;
  height: 320px;
}
.third_face img:last-child{
  display: none;
  position: absolute;
  bottom: 0;
  left: 420px;
  height: 120px;
}
.four{
 width: 100%;
 height: 100%;
}
.window{
 /* background-image: url('../img/bg3.png'); */
 background-size: cover;
 width: 100%;
 height: 100%;
}
.direct{
 display: inline-block;
 width: 32px;
 height: 32px;
 background-image: linear-gradient(270deg, #3E71FE 24%, #3D96FB 100%);
 box-shadow: -2px 1px 3px 0 rgba(67,94,190,0.70);
 border-radius: 15px;
 line-height: 32px;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
 cursor: pointer;
 transition: all .3s;
}
.direct:hover{
 color: #6AF4FF;
}
.back{
 padding: 20px 0 0 28px;
}
.back i{
 font-size: 20px;
 display: inline-block;
 transform: rotateZ(180deg);
}
.child_menu li,.chat_menu li{
 width: 100px;
 height: 50px;
 line-height: 50px;
 background: #FFFFFF;
 /* background-image: linear-gradient(270deg, #3E71FE 24%, #3D96FB 100%); */
 box-shadow: 0 2px 10px 0 rgba(50, 84, 206, 0.74);
 border-radius: 25px 0 0 25px;
 margin-bottom: 10px;
 font-size: 14px;
 color: #000A47;
 padding-left: 26px;
 cursor: pointer;
 transition: all .4s;
}
.child_menu .win_menu_active,.chat_menu .win_menu_active{
 background-image: linear-gradient(270deg, #3E71FE 24%, #3D96FB 100%);
 color: #ffffff;
}
.window_main{
 display: flex;
}
.window_con{
 margin: 38px 30px 0 40px;
 display: flex;
}
.win_intro{
 width: 170px;
 margin-right: 10px;
}
.four_intro{
 width: 218px;
 margin-left: 66px;
}
.win_intro p,.four_intro p{
 font-size: 12px;
 color: #6C7086;
 line-height: 17px;
 text-align: justify;
}
.four_intro p{
 width: 203px;
 margin: 0 auto;
}
.win_feats{
 background-color: #E7EDFF;
 border-radius: 4px;
 padding: 10px 15px 15px 9px;
 margin-bottom: 30px;
}
.four_feats{
 border-radius: 10px;
 padding: 10px 9px 15px 9px;
 margin-bottom: 10px;
 margin-top: 14px;
 background-color: #F5F6FF;
 box-shadow:inset 0px 0px 0px #fffffff1,   /*左边阴影*/
 inset 2px 2px 4px #ccced4c7; /*右边阴影*/
}
.win_feats h4,.four_feats h4,.list_feats h4{
 font-size: 15px;
 color: #000A47;
 /* font-weight: normal; */
 line-height: 21px;
}
.win_feats p,.four_feats p,.list_feats p{
 font-size: 12px;
 color: #000A47;
 text-align: justify;
}
.win_feats hr,.four_feats hr,.list_feats hr{
 width: 20px;
 height: 3px;
 border: 0;
 background-color: #6AF4FF;
 margin: 4px 0 6px 0;
 text-align: left;
}
.win_intro > p:last-child{
 margin-top: 24px;
}
.window_con > div{
 display: none;
}
.win_show{
 width: 651px;
 height: 406px;
 /* background-image: url('../img/win_bg.png'); */
 background-size: cover;
 position: relative;
}
.mask{
 width: 591px;
 height: 346px;
 background: rgba(0,5,36,0.66);
 border-radius: 10px;
 position: absolute;
 top: 20px;
 left: 30px;
 z-index: 2;
}
.timeOnly{
 color: #ffffff;
 position: absolute;
 font-size: 18px;
 top: 28px;
 left: 60px;
 z-index: 1;
}
.load_box{
 width: 150px;
 height: 90px;
 background-color: #fff;
 border-radius: 8px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -75px;
 margin-top: -45px;
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
}
.load_box img{
 animation: loading 1.4s infinite linear;
 margin-bottom: 8px;
 width: 24px;
 height: 24px;
}
@keyframes loading{
 0%{
  transform: rotateZ(0deg);
 }
 100%{
  transform: rotateZ(360deg);
 }
}
.win_splash_show{
 position: relative;
 width: 631px;
 height: 500px;
 padding: 10px;
 overflow: hidden;
}
.splash_show{
 width: 590px;
 height: 346px;
 background-image: url('splash_bg.png');
 background-position: top top;
 background-size: cover;
 position: absolute;
 z-index: 1;
 box-shadow: 0 2px 10px 2px rgba(64,123,255,0.34);
 top: 10px;
 left: 10px;
 border-radius: 10px;
}
.splash_show img{
 cursor: pointer;
}
.close{
 position: absolute;
 top: 10px;
 left: 10px;
 width: 22px;
 height: 22px;
}
.newBuild{
 position: absolute;
 top: 40px;
 left: 30px;
 width: 127px;
 height: 40px;
}

.win_modal_show{
 width: 590px;
 height: 346px;
 /* background-image: url('../img/modal_bg.png'); */
 margin: 0 30px 0 31px;
 /* margin: 0 30px; */
 background-size: cover;
 position: relative;
 border-radius: 10px;
}
.upload{
 position: absolute;
 top: 20px;
 right: 30px;
 cursor: pointer;
 width: 133px;
 height: 40px;
}
.radio_box{
 position: absolute;
 bottom: 52px;
 left: 30px;
}
.radio_box img{
 display: block;
 margin-top: 46px;
 cursor: pointer;
 transition: all .3s;
 width: 24px;
 height: 24px;
}
.up_result{
 position: absolute;
 box-shadow: 5px 10px 20px 0 rgba(184,186,220,0.79);
 background-color: #fff;
 border-radius: 8px;
 width: 250px;
 height: 170px;
 /* top: 93px;
 left: 171px; */
 /* z-index: 2; */
 top: 50%;
 left: 50%;
 transform: translateX(-36%) translateY(-50%);
 text-align: center;
 /* z-index: 5; */
 /* display: none; */
}
.up_result p{
 margin-bottom: 16px;
}
.up_result img{
 width: 64px;
 height: 64px;
 margin-top: 16px;
}
.up_ok{
 display: inline-block;
 width: 80px;
 height: 30px;
 border-radius: 15px;
 color: #ffffff;
 line-height: 30px;
 text-align: center;
 cursor: pointer;
 background-image: linear-gradient(270deg, #3E71FE 24%, #3D96FB 100%);

}
.button{
 /* background-image: url('../img/btn_bg.png'); */
 background-size: cover;
 width: 100%;
 height: 100%;
}
.btn_main{
 display: flex;
}
.normal_top{
 width: 528px;
 height: 218px;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 padding: 17px 15px 21px 15px;
}
.normal_show p{
 font-size: 16px;
 color: #000A47;
 letter-spacing: 0.97px;
 font-weight: 600;
}
.normal_show{
 margin: 70px 60px 0 20px;
}
.normal_top ul{
 display: flex;
 justify-content: space-between;
 margin: 33px 25px 21px 25px;
}
.normal_top li{
 width: 105px;
 height: 32px;
 background: #4B6BDC;
 border-radius: 16px;
 font-size: 16px;
 color: #FFFFFF;
 letter-spacing: 0.97px;
 line-height: 32px;
 text-align: center;
 cursor: pointer;
}
.normal_top li:hover{
 color: #6AF4FF;
}
.normal_top .imgActive{
 color: #6AF4FF;
}
.img_show{
 text-align: center;
}
.img_show img{
 width: 112px;
 height: 112px;
}
.btn_con > div{
 display: flex;
}
.window_con > .desktop{
 display: flex;
}
.normal_bottom{
 width: 528px;
 height: 88px;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 padding: 15px 15px 25px 15px;
 margin-top: 23px;
}
.btn_list{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin: 24px 68px 0 68px;
}
.btn_list span,.btn_list img{
 cursor: pointer;
}
.btn1{
 width: 77px;
 height: 38px;
}
.btn2{
  width: 32px;
  height: 32px;
}
.btn_list .direct{
 width: 40px;
 height: 40px;
 border-radius: 20px;
 line-height: 40px;
 background-color: #3E71FD;
 background-image: none;
}
.btn_list i{
 font-size: 26px;
 display: inline-block;
}
.btn_list .direct:hover{
 background-color: #3D74FD;
}

.login{
 width: 79px;
 height: 32px;
 line-height: 32px;
 text-align: center;
 color: #FFFFFF;
 display: inline-block;
 background-color: #3E71FD;
 border-radius: 16px;
 margin: 4px 0;
 transition: all .3s;
}
.login:hover{
 color: #6AF4FF;
 background-color: #3D74FD;
}
.btnActive{
 color: #6AF4FF;
 background-color: #2F5FE1;
}
.first .iconfont{
 transform: rotateZ(180deg);
}

.bool_left,.bool_right{
 width: 202px;
 height: 313px;
 display: flex;
 flex-direction: column;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 text-align: center;
}
.bool_left{
 margin-right: 43px;
}
.bool_show p{
 margin: 32px 0 27px 0;
 font-weight: bold;
 font-size: 16px;
 color: #000A47;
 letter-spacing: 0.97px;
}
.bool_show{
 margin: 82px 160px 0 31px;
 display: flex;
}
.bool_show ul{
 width: 88px;
 margin: 0 auto;
}
.bool_show li{
 display: flex;
 align-items: center;
 margin-bottom: 20px;
 cursor: pointer;
}
.choice{
 display: inline-block;
 width: 34px;
 height: 34px;
 background-image: linear-gradient(270deg, #3E71FE 24%, #3D96FB 100%);
 box-shadow: 2px -1px 3px 0 rgba(67,94,190,0.70);
 border-radius: 4px;
 margin-right: 20px;
 line-height: 36px;
 text-align: center;
}
.choice img{
  width: 25px;
  height: 16px;
}
.bool_right .choice{
 border-radius: 17px;
 position: relative;
}
.bool_right .choice::before{
 position: absolute;
 content: '';
 display: inline-block;
 background-color: #FFFFFF;
 width: 26px;
 height: 26px;
 border-radius: 13px;
 top: 4px;
 left: 4px;
}
.spot{
 position: absolute;
 display: inline-block;
 background-image: linear-gradient(270deg, #3E71FE 24%, #3D96FB 100%);
 width: 14px;
 height: 14px;
 border-radius: 7px;
 top: 10px;
 left: 10px;
 display: none;
}
.bool_left img{
 display: none;
}

/* 列表设计 */
.list{
 width: 100%;
 height: 100%;
 background-size: cover;
 /* background-image: url('../img/list_bg.png'); */
}
.list_main{
 display: flex;
}
.list .direct{
 background: #FDFDFD;
 color: #6AF4FF;
}
.list_intro{
 width: 218px;
 margin-top: 93px;
 margin-left: 66px;
}
.list_intro > p{
 font-weight: 300;
 font-size: 12px;
 color: #FFFFFF;
 line-height: 17px;
 text-align: justify;
 width: 190px;
 margin: 12px auto 0 auto;
}
.list_feats{
 border-radius: 4px;
 background: #FDFDFD;
 padding: 10px 15px 15px 9px;
}
.list_show{
 margin-left: 62px;
 margin-top: 24px;
 position: relative;
}
.list_show .list_tip{
 left: 154px;
 top: 100px;
}
.list_top,.list_bottom{
 background: #FDFDFD;
 box-shadow: -1px 5px 20px 5px #4684FC;
 border-radius: 15px;
 font-size: 12px;
 color: #000A47;
}
.list_top{
 width: 413px;
 height: 184px;
 margin-bottom: 22px;
 padding: 30px 35px 10px 36px;
 text-align: center;
}
.list_bottom{
 width: 484px;
 height: 177px;
 position: relative;
}
.e-item{
 margin-bottom: 10px;
 display: flex;
 align-items: center;
}
.e-item label{
 text-align: center;
 display: inline-block;
 width: 35px;
}
.e-input{
 display: inline-block;
 width: 360px;
 margin-left: 12px;
}
.e-input input{
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 background-image: none;
 border-radius: 4px;
 border: 0;
 /* border: 1px solid #dcdfe6; */
 box-sizing: border-box;
 color: #606266;
 display: inline-block;
 font-size: inherit;
 height: 31px;
 line-height: 31px;
 outline: none;
 padding: 0 15px;
 width: 100%;
}
/* .e-input input::-webkit-outer-spin-button,
.e-input input::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
}
.e-input input[type="number"]{ 
  -moz-appearance: textfield; } */
.list_ok{
 display: inline-block;
 width: 70px;
 height: 27px;
 background: #4B6BDC;
 border-radius: 13px;
 color: #ffffff;
 line-height: 27px;
 text-align: center;
 margin-top: 10px;
 cursor: pointer;
}
.list_color{
 width: 73px;
 height: 100%;
 background: #ECF0FF;
 border-radius: 15px 0 0 15px;
}
.list_table{
 position: absolute;
 top: 24px;
 left: 24px;
}
.index span{
 display: inline-block;
 width: 28px;
 height: 28px;
 background: #FFFFFF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 line-height: 28px;
 text-align: center;
 border-radius: 50%;
 font-size: 14px;
 font-weight: bold;
}
.first_line th:nth-child(1){
 width: 40px;
 /* padding-right: 16px; */
}
.first_line th{
 padding: 0 6px;
}
.first_line th:last-child{
 padding: 0 12px;
}
.list_table table{
 display: block;
 height: 142px;
 overflow: auto;
 padding: 0 10px;
}
.list_table table::-webkit-scrollbar,.scroll_de::-webkit-scrollbar{
 width: 6px;
}
/* <!--修改 滚动条的 下面 的 样式--> */
.list_table table::-webkit-scrollbar-track,.scroll_de::-webkit-scrollbar-track {
 background-color: #EFEFEF;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
}
/* <!--修改 滑块 --> */
.list_table table::-webkit-scrollbar-thumb,.scroll_de::-webkit-scrollbar-thumb{
 background-color: #407BF4;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
}
.list_table td{
 padding: 6px 8px;
 border-bottom: 1px dashed #4B6BDC;
 text-align: center;
}
.list_table .index{
 text-align: left;
 padding: 6px 0;
}
.list_table tr:last-child td{
 border: 0;
}
.list_table .direct{
  width: 20px;
  height: 20px;
  line-height: 21px;
 background-color: #4B6BDC;
 box-shadow: none;
 color: #ffffff;
 transform: scale(0.6);
 /* zoom: 50%; */
}
.list_table img{
 display: inline-block;
 cursor: pointer;
}
.list_table .iconfont{
 display: inline-block;
 font-size: 12px;
}
.op .cell{
 justify-content: space-between;
}
.up .iconfont{
 transform: rotateZ(180deg);
 line-height: 15px;
}
.up:hover,.down:hover{
 background-color: #6AF4FF;
}
.cell{
 /* vertical-align: middle; */
 display: flex;
 align-items: center;
}
.cell img{
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.sort{
 display: inline-flex;
 flex-direction: column;
 height: 14px;
 /* align-items: center; */
}
#count .sort,.inTime .sort{
 margin-left: 4px;
}
.sort span{
 width: 0;
 height: 0;
 border-left: 3px solid transparent;
 border-right: 3px solid transparent;
 border-bottom: 6px solid #4B6BDC;
 cursor: pointer;
}
.sort span:last-child{
 margin-top: 1px;
 transform: rotateZ(180deg);
}
.asc:hover,.desc:hover{
 border-bottom-color: #6AF4FF;
}


/* 进度条 */

.bar .layui-slider-wrap-btn{
 width: 6px;
 height: 6px;
 border: 3px solid #4B6BDC!important;
 transform:scale(1)!important;
 background: #6AF4FF;
}
.layui-slider{
 height: 6px;
}
.layui-slider-vertical,.layui-slider-vertical .layui-slider-bar{
 width: 6px;
}
.layui-slider-vertical .layui-slider-wrap{
 left: -15px;
}
.layui-slider-wrap{
 top: -15px;
}

.bar{
 width: 100%;
 height: 100%;
 background-size: cover;
 /* background-image: url('../img/bg3.png'); */
}
.bar .four_intro{
 margin: 40px 0 0 32px;
}
.bar_main{
 display: flex;
}
.bar_row{
 display: flex;
}
.row_show{
 margin: 26px 105px 0 46px;
}
.row_top,.row_bottom,.col_top,.col_bottom{
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
}
.row_top{
 width: 402px;
 height: 256px;
 padding: 22px 52px 20px 52px;
 margin-bottom: 25px;
}
.row_top img{
  /* 764 460 */
  width: 382px;
  height: 230px;
}
.row_video{
  width: 382px;
  height: 215px;
  padding: 10px 8px;
  border-radius: 8px;
  background-color: #4B6BDC;
  box-shadow: 0 8px 16px -4px rgb(157, 159, 161);
}
.vjs-volume-panel,.vjs-picture-in-picture-control,.vjs-fullscreen-control,.vjs-remaining-time,.vjs-play-control,.vjs-time-tooltip{
  display: none!important;
}
.bar .vjs-control-bar{
  bottom: -40px;
  background: none;
}
.video-js .vjs-slider{
  background-color: #e2e2e2;
}
.row_video .vjs-play-progress{
  background: #4B6BDC;
  border-radius: 3px 0 0 3px;
}
.col_top_bg .vjs-play-progress{
  background: #79A3FF;
  border-radius: 3px 0 0 3px;
}
.video-js .vjs-progress-holder{
  height: 6px;
  border-radius: 3px;
}
.video-js .vjs-load-progress div{
  background-color: #e2e2e2;
  border-radius: 3px;
}
.video-js .vjs-load-progress{
  background-color: #e2e2e2;
  border-radius: 3px;
}
.video-js .vjs-play-progress:before{
  content:"";
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #4B6BDC;
  background: #6AF4FF;
  border-radius: 10px;
  top: -3px;
}
.col_top_bg .vjs-play-progress:before{
  background:#79A3FF;
  border: none;
  right: -6px!important;
  width: 6px;
  height: 6px;
  top: 0;
  border-radius: 0 3px 3px 0;
}
.video-js .vjs-progress-control .vjs-progress-holder{
  margin: 0 40px;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{
  opacity: 1;
}
.video-js .vjs-control-bar{
  display: flex;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display{
  display: none!important;
}
.video-js.vjs-playing .vjs-tech {
  pointer-events: auto;
}
.video-js{
  cursor: pointer;
}
 .video-js .vjs-play-control{
  outline: none;
 }
 .vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
    position: absolute;
    top: 46%;
    left: 50%;
    outline: none;
}
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    /* margin-top: -1.25em;
    margin-left: -1.75em; */
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}






.row_bottom{
 width: 404px;
 height: 60px;
 padding: 20px 50px 20px 50px;
}
.row_bar > span{
 font-size: 10px;
 color: #000A47;
}
.bar1{
 width: 290px;
 display: inline-block;
 margin: 0 10px;
}
.row_bar{
 display: flex;
 align-items: center;
 margin-top: 8px;
 justify-content: space-between;
}
.row_bottom{
 display: flex;
 justify-content: space-between;
 position: relative;
}
.bom_bar1{
 display: inline-block;
 width: 152px;
 height: 7px;
 border-radius: 3px;
 background: #E2E2E2;
}
.bom_bar1 .ui-slider-horizontal .ui-slider-handle{
  top: -3px;
}
.bom_bar1 .ui-slider-horizontal .ui-slider-handle{
  margin-left: -6px;
}
#slider_bar11 .ui-widget-header{
  background: #6AF4FF;
}
.row_mask{
  width: 504px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 0;
}



.row_load1{
 border: 2px solid #4B6BDC;
 width: 148px;
 height: 8px;
 border-radius: 4px;
 position: relative;
 margin-top: 24px;
}
.load1_span{
 position: absolute;
 top: 1px;
 height: 6px;
 display: flex;
}
.row_load1 span{
 display: inline-block;
 width: 12px;
 height: 6px;
 background-color: #6AF4FF;
 margin-right: 5px;
 /* height: 4px; */
}
.row_load2{
 display: block;
 margin-top: 24px;
 position: relative;
 overflow: hidden;
}
.row_load2 span{
 display: inline-block;
 width: 18px;
 height: 7px;
 background-color: #4B6BDC;
 position: absolute;
 top: 0;
 border-radius: 3px;
 animation: spanMove 1.3s linear infinite;
}
@keyframes spanMove{
 0%{
  left: -18px;
 }
 100%{
  left: 160px;
 }
}

.bar_col{
 display: flex;
}
.col_show{
 margin:0 126px 0 23px
}
.col_top{
 width: 508px;
 height: 288px;
 padding-top: 21px;
}
.col_top_bg{
 width: 382px;
 height: 253px;
 padding: 8px 10px;
 border-radius: 6px;
 margin: 0 auto;
 background: #4B6BDC;
 box-shadow: 0 8px 16px -4px rgb(157, 159, 161);
 background-size: cover;
 position: relative;
}
.bar2{
 position: absolute;
 bottom: 24px;
 left: 9px;
 width: 367px;
 height: 8px;
}
.bar2 .layui-slider-wrap-btn,.bar5 .layui-slider-wrap-btn{
 width: 0;
 height: 0;
 /* border-radius: 50% 0 0 50%; */
}
.bar2 .layui-slider-wrap-btn{
 border-color: #A7BAFF!important;
}
.bar5 .layui-slider-wrap-btn{
 border-color: #6AF4FF!important;
}
.col_time{
 /* position: absolute; */
 /* bottom: 13px; */
 margin-top: 19px;
 font-size: 10px;
 color: #000A47;
 left: 9px;
 display: flex;
 width: 382px;
 justify-content: space-between;
}
.col_bottom{
 width: 368px;
 height: 90px;
 margin-top: 21px;
 padding: 26px 70px 26px 70px;
 display: flex;
 justify-content: space-between;
}
.bar3,.bar4{
 width: 22px;
 /* height: 182px; */
 height: 84px;
 background-size: cover;
 /* background-image: url('../img/slider.png'); */
 padding-top: 7px;
 display: flex;
 justify-content: center;
 /* align-items: center; */
}
.bar3 .layui-slider{
 background: #6AF4FF;
}
.layui-slider-vertical{
 margin: 0px auto;
}
#slider_bar4,#slider_bar3{
  height: 54px;
}
#slider_bar5,#slider_bar6{
  height: 70px;
}
.ui-widget.ui-widget-content{
  border: none;
  background: #e2e2e2;
}
.bar3 .ui-widget.ui-widget-content{
  background: #6AF4FF;
}
.bar4 .ui-widget-header{
  background: #6AF4FF;
}
.ui-slider-horizontal{
  height: 6px;
}
.ui-slider-vertical{
  width: 6px;
  cursor: pointer;
}
.bar2 .ui-widget-header{
  background: #A7BAFF;
}
.bar1 .ui-widget-header{
  background: #4B6BDC;
}
.ui-widget-content .ui-state-default{
  width: 6px;
  height: 6px;
  border: 3px solid #4B6BDC;
  background: #6AF4FF;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
.bar5 .ui-widget-content .ui-state-default{
  border:none;
  background: #6AF4FF;
  left: 0px;
  margin-bottom:-3px
}
.bar2 .ui-widget-content .ui-state-default{
  border:none;
  background: #A7BAFF;
  top: 0px;
  margin-bottom:-3px
}
.bar5 .ui-widget.ui-widget-content{
  background: #6AF4FF;
}
.ui-slider-vertical .ui-slider-handle{
  left: -3px;
}














/* 输入框 */
.inputBox{
 width: 100%;
 height: 100%;
 background-size: cover;
 /* background-image: url('../img/list_bg.png'); */
}
.inputBox .direct{
 background: #FDFDFD;
 color: #6AF4FF;
}
 
.input_main{
 display: flex;
}
.input_show{
 margin: 130px 123px 0 32px;
}
.in_personal,.text_show_con{

 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
}
.in_personal{
 width: 474px;
 height: 258px;
 position: relative;
}
.in_personal .list_color{
 width: 88px;
}
.in_per_con{
 position: absolute;
 top: 13px;
 left: 36px;
 
}
.in_per_con label{
 font-size: 16px;
}
.in_per_con p{
 font-size: 20px;
 color: #000A47;
 letter-spacing: 1.21px;
 text-align: center;
 margin-left: 88px;
 margin-bottom: 27px;
}
.in_per_con .e-input{
 width: 266px;
 margin-left: 18px;
}
.in_per_con input{
 line-height: 37px;
 height: 37px;
}
.in_per_con .e-item{
 margin-bottom: 14px;
}
.in_per_con span{
 margin-right: 42px;
 width: 34px;
 height: 34px;
 line-height: 34px;
}
.text_show{
 margin: 80px 144px 0 30px;
}
.text_show_con{
 width: 455px;
 height: 329px;
 padding-top: 22px;
}
.text_show_con p{
 font-size: 20px;
 color: #000A47;
 letter-spacing: 1.21px;
 text-align: center;
 margin-bottom: 37px;
}
.text_con{
 width: 401px;
 margin: 0 auto;
}
.text_show_con textarea{
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 border: 0;
 margin: 0 auto;
 font-size: 16px;
 line-height: 24px;
 padding: 8px;
 width: 385px;
 height: 224px;
 resize: none;
}

/* 滚动条 */
.scroll{
 width: 100%;
 height: 100%;
 background-size: cover;
 /* background-image: url('../img/bg3.png'); */
}
.scroll_main .four_intro p{
 margin-bottom: 20px;
}
.scroll_main .four_intro{
 margin-left: 32px;
 margin-top: 36px;
}
.scroll_main{
 display: flex;
}
.scroll_show{
 width: 496px;
 height: 319px;
 background: #407DFE;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 margin-left: 44px;
 margin-top: 90px;
 position: relative;
}
.scroll_head{
 position: absolute;
 top: 9px;
 left: 10px;
 z-index: 2;
 box-shadow: 0 2px 4px rgba(64,123,255,0.34);
 width: 476px;
 height: 26px;
}
.scroll_bg{
 background: #ffffff;
 width: 476px;
 height: 277px;
 position: absolute;
 left: 10px;
 top: 31px;
}
.scroll_de{
 height: 277px;
 width: 474px;
 overflow-y: auto;
 overflow-x: hidden;
 background: #ffffff;
 
}

.scroll_de img{
 width: 468px;
}

/* 主题 */
.theme{
 width: 100%;
 height: 100%;
 /* background-image: url('../img/btn_bg.png'); */
 background-size: cover;
 transition: all .4s ;
}
.theme_swiper{
 position: relative;
 width: 1024px;
 margin: 0 auto;
 height: 306px;
 /* display: none; */
}
.theme .swiper-container {
 width: 922px;
 margin: 0 auto;
 height: 100%;
 
 /* box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77); */
}
.theme .swiper-slide {
 text-align: center;
 font-size: 18px;
 background: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 align-items: center;
}
.theme .swiper-button-prev,.theme .swiper-container-rtl .swiper-button-next{
 left: 20px;
 background-image: none;
 transform: rotateZ(180deg);
}
.theme .swiper-button-next,.theme .swiper-container-rtl .swiper-button-prev{
 right: 20px;
 background-image: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
  content: "";
}
.theme .four_intro{
 margin-bottom: 34px;
}
.theme_swiper .iconfont{
 color: #6AF4FF;
 font-size: 34px;
 font-weight: bolder;
}
.theme .swiper-slide{
 background: #FDFDFD;
 width: 392px!important;
 height: 233px;
 padding: 20px;
 border-radius: 15px;
 box-shadow: 0 8px 10px -4px rgba(193,193,193,0.77);
 margin: 6px 10px;
 border: 6px solid #fdfdfd;
 transition: border .3s;
 cursor: pointer;
}
.theme .swiper-slide:hover{
 border-color: #4683FE;
}
.theme img{
 width: 392px;
 height: 233px;
}
.theme_use{
 width: 445px;
 height: 342px;
 border-radius: 15px;
 box-shadow: 0 8px 10px -4px rgba(193,193,193,0.77);
 background: #FDFDFD;
 margin: 0 auto;
 display: none;
}
.theme_list{
 margin: 0px 26px 0 26px;
 text-align: center;
}
.theme_back{
 padding: 20px 0 0 28px;
}
.theme_use img{
 /* display: none; */
}
.theme_use img:first-child{
 display: block;
}
.theme_use .arrow{
 padding: 10px;
}
.theme_use .direct{
 background-image: none;
 background-color: #6AF4FF;
 width: 22px;
 height: 22px;
 line-height: 22px;
}
.arrow .direct:hover{
 color: #FFFFFF;
}
.theme_back .iconfont,.theme_use .iconfont{
 display: block;
 transform: rotateZ(180deg);
}
.theme_use .iconfont{
 font-size: 16px;
 display: block;
}
.theme_ok,.socket_save{
 display: inline-block;
 background: #4683FE;
 width: 70px;
 height: 27px;
 line-height: 27px;
 border-radius: 14px;
 color: #ffffff;
 text-align: center;
 margin-top: 20px;
 cursor: pointer;
}


/* 多语言 */
.lang{
 width: 100%;
 height: 100%;
 /* background-image: url('../img/bg3.png'); */
 background-size: cover;
}
.lang_con{
 width: 402px;
 height: 263px;
 padding: 15px 25px 22px 28px;
 margin: 0 auto;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 display: flex;
}
.lang_main{
 position: relative;
 height: 100%;
 width: 100%;
}
.lang_show{
 position: absolute;
 top: 120px;
 left: 50%;
 transform: translateX(-50%);
}
.lang_con p{
 margin-bottom: 8px;
}
.lang_box1{
 margin-right: 20px;
}
.lang_greet{
 width: 313px;
 height: 240px;
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 line-height: 240px;
 text-align: center;
}
.layui-form-select .layui-edge{
 border-top-color: #4B6BDC;
}
.layui-form-select dl dd{
 font-size: 12px;
 line-height: 17px;
 color: #000A47;
}
.layui-form-select dl{
 top: 21px;
 animation: none;
 border-width: 0px;
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
}
.layui-form-select .layui-input{
 font-size: 12px;
 color: #000A47;
 line-height: 21px;
 height: 21px;
 border-width: 0px;
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 padding-left: 4px;
}
.layui-form-select dl dd.layui-this{
 background: #4B6BDC;
}
.layui-form-select .layui-input{
  padding-right: 20px;
}








/* 通讯 */
.chat{
 width: 100%;
 height: 100%;
 /* background-image: url('../img/list_bg.png'); */
 background-size: cover;
}
.chat .list_intro{
 margin-top: 14px;
 margin-left: 48px;
}
.chat_main{
 display: flex;
}
.remote{
 display: flex;
}
.remote_show{
 margin: 0 0px 0 30px;
 display: flex;
}
.chat_shadow{
 background: rgba(253,253,253,0.12);
 border: 1px solid rgba(255,255,255,0.67);
 box-shadow: -1px 5px 20px 5px #4684FC;
 border-radius: 32px;
 padding: 15px 12px;
 width: 225px;
 height: 485px;
}
.socket_show{
 opacity: 0.9;
 /* background: #497DF1; */
 background: #191D23;
 box-shadow: 0 2px 10px 1px rgba(6,22,58,0.39);
 border-radius: 18px;
 width: 225px;
 height: 485px;
 position: relative;
 transform: all .3s;
}
.socket_show{
 color: #FFFFFF;
 text-align: center;
 
}
.socket_show p:first-child{
 padding-top: 22px;
 font-size: 18px;
}
.socket_show img{
 margin: 80px 0 20px;
 width: 152px;
 height: 152px;
}
.socket_btn{
 margin-top: 82px;
}
.socket_btn span{
 display: inline-block;
 width: 70px;
 height: 27px;
 line-height: 27px;
 text-align: center;
 color: #363F72;
 font-size: 12px;
 background: #FFFFFF;
 border-radius: 13px;
 cursor: pointer;
}
.socket_btn span:first-child{
 margin-right: 18px;
}
.socket_time{
 height: 405px;
 width: 265px;
 /* background-image: url('../img/socket_time.png'); */
 background-size: cover;
 margin-left: 15px;
 position: relative;
 margin-right: 71px
}
.chat_time{
 font-size: 40px;
 position: absolute;
 top: 70px;
 left: 50%;
 transform: translateX(-50%);
 color: #030D4A;
 font-weight: bold;
}
.so_status{
 position: absolute;
 font-size: 12px;
 color: #030D4A;
 top: 108px;
 right: 64px;
}
.lamp{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 144px;
}
.socket_select,.socket_switch,.socket_date,.issue_date{
 position: absolute;
 background: #FFFFFF;
 border-radius: 0 0 18px 18px;
 width: 170px;
 height: 178px;
 bottom: 0;
 padding: 8px 23px 27px 32px;
 font-size: 12px;
 color: #696969;
 /* display: none; */
}
.socket_switch{
 display: none;
}
.socket_switch,.socket_date{
 padding: 8px 22px 27px 22px;
 width: 181px;
}
.socket_pick{
 /* width: 225px;
 height: 213px;
 position: absolute;
 bottom: 0; */
}
.socket_pick h3,.socket_switch h3{
 font-size: 18px;
 color: #000A47;
}
.socket_select p{
 text-align: right;
 margin-top: 6px;
}

.socket_select li{
 display: flex;
 justify-content: space-between;
 margin-top: 20px;
 cursor: pointer;
}
.socket_select .iconfont{
 font-size: 12px;
 color: #000A47;
 font-weight: bold;
}
.socket_ok{
 margin-top: 30px;
}
.socket_cancel,.socket_switch span,.socket_date p span,.issue_date p span{
 cursor: pointer;
}
.socket_switch p,.socket_date p,.issue_date p{
 display: flex;
 justify-content: space-between;
 margin-top: 18px;
}
.socket_switch li{
 cursor: pointer;
 line-height: 26px;
}
.socket_pick > div {
 display: none;
 /* border-bottom: 1px solid #E7E7E7; */
}
.sw_now{
 width: 208px;
 position: absolute;
 top: 92px;
 height: 26px;
 border-bottom: 1px solid #E7E7E7;
 left: 50%;
 transform: translateX(-50%);
}
#isOpen{
 height: 78px;
 position: relative;
 touch-action: none;
}
#isOpen li:nth-child(2){
 color: #000A47;
}
#date_pick,#issue_pick{
 height: 130px;
 margin-top: 8px;
}

.issue_main{
 height: 485px;
 width: 225px;
 opacity: 0.9;
 background: #EDF0F7;
 box-shadow: 0 2px 10px 1px rgba(6,22,58,0.39);
 border-radius: 18px;
}
.issue_pic img{
 width: 340px;
 height: 231px;
 margin-top: 148px;
 margin-left: 11px;
}
.issue_main h3{
 padding-top: 22px;
 text-align: center;
 font-size: 18px;
 color: #000A47;
 line-height: 27px;
}
.issue_time{
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 padding: 10px 16px;
 margin-top: 30px;
 font-size: 14px;
 display: flex;
 justify-content: space-between;
 cursor: pointer;
}
.issue_time .iconfont{
 font-size: 14px;
 font-weight: bolder;
}
.issue_time span{
 line-height: 21px;
}
.issue_cute{
 margin-top: 55px;
}
.issue_cute h3{
 text-align: left;
 margin: 0 0 4px 12px;
}
.issue_cute ul{
 background-color: #F5F6F7;
 padding: 0 22px 0 30px;
}
.issue_cute li{
 padding: 9px 0;
 font-size: 12px;
 color: #696969;
 line-height: 17px;
 display: flex;
 justify-content: space-between;
}
.issue_cute .layui-form{
 display: inline-block;
}
.issue_date{
 bottom: 15px;
 display: none;
}
.issue_date h3{
 padding-top: 0;
}

.onOff{
  width: 42px;
  height: 13px;
  background-color: #484848;
  box-shadow: 0 0 3px 0 rgba(67,94,190,0.70);
  border-radius: 8px;
  transition: .1s linear;
  cursor: pointer;
}
.onOff i{
  display: inline-block;
  background: #FFFFFF;
  box-shadow: -1px 1px 3px 0 rgba(67,94,190,0.70);
  width: 17px;
  height: 17px;
  border-radius: 10px;
  margin-top: -2px;
  transition: .1s linear;
  cursor: pointer;
}
.onActive{
  background-color: #407BF4;
}
.onActive i{
  transform: translateX(26px);
}










.layui-form-switch{
 height: 13px;
 border: none;
 min-width: 32px;
 background-color: #484848;
 box-shadow: 0 0 3px 0 rgba(67,94,190,0.70);
 margin-top: 0;
}
.layui-form-onswitch{
 height: 13px;
 background-color: #407BF4;
 border: none;
}
.layui-form-switch i{
 width: 17px;
 height: 17px;
 box-shadow: -1px 1px 3px 0 rgba(67,94,190,0.70);
 background-color:#FFFFFF;
 left: 0;
 top: -3px;
}
.layui-form-onswitch i{
 box-shadow: -1px 1px 3px 0 rgba(67,94,190,0.70);
 width: 17px;
 height: 17px;
 left: 100%;
 margin-left: -17px;
}


/* 定时器 */
.timing{
 width: 100%;
 height: 100%;
 /* background-image: url('../img/bg3.png'); */
 background-size: cover;
}
.timing .four_feats{
 margin-top: 44px;
 margin-bottom: 3px;
}
.timing .four_intro{
 margin-left:28px;
 width: 227px;
}
.timing .four_feats p{
 width: 217px;
}
.timing_show{
 width: 450px;
 height: 295px;
 margin: 0 auto;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 16px;
}
.timing_pick{
 padding: 28px 20px 0 20px;
 text-align: center;
 /* display: none; */
}
.Tpick_top{
 /* width: 410px; */
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 padding: 32px;
 margin-bottom: 14px;
}
#pickDate{
 width: 346px;
 height: 130px;
}
.Tok{
 display: inline-block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 background: #A3A3A3;
 border-radius: 20px;
 font-size: 12px;
 color: #FFFFFF;
 cursor:not-allowed
}
.TActive{
 background: #4B7DEA;
 cursor: pointer;
}
.timing_change{
 padding-top: 40px;
 text-align: center;
 position: relative;
 display: none;
}
#timing_move{
 display: inline-block;
 width: 188px;
 height: 188px;
 margin: 0 auto;
 line-height: 188px;
 text-align: center;
 border-radius: 50%;
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 font-size: 40px;
 font-weight: bold;
 color: #31396A;
 margin-bottom: 2px;

}
.Tpop{
 display: none;
}
.timing_select{
 width: 298px;
 margin: 0 auto;
 position: relative;
 height: 40px;
 /* display: flex;
 justify-content: space-between; */
}
.timing_select span{
 position: absolute;
 left: 129px;
 transition: left .3s;
}
.timing_select span:first-child{
 cursor: pointer;
}
.timing_select span:last-child{
 cursor: pointer;
 background: #4B7DEA;
}
.Tpop{
 position: absolute;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.75);
 border-radius: 9px;
 height: 70px;
 width: 200px;
 padding: 34px 0 18px 0;
 top: 108px;
 left: 50%;
 transform: translateX(-50%);
 font-size: 16px;
 color: #000A47;
}
.Tpop_ok{
 cursor: pointer;
 width: 57px;
 height: 23px;
 line-height: 23px;
 background: #4B6BDC;
 border-radius: 13px;
 font-size: 10px;
 margin-top: 27px;
 font-weight: 300;
 letter-spacing: 0.66px;
}
.Tpop_ok:hover{
 color: #42F6FF;
}





















/* 绘制 */
.draw{
 width: 100%;
 height: 100%;
 /* background-image: url('../img/btn_bg.png'); */
 background-size: cover;
}
.draw_main{
 display: flex;
}
.vector{
 width: 924px;
 height: 548px;
 position: relative;
}

.ve_btn{
 background: #4B6BDC;
 border-radius: 13px;
 width: 57px;
 height: 23px;
 display: inline-block;
 line-height: 23px;
 font-size: 11px;
 text-align: center;
 color: #ffffff;
 letter-spacing: 0.66px;
 margin-top: 20px;
 cursor: pointer;
}
.ve_dial{
 position: absolute;
 width: 413px;
 height: 243px;
 padding: 18px;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 left: 98px;
 top: 16px;
}
.ve_chart{
 position: absolute;
 bottom: 48px;
 right: 0;
}
.vector .four_intro{
 position: absolute;
 left: 98px;
 bottom: 112px;
 margin-left: 0;
}
.ve_meter{
 width: 243px;
 height: 243px;
 /* background-image: url('../img/draw_dial.png'); */
 background-size: cover;
 position: relative;
}
.ve_meter .pointer{
 position: absolute;
 top: 32px;
 left: 115px;
 transform-origin: 50% 85% 0;
 transform: rotateZ(-128deg);
 width: 9px;
 height: 107px;
 /* 123 */
}
.ve_start{
 cursor: pointer;
 transition: all .4s;
 width: 88px;
 height: 38px;
}
.ve_speed{
 position: absolute;
 left:50%;
 transform: translateX(-50%);
 top: 56%;
 color: #FFFFFF;
 font-size: 22px;
}
.ve_control{
 position: absolute;
 width: 88px;
 right: 64px;
 bottom: 85px;
 text-align: center;
}
.ve_reset{
 width: 70px;
 height: 26px;
 line-height: 26px;
}
.ve_con{
 display: flex;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 width: 432px;
 height: 204px;
 /* margin: 50px; */
 padding: 40px 24px 30px 24px;
 position: relative;
}
.ve_time ul{
 display: flex;
 margin-left: 6px;
 margin-top: 4px;
}
.ve_time li{
 margin-left: 16px;
}
.axisY,.axisX{
 width: 0;
 height: 0;
 border-left: 3px solid transparent;
 border-right: 3px solid transparent;
 border-bottom: 6px solid #4B6BDC;
 position: absolute;
}
.axisY{
 left: 21.2px;
 top: 35px;
}
.axisX{
 right: 142px;
 bottom: 48px;
 transform: rotateZ(90deg);
}
.ve_slide{
 border-bottom: 1px solid #4B6BDC;
 border-left: 1px solid #4B6BDC;
 width: 307px;
 height: 183px;
 display: flex;
 align-items: flex-end;
}
.ve_slide > div{
 height:172px;
 margin-left: 28px;
 border: 2px solid #4B6BDC;
 border-bottom: 18px solid #4B6BDC;
 width: 16px;
 box-shadow: inset 1px 1px 6px #333333, 0px 0px 3px #333333;
 border-radius: 15px 15px 0 0;
 background: #68696aef;
 position: relative;
}
.ve01 > div{
  height: 170px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.ve01 > div .ui-slider .ui-slider-range{
  z-index: 2;
}
.ve_slide .ui-corner-all{
  border-radius: 3px 3px 0 0;
}
.ve_slide .ui-widget.ui-widget-content{
  border-bottom: none;
  width: 18px;
  left: -1px;
  border-radius: 15px 15px 0 0;
  background: #ffffff00;
}
.ve_slide .ui-widget-header{
  background: #4B6BDC;
}
.ve_slide .ui-widget-content .ui-state-default{
  width: 20px;
  height: 20px;
  border: none;
  box-shadow: 0 0px 8px 1px rgba(193, 193, 193, 0.979);
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: -18px;
  left: -2px;
}
/* .slide_bm{
  display: block;
  width: 16px;
  height: 20px;
  background: #68696aef;
  border-right: 2px solid #4B6BDC;
  border-left: 2px solid #4B6BDC;
  position: absolute;
  bottom: -20px;
  left: -2px;
  box-shadow:-2px 0 4px -2px #333333,2px 0 4px -2px #333333;
}
.slide_bm::before{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: #4B6BDC;
  bottom: 0;
  border-radius: 10px 10px 0 0;
} */

.ve_show{
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 align-items: center;
 margin-left: 14px;
}
.ve_show li{
 display: flex;
 align-items: center;
 margin-bottom: 12px;
}
.ve_show li span{
 font-size: 11px;
 color: #36383B;
 letter-spacing: 0.66px;
 font-weight: 300;
}
.ve_show li input{
 border: none;
 display: inline-block;
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 padding: 0 3px;
 width: 40px;
 height: 21px;
 font-size: 11px;
 line-height: 21px;
 margin-right: 6px;
}
.demo_tip{
 position: absolute;
 top: 60px;
 left: 60px;
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 padding: 24px 24px 16px 24px;
 border-radius: 8px;
 width: 120px;
 height: 64px;
 text-align: center;
 display: none;
 z-index: 3;
}

.demo_tip_ok{
 margin-top: 14px;
}
.vector .layui-slider-vertical{
 border: 2px solid #4B6BDC;
 width: 16px;
 border-radius: 15px 15px 0 0;
 box-shadow: inset 1px 1px 6px #333333,
 0px 0px 3px #333333;
 margin-left: 28px;
 background: #68696aef;
}
.vector .layui-slider-wrap-btn{
 border: none!important;
 width: 20px;
 height: 20px;
 box-shadow: 0 0px 8px 1px rgba(193, 193, 193, 0.979);
}
.vector .layui-slider-vertical .layui-slider-wrap{
 left: -2px;
 width: 20px;
 height: 20px;
 transform:translateY(20px);
 margin-top: -10px;
}
.vector .layui-slider-bar{
 border-radius:10px 10px 0 0;
}
.vector .layui-slider-vertical .layui-slider-bar{
 width: 16px;
 background: #4B6BDC!important;
}
.vector .layui-slider-wrap-btn.layui-slider-hover,.vector .layui-slider-wrap-btn:hover{
 transform: scale(1)
}
#drawLine{
  position: absolute;
  top: 40px;
  left: 24px;
}






.font_main{
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 padding: 30px 26px 22px 26px;
}
.font{
 display: flex;
}
.font_select{
 display: inline-block;
 margin-left: 130px;
}
.font_select .layui-form{
 display: inline-block;
}
.font_family{
 width: 80px;
}
.font_size{
 width: 63px;
}
.font_select span{
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 padding: 2px 12px 3px 12px;
 cursor: pointer;
 color: #000A47;
}
.font_weight{
 font-weight: bold;
}
.font_style{
 font-style: italic;
}
.font_top{
 width: 402px;
}
.font_top img{
  width: 35px;
  height: 39px;
}
.font_show{
 margin: 68px 150px 0 36px;
}
.font_bottom textarea{
 padding: 10px 16px;
 background: #F5F6FF;
 box-shadow: inset 1px 2px 3px 0 #E2E0E0;
 width: 370px;
 height: 220px;
 margin-top: 20px;
 border: none;
 resize: none;
}
.boldActive .font_weight{
 background: #4B6BDC;
}
.boldActive textarea{
 font-weight: bold;
}
.styleActive .font_style{
 background: #4B6BDC;
}
.styleActive textarea{
 font-style: italic;
}
.image_change{
 background: #FDFDFD;
 box-shadow: 0 8px 24px -4px rgba(193,193,193,0.77);
 border-radius: 15px;
 width: 455px;
 height: 180px;
 margin: 80px 150px 0 35px;
 padding-top: 40px;
 text-align: center;
}
.image_change img{
  width: 72px;
  height: 69px;
}
.image_change .choice{
 border-radius: 17px;
 position: relative;
 cursor: pointer;
 margin-right: 8px;
}
.image_change .choice::before{
 position: absolute;
 content: '';
 display: inline-block;
 background-color: #FFFFFF;
 width: 26px;
 height: 26px;
 border-radius: 13px;
 top: 4px;
 left: 4px;
}
.image_change li{
 display: flex;
 align-items: center;
 /* margin-right: 20px; */
}
.image_change ul{
 display: flex;
 justify-content: space-between;
 width: 330px;
 margin: 36px auto 0 auto;
}




.box_wapper{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}






.plate{
 display: none;
}
.four > div{
 display: none;
}
.first{
 display: block;
}
.four > .draw{
 display: block;
}
.btn_con > div{
 display: none;
}
.bar_con > div{
 display: none;
}
.input_con > div{
 display: none;
}
.draw_con > div{
 display: none;
}
.draw_con > .vector{
 display: flex;
}
.issue{
 display: none;
}
.input_con > .input{
 display: flex;
}
.bar_con > .bar_row{
 display: flex;
}
.btn_con > .normal_btn{
 display: flex;
}