body{
    padding: 0;
    margin: 0;
}
.backgroud_image_dkn_pc {
    background:  no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.phone-top {
    margin-top: 30%;
}

.phonecenter {
    margin-top: 50%;
}

.backgroud_image_dkn_mb {
    background-image: ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.rightvalidate_cont {
    width: 500px;
    box-shadow: 0 0 15px #dcd8d8;
    margin: auto;
    margin-top: 30px;
    padding: 80px 0;
}
.rightvalidate {
    width: 300px;
    margin: 0 auto;
    position: relative;
    line-height: 30px;
    text-align: center;
    z-index: 99;
    border: 1px solid #008bda;
    overflow: hidden;
}

.contentimg {
    width: 300px;
    margin: auto;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}

.v_rightbtn {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 60px;
    cursor: pointer;
    background:  no-repeat 0 6px;
    background-position: 5px;
    background-color: #fff;
    border-left: 0px solid #008bda;
    border-right: 1px solid #008bda;
    border-top: 1px solid #008bda;
    border-bottom: 1px solid #008bda;
}

.hkinnerwrap.active{/*background: #fff;*/}
.hkinnerwrap.active .v_rightbtn{
    background:  no-repeat 0 6px;
    background-position: 5px;
    background-color: #fff;
    border-color: #008bda;
    box-shadow: 0 0 3px #008bda;
    border-left: 1px solid #008bda;
}
.hkinnerwrap.active .v_rightbtn.moveright{
    width: 44px;
    background: url(/uploads/image/simg/arrow.png) no-repeat 6px;
    background-position: 5px;
    background-color: #fff;
    box-shadow: 0 0 3px #008bda;
}
.huakuai{
    line-height: 33px;
    color: #008bda;
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 30px;
    font-size: 13px;
}
.zh-cn .huakuai{font-size: 14px;padding-left: 22px;}
.imgbtn {
    width: 44px;
    height: 171px;
    position: absolute;
    left: 0;
}

.imgbtn img {
    z-index: 99;
    align: center;
}

.imgbg {
    width: 100%;
    height: 171px;
    display: block;
    z-index: 9;
    background-color: white;
}

.imgbg_2 {
    position: absolute;
    bottom: -80px;
    bottom: 35px;
    width: 150px;
    height: 60px;
    display: block;
    z-index: 9;
}

.imgbg_3 {
    position: absolute;
    bottom: -80px;
    bottom: 35px;
    width: 170px;
    height: 60px;
    display: block;
    z-index: 9;
}

.hkinnerwrap {
    border: 0px solid #eaeaf2;
    background:#eaeaf2;
    z-index: 9999;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.refresh {
    position: absolute;
    width: 7px;
    height: 18px;
    top: 142px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px 9px #333;
    cursor: pointer;
    display: block;
    right: 20px;
}

.checkres {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    font-size: 16px;
    color: #008bda;
    display: none;
    text-align: center;
    z-index: 99999;
    background: #fff;
}
.checkres .suc{
    background: url(/uploads/image/simg/right.png) no-repeat 5px;
    width: 160px;
    display: block;
    margin: auto;
    margin-left: 90px;
}
.zh-cn .checkres .suc{
    width: 131px;
    margin-left: 95px;
}
.checkres .fail{
    background: url(/uploads/image/simg/error.png) no-repeat 5px;
    width: 131px;
    display: block;
    margin: auto;
    color: #ff0000;
}
.zh-cn .checkres .fail{
    width: 131px;
    margin-left: 95px;
}
.rightvalidate_cont.phone{
    width: auto;
    box-shadow:none;
    padding: 0;
}