.test{
    width: 100%;
    height: 1778px;
    background: url("../images/test_bg.png") no-repeat center/cover;
}
.test h1{
    font-size: 62px;
    text-align: center;
    color: #ffffff;
    padding-top: 100px;
    letter-spacing: 10px;
}
.test h1 img{
    margin-left: 10px;
}

/*----------答题----------*/
.test_cont{
    position: relative;
    width: 880px;
    height: 1300px;
    background: #ffffff;
    border-radius: 20px;
    margin: 50px auto 0;

}
.test_cont h2{
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #48c2da;
}
.test_cont h2 img{
    margin-right: 20px;
}

.text01{
    width: 640px;
    margin: 40px auto 0;
}
.text01 p{
    font-size: 18px;
    color: #121314;
    float: left;
    width: 610px;
    display: inline-block;
}
.text01 span{
    margin-right: 5px;
    float: left;
    font-size: 18px;
    color: #121314;
    display: inline-block;
    width: 15px;
}
.text01 li{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.text01 label{
    font-size: 18px;
    color: #464646;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    width: 190px;
    display: inline-block;
    margin-top: 5px;
}
.text01 li:first-child{
    margin-left: 20px;

}
.tx6 input{
    width: 636px;
    height: 45px;
    margin-top: 20px;
    text-indent: 2em;
}
input[type="checkbox"]{
    display: inline-block;
    width: 23px;
    height: 21px;
    border:1px solid #b5b5b5;
    /*-webkit-appearance:none;*/
    background: #ffffff;
    color: #48c2da;
}

.test_cont button{
    width: 303px;
    cursor: pointer;
    margin: 30px 300px;
    border:0;
    border-radius: 50px;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    height: 79px;
    background:linear-gradient(160deg,#60bde9 20%,#6194e9 80%);
    border: none;
}


/*-----------提交后-------------*/
.test_after{
    width: 432px;
    height: 288px;
    background: #60bde9;
    border-radius: 20px;
    position: absolute;
    bottom: 12%;
    left: 30%;
    display: none;
}
.title img{
    float: left;
    margin-top: 45px;
    margin-left: 85px;
}
.test_t{
    float: left;
    color: white;
    width: 200px;
}
.test_t h1{
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin-top: 45px;
}
.test_t h3{
    font-size: 14px;
    margin-left: 20px;
    margin-top: 5px;
}
.test_after a{
    width: 300px;
    height: 40px;
    display: inline-block;
    background: #a7e3ff;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    color: #30a9e2;
    margin-left:70px
}
.test_after a span{
    font-size: 18px;
    font-weight: bold;
    color: #0371a5;
}
.test_after a:first-child{
    padding-top: 40px;
}