body{
    margin: 0;
}
.successImg{
    display: block;
	width: 80%;
    margin: 10% auto 0 auto;
}
.successP{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
    color: #000000;
    text-align: center;
    margin: 15px;
}
.tbImages, .jdImages{
    width: 320px;
    height: 180px;
    margin: auto;
}
.img1, .img2{
    border-radius: 10px;
}
.container{
    box-sizing: border-box;
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    font-size: 12px;
    background: url("") no-repeat 50% 0;
    background-size: auto 100%;
}
.logo{
    height: 250px;
    display: flex;
    box-sizing: border-box;
    padding-top: 30px;
    justify-content: center;
    background: url("../images/bg.png") no-repeat 0 0;
    background-size: 100%;
}
.logo .polie img{
    margin-top: 30px;
	width: 160px;
	height: 86px;
}
.logo .notice{
	font-size: 14px;
	letter-spacing: 2px;
    color: #ffffff;
    margin-left: 20px;
}
.logo .notice p{
    margin: 0;
}
.logo .notice p:nth-child(1){
    margin-top: 35px;
    margin-bottom: 10px;
}
.logo .notice p:nth-child(2){
    font-size: 16px;
    margin-bottom: 10px;
}
.logo .notice p:nth-child(3){
    font-size: 16px;
}
.line2{
    padding: 0 30px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000;
    margin-top: 50px;
    margin-bottom: 18px;
}
.line2 p{
    margin: 0;
}
.line2 p:nth-child(2){
    color: #1ba5ff;
}
.line3{
    padding: 0 15px;
    text-align: center;
}
.line3 .title{
    padding: 0 20px;
    color: #000;
    vertical-align: middle;
}
.line3 button{
    min-width: 250px;
	max-width: 345px;
	height: 40px;
	background-color: #1ba5ff;
    border-radius: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}
.line4{
    display: none;
    padding: 0 15px;
}
.line4 .input1{
    box-sizing: border-box;
	height: 40px;
	border-radius: 20px;
    border: solid 1px #1ba5ff;
    /* overflow: hidden; */
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.line4 .input1 input[type=tel]{
    /* width: 100%; */
    width: 100%;
    width: 300px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    border-radius: 19px;
    border: none;
    padding-left: 20px;
}
.line4 .input2{
    box-sizing: border-box;
	height: 40px;
	border-radius: 20px;
    border: solid 1px #1ba5ff;
    /* overflow: hidden; */
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.line4 .input2 input{
    /* width: 100%; */
    width: 80%;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    border-radius: 19px;
    border: none;
}
.line4 .input2 .getCode{
    width: 125px;
    height: 40px;
	background-color: #ffa124;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-top: -1px;
    margin-right: -2px;
    cursor: pointer;
}
.line4 .button button{
    /* min-width: 250px;
    max-width: 100%; */
    width: 100%;
	height: 40px;
	background-color: #1ba5ff;
    border-radius: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    margin-top: 15px;
}
.line5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}
input[type="checkbox"] {
    -webkit-appearance: none;  /*清除复选框默认样式*/
    background: #fff url('../images/nocheck.png') no-repeat 0 0;   /*复选框的背景图，就是上图*/
    background-size: 100%;
    height: 15px;   /*高度*/
    vertical-align: middle;
    width: 15px;
    border: none;
}
input[type="checkbox"]:checked {
    background: #fff url('../images/check.png');
    background-size: 100%;
    height: 15px;   /*高度*/
    vertical-align: middle;
    width: 15px;
}
input:focus{outline:none;}
.agreement{
    width: 95%;
    margin: 50px auto;
}
.agreement h1{
    font-size: 20px;
    text-align: center;
}
.agreement p{
    text-indent: 2em;
}
a{
    color: #333;
    text-decoration: none;
}
.mask{
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(55, 55, 55, 0.3);
    z-index: 2;
}
.mask .agreement{
    width: 80%;
    max-height: 350px;
    padding: 25px;
    border-radius: 10px;
    overflow-y: scroll;
    background: #fff;
}
.mask .btns{
    margin-top: 20px;
    text-align: center;
}
.mask .btns button{
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: rgb(27, 165, 255);
    border: none;
    margin: 0 auto;
}
.line6{
    text-align: center;
    /* position: absolute; */
    /* bottom: 0; */
    margin-top: 100px;
    padding: 0 10px;
    color: #333;
}

