*{
	margin: 0;
	padding: 0;
	outline: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input,select,button{
    border: none;
    outline: none;
}

table {
	border-spacing: 0;
}

#wrap{
   overflow: hidden;
}

.zg_one,.zg_two,.zg_three{
    width: 100%;
    height:100vh;
    text-align: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.zg_one{
    background: url(../img/F01.jpg) no-repeat center;
    background-size: cover;
    /*display: none;*/
}

.zg_two{
    background: url(../img/F02.jpg) no-repeat center;
    background-size: cover;
    display: none;
}

.zg_three{
    background: url(../img/F03.jpg) no-repeat center;
    background-size: cover;
    display: none;
}

.main{
    width: 1000px;
    height: auto;
    background: url(../img/shadow.png) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
}

.zg_one .main {
    webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.logo{
    position: relative;
    top: -65px;
    text-align: left;
}

.title{
    margin-bottom: 20px;
    margin-top: -16px;

}

.content{
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.content_son {
    width: 100%;
    display: flex;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.content_son .label {
    width: 110px;
}

.content_son>select, .content_son>input {
    width: calc(100% - 120px);
    height: 30px;
    background: #ebf1f7;
    padding-left: 15px;
}

input::-webkit-input-placeholder {
    color: #000;
}

input::-moz-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder {
    color: #000;
}

.radio {
    width: calc(100% - 120px);
    display: flex;
    justify-content: center;
}

.radio div {
    line-height: 30px;
}

.radio div:nth-of-type(1) {
    margin-right: 90px;
}

.radio div input {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    margin-top: 5px;
}

.radio div label {
    margin-top: -5px;
}

.radio div input:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
    background: #fff;
}

.radio div input:checked:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
}

.radio div input:checked:after{
    content: '';
    width: 29px;
    height: 28px;
    text-align: center;
    display: block;
    position: absolute;
    top: -8px;
    left: -1px;
    vertical-align: middle;
    background: url(../img/dh.png) no-repeat;
}

.zg_one_next, .zg_two_next {
    background: #ff1143;
    padding: 4px 70px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 24px;
    cursor: pointer;
}
.zg_ewm{
    display: flex;
    justify-content: space-around;
}
.zg_ewm dl{
    text-align: center;
}
.zg_ewm dl dt img{
    width: 111px;
    height: 111px;
}
.zg_ewm dl dd{
    font-size:18px;
    color: #010935;
}

.phone_box {
    width: calc(100% - 130px);
    display: flex;
    justify-content: space-between;
}

.phone_box input {
    width: 49%;
    height: 30px;
    padding-left: 15px;
    background: #ebf1f7;
}

.phone_box button {
    width: 49%;
    height: 30px;
    text-align: center;
    background: #ebf1f7;
    cursor: pointer;
    color: #ff1143;
    font-weight: bold;
    font-size: 16px;
}

.btn_box {
    width: 100%;
    display: flex;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
}

.start_btn {
    background: #ff1143;
    padding: 4px 70px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
    cursor: pointer;
}

.btn_box a {
    display: block;
    width: 45%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #ff1143;
    color: #fff;
}

.text {
    padding: 0 50px;
    font-size: 12px;
    margin-top: 40px;
}

.text span {
    margin-right: 2em;
}

.true_box, .false_box,.false_boxs,.home {
    width: 900px;
    height: auto;
    text-align: center;
    background: #fff;
    padding: 50px 55px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, .7);
    -moz-box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, .7);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .7);
    display: none;
}

.home { display: block; z-index: 999;}

.home_title {
    font-size: 24px;
    color: #e60012;
}

.home_text {
    font-size: 20px;
    text-align: left;
    line-height: 33px;
    margin-top: 10px;
}

.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.result_title {
    font-size: 28px;
    color: #e60012;
}

.result_text {
    margin-top: 30px;
    font-size: 18px;
}

.hyperlink {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hyperlink>div {
    width: 48%;
    height: 40px;
    background: #ff1143;
    margin-top: 20px;
}

.hyperlink>div>a {
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 40px;
    display: flex;
    justify-content: center;
}

.hyperlink img {
    vertical-align: middle;
    margin-left: 5px;
}

.true_text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.buffer {
    text-align: center;
    font-size: 20px;
    color: #e60012;
    margin-top: 20px;
}

.list {
    font-size: 20px;
    padding-left: 150px;
    text-align: left;
    line-height: 30px;
}

.notice {
    text-align: center;
    color: #ff1143;
    margin-top: 5px;
}

.qq_btn {
    width: 400px;
    height: 40px;
    font-size: 20px;
    margin: 0 auto;
    background: #ff1143;
    line-height: 40px;
    margin-top: 20px;
}

.qq_btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
}

.qq_btn img {
    vertical-align: middle;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .home{
        display: none;
    }
    .main{
       width: 90%;
       margin: 0 auto;
    }
    .title{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    .title img{
        width: 90%;
    }
    .content{
        width: 90%;
        margin: 0 auto;
    }
    .hide{
        display: none;
    }
    .zg_ewm dl dt img {
        width: 6rem;
        height: 6rem;
    }
    .zg_ewm dl dd {
        font-size: .25rem;
    }
   .labels{
    width: 3.7rem !important;
   }
   .phone_box {
        width: 82%;
    }
    .tels{ 
        width: 81% !important; 
    }
    #yzm{
        width: 44%;
    }
    .phone_box button {
        width: 53%;
    }
    .true_box,.false_box,.false_boxs{
        width: 89%;
        /* height: 58%; */
        padding: .7rem;
        overflow: hidden;
    }
    .result_title{
        font-size: 1rem;
    }
    .buffer{
        font-size: .8rem;
    }
    .list{
        padding:0;
        font-size: .9rem;
    }
    .notice{
        font-size: .3rem;
    }
    .qq_btn{
        width: 93%;
    }
    .result_text{
        font-size: .8rem;
    }
    .hyperlink{
        font-size: .2rem;
    }
    .hyperlink img{
        width: 1.5rem;
        margin-left: 0;
        margin-right: .5rem;
    }
    .btn_box a{
        width: 49%;
        font-size: .24rem;
    }
    .qq_btn a{
        font-size: .4rem;
    }
    .qq_btn img{
        width: 1rem;
    }
}