html,body{
    width: 100%;
    height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.landing{
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    overflow: hidden;
}
.landing_banner{
    width: 100%;
    min-width: 1200px;
    height: 520px;
    background: url('./../../../images/home/danka/1/banner.jpg') top center no-repeat;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.bannr_btn{
    width: 100%;
    height: 59px;
    cursor: pointer;
    position: absolute;
    display: block;
    bottom: 163px;
}
.landing_box{
    width: 1200px;
    margin: 60px auto 0;
}
.box_title{
    width: 100%;
    text-align: center;
}
.box_title p:nth-child(1){
    color: #29273A;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}
.box_title p:nth-child(2){
    color: #5B5D65;
    font-size: 26px;
    height: 26px;
}
.box_list{
    width: 100%;
    margin-top: 36px;
}
.box_list ul{
    overflow: hidden;
    width: 100%;
}
.box_list ul li{
    float: left;
    width: 397px;
    height: 417px;
}
.landing_step{
    width: 100%;
    margin: 97px auto;
}
.stepAll{
    width: 100%;
    height:430px;
    padding: 43px 0 0;
    box-sizing: border-box;
    min-width: 1200px;
}
.stepAll img{
    width: 389px;
    height: 316px;
}
.stepAll .step_box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.step_text h1{
    color: #333;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 35px;
}
.step_text p{
    color: #4A4A4A;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 9px;
}
.step_text a{
    display: block;
    width:135px;
    height:42px;
    background:rgba(44,156,254,1);
    border-radius:4px;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.step_text a:hover{
    text-decoration: none;
}
.step1{
    background:rgba(251,251,251,1);
}
.step2{
    background:rgba(255,255,255,1);
}
.landing_rgs{
    width: 100%;
    height: 800px;
    background: url('./../../../images/home/danka/1/rgsbg.png') top center no-repeat;
    padding-top: 58px;
    box-sizing: border-box;
    position: relative;
}
.landing_rgs h1{
    font-size: 40px;
    color: #fff;
    line-height: 41px;
    margin-bottom: 20px;
    text-align: center
}
.landing_rgs p{
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 24px;
}
.landing_rgs_box{
    width: 1200px;
    height: 570px;
    background: #fff;
    margin: 20px auto 0 ;
    overflow: hidden;
}
.rgs_box_title{
    line-height: 50px;
    width:1200px;
    height:50px;
    background:rgba(245,246,250,1);
    border-radius:2px;
    text-align: center;
    color: #29273A;
    font-size: 20px;
    margin-bottom: 78px;
}
.rgs_box_form{
    margin-left: 125px;
    float: left;
}
.form_list{
    margin-bottom: 20px;
}
.form_list:nth-child(4){
    margin-bottom: 0;
}
.form_list .th1{
    color: #29273A;
    font-size: 16px;
    position: relative;
}
.form_list .th1 i{
    display: block;
    position: absolute;
    width: 15px;
    height: 18px;
    top:0;
    left:95px;
}
.form_list .th1 .phone{
    background: url('./../../../images/home/danka/1/phone.png') no-repeat;
}
.form_list .th1 .pass{
    background: url('./../../../images/home/danka/1/pass.png') no-repeat;
}
.form_list .th1 .code{
    background: url('./../../../images/home/danka/1/code.png') no-repeat;
    top:4px;
}

.form_list .th1 input{
    width:340px;
    height:50px;
    background:rgba(245,246,250,1);
    border-radius:2px;
    padding-left: 35px;
    box-sizing: border-box;
    margin-left: 18px;
}
.userCode{
    width: 199px!important;
}
.codeBtn{
    display: inline-block;
    height: 50px;
    width: 130px;
    background: rgba(44,156,254,1);
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-left: 10px;
    cursor: pointer;
    border: 0;
}
.form_list .th2{
    color: #FF5959;
    font-size: 14px;
    margin-left: 11px;
}
.form_flex{
    line-height: 14px;
    color: #29273A;
    font-size: 14px;
    margin-top: 12px;
    margin-left: 82px;
    position: relative;
}
.form_flex a{
    color: #29273A;
}
input[type="checkbox"] {
    position: relative;
    opacity: 0;
    transform: translateY(2px);
    z-index: 2;
    width: 17px;
    height: 17px;
}
input[type="checkbox"]+label {
    font-weight: 400;
    padding-left: 6px;
}
input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border: 1px #DCDCDC solid;
    border-radius: 2px;
}
input[type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 4px;
    width: 17px;
    height: 17px;
    background: url("../img/yes.png") no-repeat center  ;
    border-radius: 2px;
}

.form_btn{
    width: 340px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    line-height: 50px;
    background:rgba(44,156,254,1);
    border-radius:2px;
    color: #fff;
    font-size: 18px;
    margin-top:40px;
    margin-left: 85px;
    cursor: pointer;
}
.form_login{
    line-height: 14px;
    font-size: 14px;
    margin-top: 14px;
    margin-left: 200px;
}
.form_login span{
    color: #999;
}
.form_login a{
    color: #2C9CFE;

}
.rgs_box_prize{
    float: right;
    width: 256px;
    height: 330px;
    background: url('./../../../images/home/danka/1/rgsprize.png') no-repeat;
    margin-right: 66px;
    padding: 70px 0 0 50px;
    box-sizing: border-box;
}
.rgs_box_prize_list{
    height: 227px;
    overflow: hidden;
}
.rgs_box_prize ul li{
    font-size: 16px;
    color: #E18504;
    line-height: 16px;
    margin-bottom: 14px;
    height: 16px;;
}
.rgs_box_prize ul li span{
    margin-right: 22px;
    display: inline-block;
}
.rgs_box_prize ul li span:nth-child(1){
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rgs_box_prize ul li span:nth-child(3){
    margin-right: 0px;
}
.landing_footer{
    width: 100%;
    min-width: 1200px;
    margin:  0 auto;
    height: 130px;
    background: url('./../../../images/home/danka/1/part5.jpg') top center no-repeat;
}

