/* body,
html, */

.clregister {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 230px;
}

a:hover {
    color: #000;
}

.w1200 {
    width: 1400px;
    margin: auto;
}

.clregister-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
    margin: auto;
    padding-top: 100px;
}

.clregister-tips {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.clregister-return {
    width: 90%;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
}

.clregister-return a {
    border-bottom: 2px solid #333;
}

.clregister-return a:hover {
    color: #333;
}

.clregister-title {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    font-size: 19px;
}

.clregister-title>a:nth-child(2) {
    cursor: pointer;
    color: #0000EE;
    margin-bottom: 1px;
    border-bottom: 2px solid #0000EE;
}

.agreement-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-top: 30px;
}

.clregister-input-box {
    width: 90%;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.clregister-input-item {
    width: 75%;
    margin-top: 10px;
    margin: auto;
}

.item-iphone {
    display: flex;
    justify-content: space-between;
}

.clregister-input-iphone {
    display: flex;
}

.item-iphone button {
    display: block;
    height: 41px;
    width: 30%;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #ccc;
}

.item-iphone button:hover {
    background-color: #959897;
}

.clregister-input,
.clregister-input-iphone {
    width: 97%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 5px;
}

.clregister-input-iphone {
    width: 60%;
}

.canvas-box {
    height: 41px;
    width: 30%;
    margin-top: 10px;
    cursor: pointer;
}

.canvas {
    width: 100%;
    height: 40px;
}

.agreement {
    width: 68%;
    /* margin-left: : ; */
    /* px; */
}

.agreement a {
    font-size: 13px;
    line-height: 20px;
    color: #0000EE;
}

.clregister-but {
    display: flex;
    /* margin-left: 8px; */
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.clregister-button {
    width: 29%;
    margin-top: 10px;
    background-color: #0f88eb;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-style: normal;
    margin: auto;
}

#enterpriseShowID {
    display: none;
    width: 100%;
}

#userButID {
    color: #0000EE;
    border-bottom: 2px solid #0000EE;
}


/* 验证提示文字 */

.tipsText {
    position: fixed;
    display: none;
    width: 520px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -25px;
    background-color: #6F7071;
    border-radius: 5px;
}

.tipsText span {
    display: flex;
    justify-content: space-evenly;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}


/* end */


/* 弹窗协议 */

.winde {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup {
    position: fixed;
    display: none;
    width: 800px;
    height: 400px;
    top: -300px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
}

.popup-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #efefef;
}

.popup-title button {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 20px;
}

.layui-layer-iframe iframe {
    display: block;
    height: 609.188px;
}


/* end */