﻿html, body {
    background: #fbfbfb;
    font-family: helvetica neue;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form, pre {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}

a, button {
    cursor: pointer
}

    input:focus, select:focus, textarea:focus, button:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    }

::-webkit-scrollbar {
    width: 8px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 7px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

::-webkit-scrollbar-track {
    background-color: transparent;
}

    ::-webkit-scrollbar-track:hover {
        background-color: #f8fafc;
    }

input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 12px;
}

.validator-tip {
    color: #e8464b;
    visibility: hidden;
    float: left;
    width: 100%;
}

input[type=text] {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important
}

.register-item {
    width: 100%;
}

#divProtocol {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}

    #divProtocol::-webkit-scrollbar {
        display: none;
    }

.second-title {
    text-align: left;
    margin: 25px 0;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 100%;
}

.third-style {
    float: left;
    width: 100%;
}

.third-sequence {
    float: left;
    width: 6%;
    line-height: 24px;
    font-size: 12px;
}

.third-content {
    float: left;
    width: 94%;
    line-height: 24px;
    font-size: 12px;
    text-align: justify;
}

#divProtocol {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.little-sequence {
    float: left;
    width: 4%;
}

.little-content {
    float: left;
    width: 96%;
    text-align: justify;
}

.enRegister-submit {
    padding: 11px 0;
    background-color: #0072f5;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

    .enRegister-submit:hover {
        background-color: #4795ed;
    }

.icon-search-style {
    width: 16px;
    height: 16px;
    color: #0072f5;
    vertical-align: middle;
    cursor: pointer;
}

.item-fieldName {
    padding: 0 0 8px 0;
    font-size: 16px;
}

.logwing-text {
    font-weight: bold;
    color: #60A9FD;
}

.logwing-logo-small {
    position: relative;
}

.logwing-divider {
    height: 2px;
    background-color: #BFDCFE;
}

.head-title {
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
    margin-top: 30px;
    float: left;
}

.logwing-logo-large {
    width: 260px;
    margin-top: 44px;
}

.form1 {
    width: 100%;
    box-sizing: border-box;
}

.form2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.layui-layer-btn a {
    border-color: #0072f5 !important;
    background-color: #0072f5 !important;
}

.layui-layer-hui .layui-layer-content {
    text-align: left !important;
}

.layui-form-select dl dd {
    text-align: left; /* 确保选项文本靠左对齐 */
}

.layui-form-select dl dd.layui-this {
    background-color: #f2f3f5; /* 选中项的背景颜色 */
    color:black;
}

.bigautocomplete-layout table tr {
    height: 35px;
    line-height: 35px;
}

.bigautocomplete-layout .ct {
    background-color: #f5f7fa !important;
}

.new-register {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow-y: hidden;
}

.new-register-slider {
    position: relative;
    width: 40%;
    height: 100%;
    flex-shrink: 0;
}

.new-register-main {
    position: relative;
    flex: 1;
    height: 100%;
    background-color: #FFF;
}

.slider-main {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.new-register-language {
    position: absolute;
    top: 15px;
    right: 48px;
    padding: 8px 12px;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #666;
    cursor: pointer;
}

    .new-register-language:hover {
        color: #0072f5;
        border-color: #0072f5;
    }

.form-head {
    font-weight: bold;
    color: #333;
}

.form-back {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #999;
}

.arrow-left {
    width: 6px;
    height: 6px;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #999999;
    border-style: solid;
    border-width: 1px 1px 0 0;
    margin: auto;
    transform: rotate(-135deg); /*箭头方向可以自由切换角度*/
}

.form2-content {
    border-radius: 8px;
    padding: 16px;
    background-color: #F2F3F5 !important;
}

.form2-content-head {
    font-size: 22px;
}

.form2-content-tip {
    font-size: 16px;
}

.form2-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.industry {
    clear: both;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f2f3f5;
    border-radius: 5px;
    padding-bottom:10px;
}

@media screen and (max-width: 1600px) {
    .new-register-slider {
        width: 512px;
    }

    .logwing-logo-small {
        width: 141px;
    }

    .logwing-divider {
        width: 60px;
        margin: 43px 0 20px;
    }

    .logwing-text {
        font-size: 24px !important;
    }
    
    .new-register-main-body {
        width: 668px;
        margin: 20px auto 0;
    }

    .form-head {
        font-size: 24px !important;
        margin-bottom: 22px;
    }

    .form-back {
        font-size: 16px !important;
    }

    .item-fieldName {
        font-size: 14px !important;
    }

    .enRegister-submit {
        width: 200px;
    }

    .form2-content {
        height: 286px;
        margin-bottom: 24px;
    }

    .register-checkCode {
        padding-top: 20px;
    }

        .register-checkCode input {
            width: 160px;
        }

    .btnForm2 {
        padding-top: 24px;
        width: 402px !important
    }
}

@media screen and (min-width: 1600px){
    .new-register-slider {
        width: 785px;
    }

    .logwing-logo-small {
        width: 175px;
    }

    .register-item {
        margin-bottom: 40px;
    }

    .logwing-divider {
        width: 60px;
        margin: 72px 0 32px;
    }

    .logwing-text {
        font-size: 30px !important;
    }

    .new-register-main-body {
        width: 684px;
        margin: 150px auto 0;
    }

    .form-head {
        font-size: 28px !important;
        margin-bottom: 32px;
    }

    .form-back {
        font-size: 16px !important;
    }

    .item-fieldName {
        font-size: 14px !important;
    }

    .enRegister-submit {
        width: 200px;
    }

    .form2-content {
        height: 400px;
        margin-bottom: 36px;
    }

    .register-checkCode {
        padding-top: 20px;
    }

        .register-checkCode input {
            width: 160px;
        }

    .btnForm2 {
        padding-top: 36px;
        width: 402px !important
    }
}

