.layui-layer-nobg {
    border-radius: 12px !important;
}

.modal-common {
    background: #fff;
    border-radius: 12px;
    display: flex;
    position: relative;
}

.modal-common-frame{
    position: relative;
}
.modal-login {
    width: 800px;
    height: 500px;
}
.modal-register {
    width: 827px;
    height: 623px;
}
.modal-findPassword {
    width: 800px;
    height: 557px;
}
.modal-agreement {
    width: 740px;
    height: 623px;
    display: block;
    padding: 0 30px;
}
.modal-humanInfo {
    width: 880px;
    height: 592px;
    color: #333;
    display: block;
    font-size: 14px;
}
.modal-left,
.modal-right {
    width: 400px;
    position: relative;
}

.modal-left img{
    display: block;
}
.modal-right{
    box-sizing: border-box;
    padding: 60px 50px;
}
.modal-register .modal-right {
    width: 427px;
    padding: 50px;
}

.modal-humanInfo .modal-left {
    width: 439px;
    padding: 0 25px;
}

.modal-humanInfo .modal-right {
    width: 440px;
    padding: 0 25px;
}
.modal-common-border .modal-left {
    border-right: 1px solid #DEDEDE;
    box-sizing: border-box;
}
.modal-common-addplatform .modal-left {
    width: 333px;
    padding: 11px 20px;
}
.modal-common-addplatform .modal-right {
    width: 306px;
    padding: 11px 20px;
}
.modal-common-frame .layui-layer-close1,
.modal-common .layui-layer-close1 {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    background-position: 1px -40px;
    cursor: pointer;
    z-index: 10;
}
.modal-top-title {
    font-weight: 500;
    font-size: 24px;
    color: #34C0F8;
    text-align: center;
}
.modal-form{
    margin-top: 50px;
}
.modal-register .modal-form {
    margin-top: 30px;
}
.modal-form-line {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.modal-register .modal-form-line {
    margin-bottom: 16px;
}
.modal-humanInfo .modal-form {
    margin-top: 30px;
}
.modal-humanInfo .modal-form-line {
    margin-bottom: 16px;
}
.modal-form-line-justify {
    justify-content: space-between;
}
.modal-form-line-center {
    text-align: center;
    color: #333;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 0;
    height: 30px;
}
.modal-form-line-info {
    color: #333;
    height: 24px;
}
.modal-form-bg {
    width: 100%;
    background: #F6F6F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.modal-form-icon {
    margin: 0 20px;
}
.modal-input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    flex: 1;
    padding: 8px 14px 8px 0;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    border: none;
    outline: none;
    background: none;
}
.modal-form-short {
    width: 167px;
}
.modal-register .modal-input,
.modal-findPassword .modal-input {
    padding-left: 14px;
}

.modal-register .modal-form-short {
    width: 194px;
}
.modal-vcode-wrap {
    width: 121px;
}
.modal-vcode {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}
.modal-check-wrap {
    width: 110px;
    color: #333;
    display: flex;
}
.modal-check {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}
.modal-check-wrap label {
    padding-left: 11px;
    cursor: pointer;
    font-size: 13px;
}
.modal-form-line.modal-form-line-info label {
    width: auto;
    padding-left: 10px;
    cursor: pointer;
    font-size: 13px;
}
.modal-form-line-info .modal-check {
    width: 18px;
    height: 18px;
    margin-top: -1px;
}
.modal-link {
    font-weight: 400;
    font-size: 14px;
    color: #15ACE8;
}

.modal-button {
    display: inline-block;
    line-height: 32px;
    background: linear-gradient(90deg, #37A8FF, #34C9F8);
    padding: 0 15px;
    border-radius: 32px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
    border: 0;
    color: #fff;
}
.modal-forget:hover,
.modal-button:hover {
    opacity: 0.8;
}
.modal-button-submit {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-weight: 400;
    font-size: 18px;
}
.modal-button-code {
    width: 122px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
}
.modal-button-close {
    width: 300px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
}
.modal-button-confirm {
    width: 92px;
    height: 36px;
    margin-right: 10px;
    border-radius: 4px;
}
.modal-button-cancel {
    width: 92px;
    height: 36px;
    background: #E7EBEC;
    color: #333333;
    border-radius: 4px;
}
.modal-agreement-title {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    padding: 40px 0 20px;
}
.modal-agreement-content {
    height: 386px;
    background: #F5F5F5;
    overflow-y: auto;
    color: #333333;
    padding: 25px;
    font-size: 14px;
    line-height: 26px;
}
.modal-agreement-btn {
    text-align: center;
    margin-top: 25px;
}
.modal-title {
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
}
.modal-content {
    display: flex;
}
.modal-common-addplatform .modal-content {
    height: 424px;
}
.modal-block-title {
    border-left: 3px solid #47C6FF;
    margin-top: 20px;
    padding-left: 10px;
    font-weight: 500;
}
.modal-input-border {
    width: 272px;
    height: 20px;
    padding: 5px 14px;
    line-height: 20px;
    border: 1px solid #DEDEDE;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    outline: none;
    box-sizing: content-box;
}
.modal-select-border {
    width: 272px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8e1e4;
    font-size: 14px;
    color: #333;
    padding: 5px 14px;
    border-radius: 3px;
    outline: none;
}
.modal-form-line i {
    font-style: normal;
    color: #ff6b61;
    margin-right: 4px;
}
.modal-form-line label {
    width: 85px;
    color: #666;
}
.modal-input-border[readonly] {
    color: #D8D8D8;
}
.modal-form-separate {
    width: 302px;
    display: flex;
    justify-content: space-between;
}
    .modal-form-separate .modal-select-border {
        width: 95px;
    }
.modal-bottom {
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-top: 1px solid #DEDEDE;
}
label.modal-error {
    position: absolute;
    bottom: -19px;
    left: 86px;
    font-size: 12px;
    color: #f72b2b;
    width: auto;
}
.modal-search{
    display: flex;
}
.modal-input-search {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}
.modal-search-btn {
    width: 53px;
    height: 32px;
    background: url(/Content/img/new/search.png) #EBEBEB no-repeat center;
    border: 0;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    border: 1px solid #D8D8D8;
}
.modal-level-title {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}
.addplatform-collapse-wrap,
.addplatform-selected-wrap {
    height: calc(100% - 40px);
    margin-top: 10px;
    overflow: auto;
}
.addplatform-collapse,
.addplatform-collapse .layui-colla-content, 
.addplatform-collapse .layui-colla-item {
    border: 0;
}

    .addplatform-collapse .layui-colla-title {
        background: none;
        padding: 0 35px 0 4px;
    }
    .addplatform-collapse .top-tab-icon {
        display: inline-block;
        margin-right: 6px;
    }
    .addplatform-collapse .layui-colla-icon {
        left: unset;
        right: 10px;
    }
    .addplatform-collapse .layui-colla-content {
        background: #F1F2F3;
        margin-left: 30px;
    }
.addplatform-checkbox {
    height: 35px;
}

.addplatform-tag {
    text-align: left;
    cursor: default;
    background: #F1F2F3;
    color: #333;
    margin: 10px 0 0 !important;
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #34C9F8;
    background: linear-gradient(90deg, #37A8FF, #34C9F8);
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #37A8FF;
}
    .addplatform-tag:hover {
        opacity: 1;
        color: #333;
    }
    .addplatform-tag .layui-icon {
        float: right;
        cursor: pointer;
    }
        .addplatform-tag .layui-icon:hover {
            color: #FF5722;
        }