/* section38 */

html,
body {
    height: 100%;
    width: 100%;
}

.form-container {
    display: none;
    height: 900px; 
    border-top:1px solid #FFFFFF;
    padding-top: 100px;
    background: linear-gradient(to bottom, #FFFFFF 390px, #8ec142 390px);
}
#section38 {
    width: 100%;
}

#section38 .wrap-form {
    width: 1066px;
    height: 580px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}


/* clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px); */

#section38 .block1 {
    height: 100%;
    background: #F5FAFF;
    padding: 44px 80px 0px 20px;
    clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px);
}

#section38 .block1 .p1 {
    font-size: 30px;
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

#section38 .block1 .p2 {
    margin-top: 36px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

#section38 .block1 .p3 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-top: 50px;
}

#section38 .block2 {
    padding: 38px 65px 48px 92px;
}

#section38 .block2 .titie {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
}

#section38 .block2 .form {
    margin-top: 40px;
}

#section38 .block2 .form .form-control {
    box-shadow: none;
    border-color: #ced4da;
}

#section38 .block2 .form .btn-regist {
    height: 45px;
    display: block;
    color: #ffffff;
    width: 100%;
    background: #8ec142;
    line-height: 27px;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-color: #8ec142;
}

#section38 .block2 .account-href {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

#section38 .block2 .fb {
    display: inline-block;
    margin: 0 35px;
    width: 130px;
    height: 45px;
    background: url(../img/section38/fb-bg.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section38 .block2 .ge {
    display: inline-block;
    margin: 0 10px;
    width: 130px;
    height: 45px;
    background: url(../img/section38/ge-bg.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section38 .block2 .oauth-sign p {
    text-align: center;
    max-width: 388px;
    margin: 0 auto 14px auto;
    border-bottom: 1px solid #D8D8D8;
    ;
    position: relative;
}

#section38 .block2 .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 10px;
}

.show>.area-btn.dropdown-toggle {
    color: #333333;
}

.area-btn:focus {
    box-shadow: none;
}

.area-btn:hover {
    color: #333333;
}

#section38 .dropdown-menu {
    top: 2px !important;
    left: -1px !important;
    width: 180px;
}

#section38 .item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5rem;
}
#section38 .item span{
    font-weight: 400;
    float: right;
}

#section38 .item:hover {
    background-color: #ced4da;
}

#section38 .form .form-group {
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    height: 40px;
}

#section38 .form .input-group-prepend {
    display: inline-block;
    min-width: 60px;
    vertical-align: top;
    border: none;
    height: 40px;
}

#section38 .form .input-group-prepend button {
    border: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    vertical-align: bottom;
    height: 40px;
}

#section38 .form .p1 input {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    border: none;
    height: 38px;
    line-height: 38px;
}

#section38 .form .p2 input {
    display: inline-block;
    width: 227px;
    vertical-align: middle;
    border: none;
    height: 38px;
}

#section38 .form .p2 a {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
    border-left: 1px solid #ced4da;
    color: #007bff;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

#section38 .form .p3 input {
    display: inline-block;
    vertical-align: middle;
    border: none;
    height: 38px;
}
#section38 .form .tips {
    text-align: center;
}

.dropdown-toggle::after {
    vertical-align: .2em;
}


/* section38 */


/* section39 */

@media (max-width:768px) {
    #section38 .wrap-form {
        width: 80%;
        height: 580px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    }
    #section38 .block2 {
        padding: 38px 10% 48px 10%;
    }
    #section38 .block2 .fb {
        margin: 0;
        width: 130px;
        height: 45px;
        background-size: 100%;
        margin-left: 20px;
    }
    #section38 .block2 .ge {
        margin: 0;
        float: right;
        width: 130px;
        height: 45px;
        background-size: 100%;
        margin-right: 20px;
    }
    #section38 .tips {
        text-align: center;
    }
}

@media (max-width:585px) {
    .form-container {
        background: linear-gradient(to bottom, #FFFFFF 340px, #8ec142 340px);
        height: 700px;
    }
    #section38 .wrap-form {
        width: 94%;
        height: 580px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    }
    #section38 .block2 {
        padding: 38px 5% 20px 5%;
    }
    #section38 .form .input-group-prepend {
        min-width: 50px;
        font-size: 14px;
    }
    #section38 .form .input-group-prepend button {
        font-size: 14px;
        padding-left: 10px;
    }
    #section38 .form .p1 input {
        width: 80%;
        white-space: nowrap;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #section38 .form .p2 a {
        width: 35%;
        font-size: 14px;
        border: 1px solid #007bff;
        line-height: 26px;
    }
    #section38 .form .p2 input {
        width: 63%;
        font-size: 14px;
    }
    #section38 .form .p3 input {
        font-size: 14px;
    }
    #section38 .item {
        font-size: 14px;
    }
    #section38 .block2 .form .btn-regist {
        height: 40px;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #section38 .block2 .fb {
        margin: 0;
        width: 120px;
        height: 40px;
        background-size: 100%;
    }
    #section38 .block2 .ge {
        margin: 0;
        float: right;
        width: 120px;
        height: 40px;
        background-size: 100%;
    }
    #section38 .block2 .titie {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    #section38 .block2 .form {
        margin-top: 30px;
    }
    #section38 .wrap-form {
        height: 500px;
    }
    .oauth-sign .form-group {
        margin-bottom: 0;
    }
    #section38 .block2 .account-href {
        font-size: 12px;
    }
    #section38 .tips {
        text-align: center;
        font-size: 14px;
    }
}
@media (max-width: 350px){
    #section38 .form .p1 input {
        width: 75%;
    }
}
