*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
.continer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/bgmain.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
/* .top{
    width: 100%;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/top.png) no-repeat;
    background-size: 100% 100%;
}
.top-title{
    width: 192px;
    height: 25px;
    background: url(../images/desc.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.top-icon{
    width: 124px;
    height: 143px;
    background: url(../images/qhicon.png) no-repeat;
    background-size: 100% 100%;
    float: left;
} */

.top{
    width: 100%;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-title{
    width: 192px;
    height: 24px;
    background: url(../images/desc2.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.top-icon{
    width: 124px;
    height: 143px;
    background: url(../images/qhicon.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.middle{
    width: 90%;
    height: 298px;
    border: 2px solid #FFDD66;
    border-radius: 20px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
}
.middle-icon{
    width: 185px;
    height: 192px;
    background: url(../images/bgtou.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
}
#cdkey{
    width: 285px;
    height: 38px;
    background-color: transparent;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    color: #121212;
    font-size: 14px;
    padding-left: 20px;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}
#mobile{
    width: 285px;
    height: 38px;
    background-color: transparent;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    color: #121212;
    font-size: 14px;
    padding-left: 20px;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}
.btn{
    width: 265px;
    height: 42px;
    border: none;
    border-radius: 20px;
    background-color: #FFDD66;
    color: #66421F;
    font-size: 16px;
    position: absolute;
    top: 106px;
    left: 50%;
    transform: translateX(-50%);
}
.privacypolicy{
    width: 280px;
    height: 40px;
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}
.gou-con{
    width: 14px;
    height: 14px;
    float: left;
}

/*复选框未勾选前的样式*/
input[type="checkbox"]{	
	appearance:none;/*取消默认的复选框样式*/
	/*重新写一个复选框圆角样式*/
	width:14px;/*设置方形宽度为20px*/
	height:14px;/*设置方形高度为20px*/
    background-size:14px 14px;/*背景图片大小,第一个27px表示width宽度,第二个27px表示height高度*/
	background-image:url('../images/unselected.png');/*复选框选中后添加背景图片*/
}
/*复选框选择后的样式*/
input[type="checkbox"]:checked {
	background-image:url('../images/selected.png');/*复选框选中后添加背景图片*/
	background-repeat:no-repeat;/*取消背景图片平铺*/
	background-size:14px 14px;/*背景图片大小,第一个27px表示width宽度,第二个27px表示height高度*/
	background-position: center;/*背景图居中对齐*/
}
.pp-text{
    width: 240px;
    height: 40px;
    float: left;
    font-size: 12px;
    color: #333333;
    margin-left: 5px;
}
.pp-text span{
    color: #DBAA00;
}
.btn:active {
    opacity: 0.7;
  }
.bottom{
    width: 100%; 
    height: auto;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    position: absolute;
    top: 518px;
    left: 50%;
    transform: translateX(-50%);
}
.modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    overflow: hidden;
    display: none;
}
.modal-con{
    width: 100%;
    height:100%;
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-main{
    width: 100%;
    height: 353px;
    position: relative;
}
.m-m-top{
    width: 289px;
    height: 109px;
    background: url(../images/cloud.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.m-m-bottom{
    width: 319px;
    height: 300px;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.m-m-title{
    width: auto;
    height: auto;
    color: #121212;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}
.m-m-desc{
    width: 70%;
    height: auto;
    color: #666666;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}
.m-m-info{
    width: 80%;
    height: 65px;
    border-radius: 4px;
    background-color: rgba(255,221,102,0.4);
    margin: 0 auto;
    color: #66421F;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.m-m-i-content{
    width: auto;
    height: auto;
}
.m-m-btn{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.btn-cancel{
    width: 122px;
    height: 42px;
    border: none;
    border-radius: 30px;
    background-color: rgba(255,221,102,0.2);
    font-size: 14px;
    color: #66421F;
    font-weight: 600;
}
.btn-cancel:active {
    opacity: 0.7;
  }
.btn-ok{
    width: 122px;
    height: 42px;
    border: none;
    border-radius: 30px;
    background-color: #FFDD66;
    font-size: 14px;
    color: #66421F;
    font-weight: 600;
    margin-left: 15px;
}
.btn-ok:active {
    opacity: 0.7;
  }
.toast-wrap{
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.toast-msg{
    background-color: rgba(0,0,0,0.7);
    padding: 8px 20px;
    border-radius: 20px;
}
.toast-wrap2{
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    width: 138px;
    height: 80px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
}
.toast-icon{
    width: 20px;
    height: 20px;
    background: url(../images/checkmark.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 8px;
    margin-top: 18px;
}
.toastAnimate{
    animation: toastKF 2s;
}
@keyframes toastKF{
    0% {opacity: 0;}
    25% {opacity: 1; z-index: 9999}
    50% {opacity: 1; z-index: 9999}
    75% {opacity: 1; z-index: 9999}
    100% {opacity: 0; z-index: 0}
}

