*{
    margin: 0;
    padding: 0;
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
}
body, html{
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    font-size: 0.3rem;
    font-family: '微软雅黑';
}
.clear {
    clear: both;
}

select {
  /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
  border: solid 1px #ddd;
  /*将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding-right: 14px;
  background-color: #fff;
  /*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
}



.header {
	background:#fff;
	height:.85rem;
	position:relative;
	width:100%;
}
.header .header-fixed {
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:99;
	background:#fff;
	border-bottom:1px solid #ebebeb;
	height:.85rem;
}
.header .logo {
	width: 2.8rem;
	display: table;
	margin:.26rem auto 0 auto;
}
.header .logo a {
	display:block;
}
.header img {
	max-width:100%;
	display:block;
}

#app{
    width: 100%;
	overflow-y: hidden;
}
#one{
    position: relative;
    width: 100%;
    height: 6.98rem;
}
#one a{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.47rem;
    margin-left: -1.725rem;
    width: 3.45rem;
    height: 0.76rem;
    background: linear-gradient(180deg, #EF210C, #EC630F);
    border: 0.03rem solid #FEDFBC;
    box-shadow: 0.03rem -0.04rem 0.1rem 0 rgba(168, 22, 22, 0.46);
    border-radius: 0.38rem;
    box-sizing: border-box;
    font-size: 0.42rem;
    font-weight: bold;
    color: #FFF2DE;
    line-height: 0.76rem;
    text-align: center;
}
#one img{
    width: 100%;
    height: 100%;
}
 
#two{
    width: 100%;
    padding: 0.3rem 0;
}
.twoTitleMain{
    background: url(/mobile/2022/dsdianz/twotitlebgc.png) no-repeat;
    background-position: center 0;
    background-size: 73%;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.twoTitleDesc{
    text-align: center;
    color: #909090;
    opacity: 0.6;
}
#twoTop{
    margin-bottom: 0.4rem;
}
#twoTop ul{
    padding: 0.57rem 0.4rem 0;
}
#twoTop ul li{
    float: left;
    margin-right: 0.63rem;
    margin-bottom: 0.32rem;
}
#twoTop ul li:nth-child(3n){
    margin-right: 0;
}
#twoTop ul li:nth-child(n+4) {
    margin-bottom: 0;
}
#twoTop ul li:nth-child(3n+1):nth-last-child(-n+3),
#twoTop ul li:nth-child(3n+1):nth-last-child(-n+3)~#twoTop ul li {
    margin-bottom: 0;
}
#twoTop ul li img{
    display: block;
    width: 1.74rem;
    height: 1.73rem;
    margin-bottom: 0.18rem;
}
#twoTop ul li p {
    font-size: 0.28rem;
    /*font-weight: 600;*/
    color: #000000;
    line-height: 0.26rem;
    margin-bottom: 0.19rem;
    text-align: center;
}
#twoTop ul li a {
    display: block;
    width: 1.52rem;
    height: 0.47rem;
    background: linear-gradient(180deg, #f77206, #EC630F);
    border: 0.03rem solid #FFFFFF;
    box-shadow: 0.01rem 0.05rem 0.1rem 0 rgba(168, 22, 22, 0.46);
    border-radius: 0.24rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: #FFF2DE;
    line-height: 0.47rem;
}
#three{
    padding: 0.2rem;
    background-color: #ff5303;
}
#threeTop{
    background: url(/mobile/2022/dsdianz/kctitlebg.png) no-repeat center 0.6rem;
    -webkit-background-size: 50%;
    background-size: 57%;
}
#threeTop h2{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 0.45rem;
    
}

#threeTop p{
   text-align: center;
    color: #fff;
    opacity: 0.5;
    width: 100%;
}
#threeBody{
    padding:0.2rem 0.4rem;
}
#threeBody ul {
    display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#threeBody ul li{
    width: 3rem;
    height: 3.6rem;
    background-color: #fffbe9;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
}
.kc_icon{
    background: url(/mobile/2022/dsdianz/sz_sprites.png) no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 1.4rem;
    height:1.4rem;
    margin: 0.1rem  auto;
}
#threeBody ul p{
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
    padding:0 0.1rem;
    text-align: center;
}
.threeBtn{
    width: 1.8rem;
    height: 0.5rem;
    margin:0.4rem auto;
    background-image: linear-gradient(180deg, #ed570e, #ed490e,#ee2d0d);
    box-shadow: 1px 1px 2px #ee2d0d;
    color: #fff;
    text-align:center;
    line-height: 0.5rem;
    border-radius: 0.5rem;
}
#threeBody ul li:last-child .threeBtn{
    margin-top: 0.06rem;
}
#threeBody ul li:nth-child(2) .kc_icon{
    background: url(/mobile/2022/dsdianz/sz_sprites.png) no-repeat;
    background-position:0 -1.68rem ;
    background-size: 100%;
}
#threeBody ul li:nth-child(3) .kc_icon{
    background: url(/mobile/2022/dsdianz/sz_sprites.png) no-repeat;
    background-position:0 -3.4rem ;
    background-size: 100%;
}
#threeBody ul li:nth-child(4) .kc_icon{
    background: url(/mobile/2022/dsdianz/sz_sprites.png) no-repeat;
    background-position:0 -5.1rem ;
    background-size: 100%;
}

.submitForm{
    background-color: #ffc405;
    padding: 0.5rem 0.3rem;
}
#submitTop h2{
    text-align: center;
    font-size: 18px;
    line-height: 0.8rem;

 }
 #submitTop p{
    text-align:center;
    font-weight: 600;
    color: #ff6109;
 }
.submitForm form input{
    width: 6.4rem;
    height: 0.9rem;
    line-height: 0.9rem;
    border:none;
    outline: none;
    border-radius:0.1rem;
    padding-left:0.8rem;
    margin:0.2rem auto 0 auto;
    font-size: 0.3rem;
    box-sizing: border-box;
}
.userNameSub, .telSub{
    height: 0.9rem;
    width: 6.4rem;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 0.2rem auto;
}

.userNameSub i, .telSub i{
    width: 0.4rem;
    margin-top:0.2rem;
    position: absolute;
    top:0.2rem;
    left:0.2rem;
}
.userNameSub i img, .telSub i img{
    width: 100%;
}
.submitForm form button {
    display: block;
    width: 4.6rem;
    margin: 0.7rem auto 0.2rem auto;
    height: 0.96rem;
    background: #f67106;
    border-radius: 0.5rem;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    font-size: 0.48rem;
    box-shadow: 1px 2px 5px #f1620b;
}
.submitBottom{
    text-align: center;
    color: #3c3c3c;
}

.courseResult{
    padding:0.4rem 0.3rem;
}
.courseTop{
    background: url(/mobile/2022/dsdianz/kctitlebg.png) no-repeat center 0;
    -webkit-background-size: 50%;
    background-size: 64%;
}
.courseTop h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.courseTop p{
    text-align: center;
    color: #909090;
    opacity: 0.6;
}
.courseBody{
    width: 6.5rem;
    margin:0.4rem auto;
    box-shadow: 0px 0px 10px 1px #ccc;
    border-radius: 0.2rem;
}
.courseBody{
    padding:0.3rem 0.2rem;
    position: relative;
}
.courseTitle{
    font-size: 17px;
    font-weight: 600;
}
.courseTitle i{
    font-style: normal;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    background-color: #ff6109;
    text-align:center;
}
.courseTitle span{
    color: #ff6109;
    margin-left:0.25rem;
}
.courseCont1 p{
    padding:0.1rem 0.7rem;
    color: #3c3c3c;
    font-size: 13px;
}
.courseLine{
    height: 1.5rem;
    width: 1px;
    background-color: #ff6109;
    position: absolute;
    top: -0.02rem;
    left:0.25rem;
}
.line{
    position: relative;
}
.courseCont1:nth-child(3) .courseLine{
    height: 1.82rem;
}
/*-------teacher----*/
.teacherGroup{
    background-color: #ff6109;
    padding:0.5rem 0.2rem;
}
.teacherGroup  .courseTop{
    background: url(/mobile/2022/dsdianz/teacher_icon.png) no-repeat center 0;
    -webkit-background-size: 50%;
    background-size: 35%;
}
.teacherGroup h2{
    color: #fff;
}
.teacherGroup .courseTop p{
    color: #fff;
}
.teacherAdvan{
    display: flex;
    justify-content: space-between;
    margin-top:0.2rem;

}
.advantageCont{
    width: 2.2rem;
    height: 1.8rem;
    background-color: #fffbe9;
    border-radius: 0.1rem;
    box-sizing: border-box;
}
.advantageContTitle{
    font-size: 0.32rem;
    color: #ff6109;
    font-weight: 600;
    text-align: center;
    padding-top: 0.2rem;
}
.advantageContTitle span{
    font-size: 18px;
}
.advantageCont p{
    text-align: center;
    color: #2a0f00;
}
.swiper-container{
    margin-top:0.3rem;
}
.swiper-slide{
    background-color: #9898a2;
}
.swiper-container{
    height: 4.5rem;
}
.teacherBox .teacher{
    width: 8.5rem;
    margin-right:0.1rem;
}
.teacherBox .teacher img{
    width: 100%;
}
.teacherBox{
    display: flex;
    justify-content: space-around;
}
.teacherDesc span{
    color: #fff;
    font-size: 0.5rem;
}
.teacherDesc>div{
    width: 2.2rem;
    margin:0.1rem 0 0.2rem 0;
    padding:0.1rem;
    font-size: 0.36rem;
    font-weight: 600;
    border-radius: 0.1rem;
    background-image: linear-gradient(0deg,#f9b74a,#f8cd5c);
}
.teacherDesc >p{
    color: #fff;
    font-family: 'Source Han Sans CN';
    line-height:0.36rem;
}
.teacherBtn{
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin:0.4rem auto 0 auto;
    background-color: #f9b74a;
    border-radius: 0.1rem;
    text-align: center;
    color: #fff;
    font-size: 0.34rem;
    font-family: 'Source Han Sans CN';

}
/*------课程大纲-------*/
.courseDg{
    background-color: #ededed;
    padding:0.5rem 0.2rem 1rem 0.2rem;
}
.kcdgTitle{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: url(/mobile/2022/dsdianz/teacher_icon.png) no-repeat center 0;
    -webkit-background-size: 50%;
    background-size: 35%;
}

.banner {
    width: 100%;
    height: 5rem;
    position: relative;
     /*overflow: hidden; */
    cursor: pointer;
    margin-top:0.6rem;
}
.imgbox {
    width: 100%;
    height: 4rem;
    top:0.5rem;
    position: relative;
    /*overflow: hidden;*/
}

.img {
    position: absolute;
    display: none;
    color: #fff;
    font-size: 0.3rem;
    width: 100%;
    margin:0 auto;
    /*background-color: #f4396e;*/
    height: 4rem;
    box-sizing: border-box;
}
.kcdgBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.kcdgCont{
    width: 2.25rem;
    height: 2.2rem;
    background-color: #fff;
    margin-bottom: 0.2rem;
    padding-top:0.3rem;
    border-radius: 0.1rem;
    box-shadow: 1px 1px 3px #ccc;
}
.kcdgCont p{
    color: #3c3c3c;
    text-align: center;
    margin-top:0.4rem;
    padding:0.05rem;
    font-size: 14px;
}
.kcdgDesc{
    width: 1.6rem;
    text-align: center;
    margin:0 auto;
    background: linear-gradient(0deg,#ee2f0d,#ec580f);
    box-shadow: 1px 1px 5px #ef2c0c;
}
.titlebox{
    width: 2.6rem;
    position: absolute;
    top:-0.5rem;
    left:50%;
    margin-left:-1.25rem;
}
.titlecont{
    float:left;
    font-size: 0.36rem;
    color: #ff6109;
    display: none;
}
.currenttitle{
    display: block;
}


.imgbox>div:nth-child(2) .left{
    position: absolute;
    left:5%;
}
.imgbox>div:nth-child(3) .left{
    position: absolute;
    left:5%;
}


/*-------------*/
.im {
    display: block;
}
.change {
    height: 17px;
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 1;
    transition: 0.4s;
    top: -0.06rem;
    margin-top: -21px
}
.change:hover {
    opacity: 1;
}
.pre {
    left: 26%;
}
.next {
    right: 26%;
}
.doitbox {
    /*width: 88px;*/
    position: absolute;
    z-index: 10;
    left: 50%;
    top:0.1rem;
    margin-left: -0.9rem;
}
.doit {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #f4cb9b;
    opacity: 0.6; 
    float: left;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    cursor: pointer;
}
.doit:hover {
    background-color: cyan;
    transition: 0.8s;
}
.focusdoit {
    opacity: 1; 
    background-color: #ff6109;
}

/*------留言表单------*/
.dssz_submit{
    background:url(/mobile/2022/dsdianz/dssz_submit.png) no-repeat;
    background-size: 100%;
    padding: 0.5rem 0.3rem 0.6rem 0.3rem;
}
.submitTitle{
    font-size: 0.5rem;
    padding-left: 0.3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.dssz_submit input {
    width: 5rem;
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.6rem;
    border: none;
    outline: none;
    padding-left: 0.38rem;
    box-sizing: border-box;
    font-size: 0.31rem;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 0.40rem;
    margin-bottom: 0.21rem;
}
.dssz_submit button {
    width: 5rem;
    height: 0.8rem;
    background: #ff6109;
    border-radius: 0.5rem;
    font-weight: bold;
    border: none;
    outline: none;
    font-size: 0.32rem;
    color: #fff;
}
/*-----优势------*/
.bg_bai {
    background: rgba(255,255,255,1);
    padding-top: .5rem;
    padding-bottom: .5rem;
    overflow: hidden;
}
.center2 {
    padding: 0 .19rem;
}
.title_hei .title {
    font-size: .5rem;
    line-height: .5rem;
    font-weight: bold;
    color: rgba(34,34,34,1);
    text-align: center;
}
.title_hei .desc {
    font-size: .3rem;
    font-weight: 600;
    color: rgba(54,54,54,1);
    padding-top: .18rem;
    text-align: center;
}
.c_advantage2 {
    margin: .24rem -.26rem 0 0;
}
.c_advantage2 li {
    width: 50%;
    float: left;
}
.c_advantage2 li div {
    background: rgba(247,62,103,1);
    border-radius: .08rem;
    margin: .26rem .26rem 0 0;
    padding: .15rem 0 .15rem 0;
    text-align: center;
}
.c_advantage2 li h3 {
    background: #eb1f4c;
    line-height: .48rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .05rem;
}
.c_advantage2 li p {
    color: #fff;
    font-size: .28rem;
    line-height: .38rem;
}
.c_advantage2 li i {
    display: block;
    border-bottom: .02rem dotted #fff;
    font-size: 0;
    height: 0;
    overflow: hidden;
    margin: 0 .18rem .06rem .18rem;
    padding-top: .06rem;
}

.c_advantage2:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.c_advantage2 li:nth-child(2) div{ 
    background:rgba(249,173,22,1);
}
.c_advantage2 li:nth-child(3) div{
 background:rgba(62,81,245,1);
}
.c_advantage2 li:nth-child(4) div{
    background:rgba(237,104,58,1);
}
.c_advantage2 li:nth-child(2) h3{
 background:#ea9d06;
}
.c_advantage2 li:nth-child(3) h3{ 
    background:#1d32e7;
}
.c_advantage2 li:nth-child(4) h3{ 
    background:#dc4a17;
}

.server{
    padding:0.4rem 0.2rem 0.06rem 0.2rem;
}
.serverTitle{
   font-size: .5rem;
   line-height: .5rem;
   font-weight: bold;
   color: rgba(34, 34, 34, 1);
   text-align: center;
}
.trainingSmallTitle {
    text-align: center;
    font-size: 0.3rem;
    color: rgb(38, 35, 255);
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
}
.trainingSmallTitle span{
    font-weight: 600;
}
.serverCont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serverContDesc{
    width: 22%;
    box-sizing: border-box;
    margin:0.2rem auto;

}
.serverContDesc>img{
    width: 100%;
}
.serverDesc{
    text-align: center;
}
/*-----课程------*/
#mainCourse{
    width: 100%;
    padding-bottom: 0.5rem;
}
#mainCourseTop h2{
    height: 1.0rem;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 0.61rem;
    text-align: center;
    padding: 0.45rem 0.5rem;
}
#mainCourseTop h2 span{
    font-size: 0.3rem;
    color: #FF7E1B;
}
#mainCourseBody ul{
    padding: 0.32rem 0.2rem 0.5rem;
}
#mainCourseBody ul li{
    float: left;
    width: 1.56rem;
    height: 1.58rem;
    background: #FFFFFF;
    border: 0.02rem solid #000000;
    box-shadow: 0.01rem 0.05rem 0.10rem 0px rgba(129, 129, 129, 0.46),
    inset 0px 0px 0.38rem 0px rgba(198, 198, 198, 0.49);
    margin-right: 0.2rem;
    margin-bottom: 0.23rem;
}
#mainCourseBody ul li:nth-child(4n){
    margin-right: 0;
}
#mainCourseBody ul li:nth-child(n+9) {
    margin-bottom: 0;
}
#mainCourseBody ul li a{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
#mainCourseBody ul li a img{
    display: block;
    width: 0.82rem;
    height: 0.64rem;
    margin: 0 auto 0.15rem;
    padding-top: 0.25rem;
}
#mainCourseBody ul li a p{
    height: 0.29rem;
    font-size: 0.29rem;
    text-align: center;
    font-weight: 400;
    color: #000000;
    line-height: 0.29rem;
}
/*#mainCourseBottom{
    width: 3rem;
    margin:0 auto;
    font-size: 0.36rem;

}
*/

#seven{

    background: #fffcf1;
}
#sevenTop{
    margin-bottom: 0.54rem;
}
#sevenTop h2{
    text-align: center;
   
    font-size: 18px;
    font-weight: bold;
    line-height: 0.77rem;
}
#sevenTop h2 span{
    font-size: 18px;
    color: #000;
    font-weight: 200;
}
#sevenBottom{
    position: relative;
    height: 5.5rem;
    /* border: 0.01rem dashed #000; */
    background: url('/mobile/2022/dsdianz/7-bg.png') no-repeat;
    background-size: cover;
}
#sevenBottomOutBox{
    position: absolute;
    left: 50%;
    top: -0.24rem;
    margin-left: -3.555rem;
    width: 7.11rem;
    height: 4.29rem;
    /* border: 0.01rem dashed #000; */
    padding: 0.24rem;
    box-sizing: border-box;
}
#sevenBottomInsideBox{
    /* border: 0.01rem dashed #000; */
    border-top: 0;
    height: 100%;
    background: url('/mobile/2022/dsdianz/7-bg2.png') no-repeat;
    background-size: cover;
}
#sevenBottomInsideBox form{
    height: 100%;
    /*padding: 0.34rem;*/
    box-sizing: border-box;
}
#sevenBottomInsideBox form p{
    height: 0.24rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: #ff6109;
    line-height: 0.24rem;
    margin-bottom: 0.18rem;
}
#sevenBottomInsideBox form input {
    display: block;
    width: 100%;
    outline: none;
    height: .76rem;
    background: #FFFFFF;
    border: 0.02rem solid #B2B2B2;
    border-radius: 0.15rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #9B9B9B;
    padding-left: 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.15rem;
}
#sevenBottomInsideBox form button {
    width: 100%;
    height: 0.76rem;
    background: #ff6109;
    border-radius: 0.15rem;
    outline: none;
    border: 0;
    font-size: 0.33rem;
    font-weight: bold;
    color: #FFFFFF;
}
.fnav {
    position:relative;
    height:1.15rem;
}
.fnav-fixed {
    left:0;
    right:0;
    bottom:0;
    width:100%;
    position:fixed;
    z-index:99;
    text-align:center;
    background:rgb(0, 122, 255);
    height:1.15rem;
}
.fnav ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.fnav ul{
    display: flex;
}
.fnav ul li {
    flex: 1;
    position:relative;
    padding-top:.18rem;
}
.fnav ul li a {
    display:block;
    position:relative;
}
/* 定义keyframe动画，命名为blink */
@keyframes blink{
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; } 
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; } 
}
@-moz-keyframes blink {
    0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; } 
}
@-ms-keyframes blink {
    0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; } 
}
@-o-keyframes blink {
    0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; } 
}
/* 定义blink类*/
.blink{
	position:absolute;
	left: 50%;
    margin-left: .21rem;
    animation: blink 1s linear infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
}
.fnav ul li a img,
.fnav ul li button img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:.48rem;
}
button{
    outline: none;
    background:none;
    border: 0;
}
.fnav ul li a span,
.fnav ul li button span{
	display:block;
	width:100%;
	line-height:.3rem;
    font-size:0.3rem;
	padding:.05rem 0 0 0;
	color:#fff;
}
.fnav ul li a i {
	display:inline-block;
	color:#fff;
	background:#f00;
	height:.3rem;
	width:.3rem;
	text-align:center;
	line-height:.3rem;
	position:absolute;
	top:-.1rem;
	right:.3rem;
	border-radius:50%;
}
.clear{clear: both;}




/*foot-------------------------------------------------------------------*/
.footer{ background:#4a4a4a; padding:0 .26rem;}
.footer ul{ padding:.4rem 0;}
.footer ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer ul li{float:left; color:#b2b2b2;}
.footer ul li:last-child{float:right;}
.footer ul li i{ display:inline-block; font-size:.36rem; color:#b2b2b2; border:.05rem solid #b2b2b2; border-radius:50%; width:.68rem; height:.68rem; line-height:.68rem; text-align:center; margin-right:.17rem; float:left;}
.footer ul li em{ display:inline-block; line-height:.78rem;}
.foot{ text-align:center;  width:100%; padding:.3rem 0; margin:0 auto;background-color: #4a4a4a}
.foot p{ font-size:.24rem; line-height:.4rem; color:#b2b2b2;}
.foot p a{color:#b2b2b2;}

.left_tel_zx {
    position: fixed;
    width: 1.1rem;
    height: 1.1rem;
    top: 65%;
    left: 0em;
    background: linear-gradient(to top, #007aff, 50%, #6fa3fb);
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 6px;
    border-radius: 50%;
    display: none;
    z-index: 99;
}
.left_tel_zx span{
    display: block;
    text-align: center;
    margin:0.05rem auto;
}

/*免费试听按钮*/
.auditionc{ 
    background:url(/mobile/2022/dsdianz/shitingbg.png) center top no-repeat; 
    background-size:100%; 
    padding:3rem .26rem .3rem .26rem;
    z-index: 999;
    display: none;
    position: fixed;
    width: 7rem;
    height: 5.6rem;
    left: 0;
    top: 15%;
    background-color: #0A72ED;
}
.audition{ 
    background:#fff; 
    border-radius:.15rem;
    padding:.2rem .65rem;
    /*box-shadow: 3px 2px 15px 2px #ccc;*/
    position: fixed;
    width: 100%;
    left: 0;
    top: 35%;
    right: 0;
    z-index: 999;
    width: 5.6rem;
    margin:auto;
 }
 #myform{
    position: relative;
 }
.audition h2{ 
    text-align:center; 
    font-size:.48rem; 
    color:#0a72ed; 
    line-height:.56rem; 
    font-weight:bold; 
    padding:.1rem 0;
}
.audition h3{ 
    text-align:center; 
    color:#999; 
    font-size:.3rem; 
    line-height:.36rem; 
    font-weight:bold; 
    padding-bottom:.35rem;
}
.audition ul li{ 
    margin-bottom:.25rem; 
    position:relative;
}
.audition ul li i{ 
    font-size:.3rem; 
    font-weight:bold; 
    color:#838485; 
    line-height:.36rem;
    position:absolute; 
    right:.24rem; 
    top:.15rem;
}
.course{ 
    color: #838485;
    border: 0.02rem solid #dadada;
    border-radius: 0.06rem;
    font-weight: bold;
    padding: 0 0.15rem;
    margin-bottom: 0;
    height: 0.72rem;
    width: 100%;
}
.a_intxt{ 
    border:.02rem solid #dadada; 
    border-radius:.06rem; 
    font-weight:bold; 
    padding:0 0 0 .15rem; 
    height:.72rem; 
    width:100%;
    box-sizing: border-box;
}
.a_inbut{ 
    background:#f5811e;
     border-radius:.25rem; 
     width:100%; 
     display:block; 
     border:none; 
     text-align:center; 
     color:#fff; 
     font-weight:bold; 
     font-size:.4rem; 
     cursor:pointer; 
     height:.85rem;
 }
 .courseClose{
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 1%;
    width: 9%;
}