@charset "utf-8";
/*html,body*/
/*{*/
/*    max-width: 750px;*/
/*    font-size: 10px;*/
/*    margin: 0 auto;*/
/*}*/
a{text-decoration: none;}
.header {
    width: 100%;
    font-size: 2rem;
    color: #1B407A;
    margin: 10px 0;
    margin-top: 100px;
}

.header::before
{
    content: '';
    border-left: 3px solid #1B407A;
    padding-right: 5px;
}
#menu
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    align-items: center;
}
#menu li
{
    list-style-type: none;
    width: 33%;
    height: auto;
}
.menulia{
    width: calc((100% - 120px) / 3) !important;
    margin: 0 20px;
    margin-bottom: 40px; 
}
.menulia a{
    height: 100%;
    display: flex;
    justify-content:  center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0 50px;
    border-radius: 20px;
}
.menulia a img{
    width: 50% !important;
    margin: 20px 0;
}
.menulia a span{
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
#menu li img
{
    width: 100%;
    height: auto;
}

#content
{
    /*margin-top: 5vh;*/
}
#content .ccc
{
    display: none;
    /* opacity: 0; */
    width: 100%;
    margin-bottom: 180px;
}
#content .active
{
    display: block;
    /* opacity: 1; */
}
#content .ccc .c_header
{
    color: #1b407a;
    text-align: center;
    font-size: 2.0rem;
    margin: 1vh 0 5vh;
}
#content .ccc button
{
    height: auto;
    width: 80%;
    /* color: dimgray; */
    color: white;
    margin: 0 auto;
    display: block;
    margin: 5vw auto;
    line-height: 4rem;
    border: 0;
    font-size: 17px;
    /* background: #E0EEEE; */
    background: #1b407a;
    border-radius: 5px;
}
#content .ccc img
{
    width: 50%;
    margin: 0 auto;
    display: block;
    padding-bottom:50px;
}

#content .ccc ul
{
    /* counter-reset: sectioncounter; */
    /* list-style-type: upper-alpha; */
    display: flex;
    justify-content: center;
    padding: 0;
}
#content .ccc ul li
{
    list-style-type: none;
    font-size: 1.4rem;
    color: #777;
    margin: 0 5px;
}
/*
 #content .ccc ul li:before 
{
     content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
    font-weight: bold;
    color: #fa9914;
    font-family: HelveticaNeue-Bold, HelveticaNeue;
    
} 
*/
#content .ccc p
{
    width: 80%;
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
    
}
#content .ccc .img_group
{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#content .ccc .img_group img
{
    width: 40%;
    padding: 2%;
}
/* #content .ok p{color: cadetblue;}
#content .err p{color:coral;} */
#content .ok p{color: #000;}
#content .err p{color:#000;}

#content .ok button{width: 80vw;}
#content .err button{}
#content .ccc .forminput
{
    height: 4rem;
    margin: 2rem auto;
    display: block;
    border-radius: 5px;
    border: 1px solid #dedede;
    text-indent: 10px;
    width: 80%;
}
#content .ccc .subbutton
{
    color: #fff;
    letter-spacing: 3px;
    opacity: 0.8;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 5vw auto;
    line-height: 5rem;
    width: 80%;
    display: block;
    text-align: center;
    font-size: 17px;
    /* background: #43CD80; */
    background: #46a0ea;
    cursor: pointer;
}
#content .ccc a{text-decoration: none;}
#content .ccc .gotoswt_btn
{
    color: #fff;
    letter-spacing: 3px;
    opacity: 0.8;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin: 5vw auto;
    line-height: 5rem;
    width: 80%;
    display: block;
    text-align: center;
    font-size: 17px;
    /* background: #4876FF; */
    background: #46a0ea;
    cursor: pointer;
    text-decoration: none;
}

.djs
{
    font-size: 1.8rem;
    text-align: right;
    color: #1b407a;
    margin-right: 2vw;
}
#content .ccc .res_img{width: 30%;margin: 3vh auto;}
#content .ccc .c_text
{
    color: #222222;
    font-size: 2rem;
    line-height: 3rem;
    text-indent: 4rem;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}
#content .ccc .c_start
{
    border-radius: 10px;
    margin-top: 150px;
    background: #43CD80;
}
#canvas{width: 100%;height: auto;background-color: #ffffff;}


.btns 
{
    margin-top: calc(400vw / 85);
    width: 100%;
    position: relative;
    min-height: calc(2880vw / 85);
    text-align: center;
    display: none;
    margin: 20px 0;
}

.ce {
    position: absolute;
    height: calc(700vw / 85);
    color: #fff;
    background: green;
    border: 0;
    
    width: 240px;
    font-size: 36px;
    font-weight: bold;
}

.up {
    left: calc(50% - 700vw / 140);
}

.down {
    top: 60%;
    left: calc(50% - 700vw / 140);
}

.center 
{
    left: calc(50% - 700vw / 140);
    top: 30%;
    padding: 0;
}

.left {
    left: 15%;
    top: 30%;
}

.right {
    right: 13%;
    top: 30%;
}

.testE{height: 25vh; display: none;}
.testE .Enum{position: absolute;top: 50%;}
.testE .Eleft{left: 20px;}
.testE .Eright{right: 20px;}
.testE > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#Eshow{position: relative;}
.result{width: 100%;}
.result .r_title{text-align: center; font-size: 2rem;}
.result .r_img{display: block;width: 50%;margin: 2vh auto 0;}
.result p{text-align: center; font-size: 2rem;width: 80%;margin: 0 auto;}
.result .btn_wrap{ display: flex; margin: 30px 0; }
.result .btn_wrap button
{   
    color: #ffffff;
    background: #1b407a; 
    flex: 1; margin: 0 80px; 
    border: 0;
    width: 32vw;
    min-height: 50px;
    border-radius: 28px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}
.result .btn_wrap a
{   
    color: #ffffff;
    background: #1b407a; 
    flex: 1; margin: 0 80px; 
    border: 0;
    width: 32vw;
    min-height: 50px;
    border-radius: 28px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 2.4;
}
.result .r_r {
    float: right;
}
.result .r_l,.r_r
{
    width: 45%;
    float: left;
}
.clear{clear: both;}

.closeeye
{
    width: 50%;
    height: calc(100vh - 10vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}
.closeeye img
{
    width: 100%;
    
}
.closeeye button
{
    height: auto;
    width: 60%;
    /* color: dimgray; */
    color: white;
    margin: 0 auto;
    display: block;
    margin: 5vw auto;
    line-height: 4rem;
    border: 0;
    font-size: 17px;
    /* background: #E0EEEE; */
    background: #1b407a;
    position: absolute;
    margin-bottom: 60px;
    border-radius: 40px;
margin: 0 20%;
bottom: 5vh;
}
.closeeye p
{
    text-align: center;
    color: #333333;
    font-size: 2rem;
    bottom: 20vh;
    position: absolute;
    width: 100%;
}
.ganyan{margin-top: 0 !important;}
#content .ccc .gytop_img
{
    width: 100%;
}

#content .ccc .gy0
{

}
#content .ccc .gy_text
{
    color: #424242;
    font-size: 1.4rem;
width: 80%;
margin: 3vh auto;
}
#content .ccc .gy_start
{
    background:#46a0ea;
    width: 80%;
    margin-top: 3vh;
    border-radius: 5px;
}
#content .gy0
{
    background: url(../images/ganyan/0_bg.png) left no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2vh;
    /* background-attachment: fixed */
}
#content .gy1
{
    background: url(../images/ganyan/1_bg.png) left no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2vh;
    /* background-attachment: fixed */
}
#content .gy2
{
    background: url(../images/ganyan/2_bg.png) left no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2vh;
    /* background-attachment: fixed */
}
#content .ccc .gy0_img
{
    max-width: 450px;
    width: 50%;
    padding: 4vh 0;
}
#content .ccc .gy1_img
{
    max-width: 216px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy2_img
{
    max-width: 319px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy3_img
{
    max-width: 466px;
    width: 50%;
    margin-bottom: 5vh;
    padding: 3vh 0;
}
#content .ccc .gy4_img
{
    max-width: 214px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy5_img
{
    max-width: 191px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy6_img
{
    max-width: 388px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy7_img
{
    max-width: 642px;
    width: 50%;
    margin-bottom: 5vh;
    padding: 3vh 0;
}
#content .ccc .gy8_img
{
    max-width: 639px;
    width: 50%;
    margin-bottom: 5vh;
    padding: 3vh 0;
}
#content .ccc .gy9_img
{
    max-width: 205px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy10_img
{
    max-width: 263px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy11_img
{
    max-width: 412px;
    width: 50%;
    margin-bottom: 5vh;
}
#content .ccc .gy12_img
{
    max-width: 357px;
    width: 50%;
    margin-bottom: 5vh;
    padding: 3vh 0;
}
#content .ccc .gy13_img
{
    max-width: 160px;
    width: 50%;
    margin-bottom: 5vh;
}
.res_header{color: #000;}


@media (max-width: 760px) {
    .result .btn_wrap button {
      margin: 0 25px;
      min-height: 30px;
      font-size: 12px;
    }
    .result .btn_wrap a {
      margin: 0 25px;
      min-height: 30px;
      font-size: 12px;
    }
    .next_button {
        width: 40vw;
    }
    .result p{
        font-size: 16px;
    }
    .result span{
        word-break: break-all;
    }
    
    .result .r_l,.r_r
{
    width: 50%;
    float: left;
}

    .btns 
{
    margin-top: calc(400vw / 85);
    width: 100%;
    position: relative;
    min-height: calc(2880vw / 85);
    text-align: center;
    line-height: calc(2880vw / 85);
    display: none;
    margin: 20px 0;
}

.ce {
    position: absolute;
    width: calc(1400vw / 85);
    height: calc(700vw / 85);
    color: #fff;
    font-size: 14px;
    line-height: calc(700vw / 85);
    background: green;
    border: 0;
}

.up {
    left: calc(50% - 700vw / 95);
}

.down {
    top: 60%;
    left: calc(50% - 700vw / 95);
}

.center 
{
    left: calc(50% - 700vw / 95);
    top: 30%;
    padding: 0;
}

.left {
    left: 15%;
    top: 30%;
}

.right {
    right: 13%;
    top: 30%;
}
.menulia{
    width: calc((100% - 60px) / 3) !important;
    margin: 0 10px;
    margin-bottom: 20px; 
}
.menulia a{
    height: 100%;
    display: flex;
    justify-content:  center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 30px;
    border-radius: 20px;
}
.menulia a img{
    width: 60% !important;
    margin: 10px 0;
}
.menulia a span{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
  }
