



* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    /* background-color: pink; */
}
/* 图片 */
img {
    max-width: 100%;
}
.img2 {
    width: 100%;
    height: auto;
}
.img_st1{
    margin-top: 15px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.st_allcon {
    padding-bottom: 50px;
}
.hadsp{
    width: 100%;
    height: 40px;
}

/* 加载 */

.st_loadbox {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999999;
}
/* 背景色 */
.allbg1{
    min-height: 100vh;
    background-color: #F5F5F5;
}
/* 背景图 */
.com_bg1{
    background: url(../images/bg1.jpg) repeat;
    min-height: 100vh;
    background-attachment: fixed;
}
.com_bg2{
    background: url(../images/bg5.png);
    background-size: 100%;
    color: white!important;
}
.com_bg3{
    background: url(../images/bg6.png);
    background-size: 100%;
    min-height: 100vh;
}
/* 按钮 */
.com_btn1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    background-color: #ff6a18;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 30px;
}


.st_load {
    margin: 50% auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 10px solid black;
    border-right: 10px solid black;
    border-bottom: 10px solid black;
    border-left: 10px solid #a500db;
    animation: ani 1s linear infinite;
    -webkit-animation: ani 0.5s linear infinite;
}

@keyframes ani {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* 超过行数隐藏 */
.texth1{
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.texth2{
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 新闻案例开始 &&&&&&&&&&&&&& */
/* 新闻列表 */
.new_gpic{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.newd_Tnum{
    position: absolute;
    bottom: 15px;
    left: 41%;
    margin-left: 6px;
    font-size: 14px;
    color: #a8a8a8;
}
.newd_Ttime{
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 14px;
    color: #a8a8a8;
}
.newd_TItem{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    min-height: 70px;
}
.newd_Tname{
    font-size: 14px;
    /* font-weight: bold; */
}
/* 首页的最新资讯 */
.newparTbox{
    padding: 10px 0;
}
.newparT{
    font-size: 18px;
    font-weight: bold;
}
.newmore{
    text-align: right;
    color: gray;
    font-size: 14px;
}
.newsnum{
    margin-left: 4px;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 新闻案例结束 &&&&&&&&&&&&&& */

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 练习和考试通用样式 &&&&&&&&&&&&&& */
.gameitem{
    width: 100%;
    max-width: 200px;
    background-color: #FF9800;
    text-align: center;
    margin: 15px auto;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 5px 5px black;
  }
  .gameitem a,.gameitem a:hover{
    color: white;
  }
.epbtnitem{
    flex: 2;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.epbtnbox{
    display: flex;
}
.boxbg1{
    min-height: 100vh;
    background: linear-gradient(45deg, #e71359,#148fed);
}
.epcon{
    padding-left: 15px;
    padding-right: 15px;
}
.eptitle{
    background-color: #d5a500;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 50px;
    color: white;
    position: relative;
}
.eptitle::after{
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid #bc9200;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #bc9200;
}
.eptitle::before{
    position: absolute;
    right: -20px;
    top: 0;
    content: "";
    border-left: 10px solid #bc9200;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #bc9200;
}
.epbox{
    padding: 30px 20px;
    background-color: white;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    max-width: 600px;  
}
.epbtn{
    background-color: #a500db;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
    margin-top: 30px;
}
.ep_titlename{
    line-height: 30px;
    font-size: 15px;
    text-align: left;
}
.epradio{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ertime{
    font-size: 12px;
    color: gray;
}
.eparticlle{
    text-align: left;
    line-height: 30px;
    margin-top: 20px;
  }
  .epredy{
      margin-top: 20px;
    font-size: 22px;
    color: #a500db; 
  }
  .epredy2{
      font-size: 22px;
      color: #a500db;
      font-weight: bold;
      animation: epredy_ani1 1s infinite;
  }
  @keyframes epredy_ani1{
      0%{transform: scale(3);}
      100%{transform: scale(1);}
  }
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 固定高度，超过滚动 &&&&&&&&&&&&&& */

.coursecon {
    display: block;
    margin: 0px auto;
    overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: red; */
}

.coursecon::-webkit-scrollbar {
    width: 0px;
    opacity: 0;
    -webkit-overflow-scrolling: touch
}

.c_space {
    width: 100%;
    height: 50px;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 头部 &&&&&&&&&&&&&& */
.fixhad2{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .fixhad2_spa{
      width: 100%;
      height: 40px;
  }
.fix {
    position: fixed!important;
    z-index: 999999;
}

.h_space {
    width: 100%;
    height: 50px;
}

.st_had {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #a500db;
    height: 38px;
    z-index: 99;
}

.st_had a {
    font-size: 16px;
}

.st_hadLeft img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    width: auto;
    height: 20px;
}

.st_hadLeft a {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    color: white;
}

.st_hadCenter a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.st_hadRight img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: auto;
    height: 20px;
}

.st_hadRight a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    color: white;
}




/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 底部 &&&&&&&&&&&&&& */
.container_bottom ul{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background: black;
    height: 45px;
    line-height: 45px;
    display: flex;
    z-index: 100;
}
.container_bottom li{
flex: 2;
display: inline-block;
text-align: center;
}
.container_bottom a{
font-size: 14px;
font-weight: bold;
color: #999;
}
.fot_cbox{
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 65px;
  background-color: black;
  border-radius: 70px 70px 0 0;
  z-index: 88;
}
.daka1{
    font-weight: normal;
  line-height: 0px;
  font-size: 26px;
}
.daka2{
  margin-top: 22px;
  line-height: 0;
}
.comactive a{
    color: white !important;
}
.comfoth{
    height: 45px;
    width: 100%;
}
.container_bottom img{
    width: 35px;
    height: auto;
}
.Cfot{
    width: 100%;
    height: 30px;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 注册与登陆 &&&&&&&&&&&&&& */
.st_back2 {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
    height: auto;
    color: #E07412;
    font-size: 22px;
}
.myloginbg{
    /* background: url("/images/icon/a19.jpg"); */
    /* background-color: #FD7C52; */
    /* background-image: linear-gradient(#FE8917,#FF5809); */
    min-height: 100vh;
}
.threeb{
    margin-top: 40px;
    position: relative;
}
.threeb1{
    position: absolute;
    left: 0;
    right: 0;
    background-color: #F5F5F5;
    height: 1px;
    width: 100%;
}
.threeb2{
    position: absolute;
    left: 50%;
    top: -10px;
    width: 90px;
    text-align: center;
    margin-left: -45px;
    background-color: white;
    color: gray;
    font-size: 15px;
}
.threeimg{
    width: 40px;
    height: auto;
    margin-top: -15px;
}
.xieyi{
    font-size: 14px;
    margin-top: 10px;
}
.loginbox {
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 250px;
    background: url("/images/icon/l_bg.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
}

.registerbox {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 250px;
    background: url("/images/icon/l_bg.png"); */
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.loginbox2 {
    padding-left: 15px;
    padding-right: 15px;
}

.st_lgtitlebox {
    background-color: transparent;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.st_lgtitleatv {
    color: #E07412;
    font-size: 20px;
    font-weight: bold;
}

.st_lgtitle {
    margin-left: 15px;
    padding-right: 15px;
    color: rgb(209, 209, 209);
    font-size: 16px;
}

.inputbox {
    position: relative;
    margin-top: 10px;
    /* border: 1px solid white; */
    /* border-bottom: 1px solid rgb(241, 241, 241); */
}

.st_input {
    padding-left: 15px;
    padding-right: 10px;
    /* border: none; */
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #E07412;
    outline: none;
    background-color: transparent;
    /* border: 1px solid white; */
    border: none;
    border-radius: 25px;
    background-color: #EDEFFC;
}

.st_input::placeholder {
    font-size: 16px;
    color: #E07412;
}

.buttonbox {
    margin-top: 30px;
}

.st_button {
    width: 100%;
    border: none;
    background-color: #E07412;
    color: white;
    font-size: 17px;
    height: 40px;
    border-radius: 25px;
    outline: none;
}

.st_lgtext1 {
    display: block;
    margin-top: 10px;
    color: #E07412;
    font-size: 14px;
}

.yzm {
    position: absolute;
    right: 6px;
    top: 11px;
    cursor: pointer;
    color: #E07412;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 3px;
    z-index: 99;
}

.st_grade {
    padding-left: 5px;
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
}

.st_grade select {
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*添加下拉三角图标*/
    background: url("/images/icon/i_1.png") no-repeat;
    background-position: right center;
    background-size: 9px 5px;
    padding-right: 15px;
    font-size: 12px;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 近视矫正学习 &&&&&&&&&&&&&& */
.bom{
    width: 24px;
    height: auto;
    position: fixed;
    z-index: 600;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
    animation: bomani1 1s linear infinite;
  }
  @keyframes bomani1{
    0%{
     opacity: 0;
     bottom: 0px;
    }
    100%{
     opacity: 1;
     bottom: 20px;
    }
  }
.listbtn {
    position: absolute;
    bottom: 80px;
    z-index: 150;
    height: 30px;
    width: auto;
    right: 15px;
  }
  .listimgbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .listimgbox img{
      border-radius: 10px;
  }
  .listimgbox video{
      width: 100%;
      height: auto;
      border-radius: 10px;
  }
  .ctitle{
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: green;
      margin-bottom: 10px;
  }
  .ctext{
      color: black;
      font-size: 12px;
  }
  .cbtn{
      display: inline-block;
      padding: 5px 20px;
      background-color: #00B254;
      color: white;
      border-radius: 5px;
      margin-top: 20px;
  }
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&动画 */


/* 向下翻滚 */

.ani1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    perspective: 800px;
    /* background-color: red; */
    animation: a1 linear 0.5s 1;
}

@-webkit-keyframes a1 {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}


/* 向左翻滚 */

.ani2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    perspective: 800px;
    /* background-color: red; */
    animation: a2 linear 0.5s 1;
}

@-webkit-keyframes a2 {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}


/* 向右翻滚 */

.ani3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    perspective: 800px;
    animation: a3 linear 0.5s 1;
}

@-webkit-keyframes a3 {
    0% {
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}


/* 左移 */

.ani4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* transform: translate(100px,0px);
  -webkit-transform:translate(100px,0px); */
    animation: a4 linear 0.2s 1;
}

@-webkit-keyframes a4 {
    0% {
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
}


/* 右移 */

.ani5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    animation: a5 linear 0.2s 1;
}

@-webkit-keyframes a5 {
    0% {
        transform: translateX(50%);
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }
    100% {
        transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
}


/* 上移 */

.ani6 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    animation: a6 linear 0.5s 1;
}

@-webkit-keyframes a6 {
    0% {
        transform: translateY(50%);
        -ms-transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }
    100% {
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}


/* 下移 */

.ani7 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    animation: a7 linear 0.5s 1;
}

@-webkit-keyframes a7 {
    0% {
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    100% {
        transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&脑波测试提交和测试结果&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* 测试结果 */
.sumit_btn{
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    /* background-color: #d4d4d4; */
    border: 1px solid #607D8B;
    color: #607D8B;
    margin-bottom: 10px;
}
table{
    width: 100%;
}
.lsy_bg1{
    background-color: #ffffe1;
}
/* .table_1 */
.table_1 td{
    /* width: 20%!important; */
    border: 1px solid #00b4ff;
    vertical-align: top;
    padding: 5px;
    font-size: 14px;
}
.table_1 td:first-child{
    width: 100px;
    text-align: center;
    font-weight: bold!important;
    vertical-align: middle;
}

/* .table_2 */
.table_2 td{
    width: 33%!important;
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}

/* .table_3 */
.table_3 td{
    /* width: 20%!important; */
    border: 1px solid #00b4ff;
    vertical-align: top;
    padding: 5px;
    font-size: 14px;
}
.table_3 td:first-child{
    width: 70px;
    vertical-align: middle!important;
    font-weight: bold;
}

/* table_4 */
.table_4 td{
    width: 33%!important;
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}

/* table_5 */
.table_5 td{
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    text-align: left;
}


/* table_6 */
.table_6 td{
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px;
}

/* table_7 */
.table_7 td{
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px 0;
    text-align: center;
}
.table_7 td img{
    max-width: 90%;
    height: auto;
}

/* .table_8 */
.table_8 td{
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px 0;
    text-align: center;
}
.table_8 td:nth-child(1){
    width: 35px!important;
}
.table_8 td:nth-child(2){
    width: 35px!important;
}
/* table_9 */
.table_9 td{
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px;
}

.table_9 td:first-child{
    width: 115px;
}
/* 公共表格样式 c_table */
.c_table td{
    border: 1px solid #00b4ff;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}
.fw{
    font-weight: bold;
}
.lsy_fot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 55;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.lsy_fotatv{
    background-color: #9C27B0;
    color: white;
}
.lsy_fotspace{
    width: 100%;
    height: 50px;
}
.lsy_fot ul{
    display: flex;
}
.lsy_fot li{
    cursor: pointer;
    flex: 2;
    display: inline-block;
    text-align: center;
}
/* 表格标题 */
.table_title{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: red;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid red;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 10px;
}
.save_lsy{
    position: fixed;
    padding: 2px 10px;
    /* background-color: white; */
    border: 1px solid white;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    top: 8px;
    right: 40px;
    z-index: 9999;
    font-size: 13px;
}
.color1{
    color: green;
}
.color2{
    color: #9C27B0;
}
.color3{
    color: darkorange;
}
.color4{
    color: blue;
}
.color5{
    color: red;
}
.table1{
    width: 100%;
}
.table1 th,.table1 td
{
border: 1px solid #8BC34A;
font-size: 16px;
}
.table1 td{
    vertical-align: middle;
    width: 25% !important;
    padding: 2px;
    text-align: left;
    padding-left: 5px;
}
.result_desc{
    border: 1px solid gainsboro;
    border-radius: 3px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .result_t2{
    font-size: 18px;
    font-weight: bold;
    color: red;
  }
  .result_t3{
    color: gray;
  }
  .result_t4{
      color: #1989fa;
  }
  .result_t5{
    color: #f30c74;
}
  .result_ul li{
      /* background: url(../images/bg5.png);
      background-size: 100%; */
      background-color:rgba(255, 255, 255, 0.534);
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: black;
      display: inline-block;
      border-radius: 2px;
      cursor: pointer;
      font-size: 18px;
      margin-top: 15px;
      border-radius: 5px;
  }
  .result_ul li a{
      display: block;
      color: #E07412;
  }
  .result_box1{
    display: flex;
  }
  .result_box1 a{
    flex: 2;
    text-align: center;
    display: inline-block;
    color: black;
  }
  .popup_result {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 93%;
    z-index: 1000;
    opacity: 0;
  }
  .fot_sp{
    width: 100%;
    height: 40px;
  }
  .exportbtbn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #CC0000;
    color: white;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .result_title{
    padding-left: 15px;
      line-height: 30px;
      border-left: 5px solid #CC0000;
      font-size: 18px;
      background: #F5F5F5;
      margin: 8px 0;
      font-weight: bold;
  }
  .result_text{
    font-size: 15px;
    line-height: 28px;
    background-color: #fff;
  }
  .result_item{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* *********提交页面 */
  .infolist{
    /* padding: 5px 0; */
    margin-bottom: 10px;
}
.info_t1{
    color: gray;
}
.info_text1{
    font-size: 14px;
    color: #E07412;
    font-weight: bold;
    /* position: absolute; */
}
.info_input1{
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #E07412!important;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    /* padding-left: 10px; */
}
.info_radio{
    margin-top: 10px;
    margin-bottom: 10px;
}
.info_box{
    margin-top: 15px;
    padding: 20px 20px;
    border-radius: 8px;
    /* font-size: 16px; */
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.301);
    background-color: #fff;
}
.info_btn1{
    cursor: pointer;
    /* background-color: #E07412; */
    background: url(../images/bg5.png);
    background-size: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 25px;
    margin: 20px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.466);
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&混合 */
.gameitem a{
    display: block;
    cursor: pointer;
}