.kt_reg {

}

.kt_reg .kt_reg_top {
    width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 78px;
    margin-bottom: 20px;
}

.kt_reg .menu {
    font-size: 16px;
}

.kt_reg .menu span {
    margin-left: 20px;
    display: inline-block;
}

.kt_reg .menu span a {
    color: #6582DE
}

.kt_reg .menu span:nth-child(2) {
    width: 1px;
    height: 16px;
    background: #939393;
}

.kt_reg .menu span:nth-child(3) {
    color: #6582DE
}

.kt_reg_title {
    width: 1200px;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #5CC7FF;
}

.kt_reg_content {
    width: 1200px;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding-top: 42px;
    padding-bottom: 50px;
    margin-bottom: 52px;
}

.kt_reg_content .ewm {
    width: 188px;
    height: 188px;
    margin: 0 auto;
    border-radius: 6px;
    border: 2px solid #5CC7FF;
    padding: 2px;
}

.kt_reg_content .ewm img {
    width: 100%;
    height: auto;
}

.kt_reg_content .ewm_tips {
    margin-top: 34px;
    font-size: 16px;
    text-align: center;
    color: #444444;
}

.kt_reg_content .ewm_tips div{
    margin-bottom: 10px;
}

.kt_reg_content .pay_success {
    font-size: 16px;
    margin-top: 58px;
}

.kt_reg_content .pay_success a {
    width: 100px;
    height: 32px;
    background: #3B88F2;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: inline-block;
}


.kg_reg_footer  {
    text-align: center;
    line-height: 26px;
    color: #444444
}

.login_form {
    width: 336px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.login_form .login_item {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #EEEEEE;
    padding-left: 17px;
    font-size: 16px;
    margin-bottom: 20px;
}

.login_form .login_item input {
    width: 100%;
    height: 100%;
}

.login_form .login_item.none {
    background: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
}

.login_form .login_item.button {
    margin-top: 44px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
    background: #3B88F2;
    color: #fff;
    cursor: pointer;
}

.login_form .login_item .input_left {
    width: 210px;
    height: 100%;
    border-radius: 4px;
    background: #EEEEEE;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    padding-left: 20px;
}

.login_form .login_item .image_right {
    flex: 1;
    margin-left: 10px;
    height: 100%;
    border-radius: 4px;
    background: #EEEEEE;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
}

.login_item_txt {
    margin-top: 15px;
    text-align: right;
    color: #A2A2A2;
    font-size: 14px;
}

.login_item_txt a {
    margin-left:24px;
}

.login_item_txt a:nth-child(2) {
    color: #3B88F2;
}

.login_form .login_item img {
    width: 16px;
    height: auto;
    margin-right: 20px;
}

.dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.dialog-content {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding-top: 20px;
}

.dialog-content .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.dialog-content .content {
    text-align: center;
    font-size: 18px;
}

.dialog-content .button {
    display: flex;
    margin-top: 20px;
    color: #3B88F2;

}

.dialog-content .button >a {
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #ccc;
     color: #3B88F2;
    
}

.dialog-content .button >a:nth-child(1) {
    border-radius: 0px 0px 0px 10px;
    border-right: none;
     color: #3B88F2;
}

.dialog-content .button >a:nth-child(2) {
    border-radius: 0px 0px 10px 0px;
}

