.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.section-title {
    text-align: center;
}

.section-title .title {
    font-size: 54px;
    color: #000;
    text-transform: uppercase;
}

.section-title .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin: 30px auto;
    background-color: #E35811;
}

.section-title .subtitle {
    width: 60%;
    line-height: 30px;
    margin: 0 auto;
    font-size: 18px;
    color: #808080;
}

.mask {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(41, 39, 34, 0.55);
}

.gray-bg {
    background-color: #F2F2F2;
}

.header .checkMemberLogin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.header .hello-member {
    float: right;
    width: 66px;
}

.section-base-form {
    min-height: 100%;
    padding: 240px 0 200px;
    background: url(../images/lrbanner.jpg) no-repeat center /100% 100%;
}

.section-base-form h3 {
    margin-bottom: 40px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.section-base-form .container {
    width: 500px;
    margin: 0 auto;
}

.section-base-form .item-input-block {
    position: relative;
    /* overflow: hidden; */
    margin: 20px 0;
}

.section-base-form .input {
    width: 100%;
    height: 52px;
    line-height: 20px;
    padding: 0 0 0 15px;
    background-color: #fff;
}

.section-base-form .required {
    border-left: 10px solid #E35811;
}

.section-base-form .email {
    float: left;
    width: 60%;
}

.section-base-form .getVcode {
    float: left;
    width: 40%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border: 1px solid #fff;
    background-color: #e35811;
    cursor: pointer;
}

.section-base-form .submit {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #e35811;
    cursor: pointer;
}

.section-base-form #submit:disabled {
    background: #999;
    cursor: no-drop;
}

.section-base-form .none {
    display: none;
}

.section-base-form .iconState {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
}

.section-base-form .error .iconState {
    background: url(../images/ic_nopass.png) no-repeat center;
    top:16px;
}

.section-base-form .corect .iconState {
    background: url(../images/ic_pass.png) no-repeat center;
    top:16px;
}

.section-base-form .errorMsg {
    display: none;
}

.section-base-form .error .errorMsg {
    display: block;
    margin-top: 4px;
    color: #f00;
}

.section-base-form p {
    padding-top: 80px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.section-base-form .sign-btn {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 25px;
}

.becheckbox {
    position: relative;
    display: block;
    line-height: 26px;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.becheckbox input[type="checkbox"] {
    display: none;
}

.becheckbox input[type="checkbox"]:checked+span {
    background: url(../images/scheck.png) no-repeat center/contain;
}

.becheckbox span {
    position: absolute;
    left: -20px;
    width: 14px;
    height: 14px;
    margin-top: 6px;
    background: url(../images/ncheck.png) no-repeat center/contain;
}

.forgot {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.section-inner-product .item-block-form {
    overflow: hidden;
    margin: 10px;
}

.section-inner-product .inquiry-input-block .item-block-form .width-1 {
    width: 10%;
}
.section-inner-product .inquiry-input-block .item-block-form .width-3 {
    width: 30%;
}
.section-inner-product .inquiry-input-block .item-block-form .width-4 {
    width: 40%;
}
.section-inner-product .inquiry-input-block .item-block-form .width-9 {
    width: 90%;
}

.section-inner-product .item-block-form input[type="text"] {
    float: left;
    margin: 1% 1%;
    height: 40px;
    border-radius:5px;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
    color: #BFBFBF;
}
.section-inner-product .item-block-form textarea[type="text"] {
    float: left;
    margin: 1% 0 1% 0;
    height: 120px;
    border-radius:5px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    color: #BFBFBF;
}

.section-inner-product .item-block-form .vcode-input {
    width: 30% !important;
}

.section-inner-product .item-block-form .vcode {
    width: 17%;
    margin-top: -15px;
}

.section-inner-product .btn {
    font-size: 0;
    text-align: center;
}

.section-inner-product .item-block-form input[type="submit"] {
    display: inline-block;
    width: 20%;
    margin: 0 2%;
    color: #fff;
    border: 1px solid transparent;
    background-color: #E35811;
}

.section-inner-product .item-block-form input[type="reset"] {
    display: inline-block;
    width: 20%;
    color: #E35811;
    border: 1px solid #E35811;
}

.errorMsg{
    color: red;
    font-size: 15px;
}
.none{
    display: none;
}


@media (max-width:768px) {
    .section-base-form {
        padding: 30px 0;
        /*margin-top: 54px;*/
        min-height: 100%;
    }
    .section-base-form .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .section-base-form{
        margin-top: 0;
    }

    .section-base-form .container {
        padding-top: 20%;
    }
    html, body {
        height: 100%;
    }

    .section-base-form h3 {
        font-size: 20px;
    }
    .section-base-form li {
        margin: 0;
    }
    .section-base-form .item-input-block {
        width: 100%;
        margin: 0;
    }
    .section-base-form p {
        padding-top: 40px;
        font-size: 14px;
    }
    .inquiry-float-bar {
        display: none;
        background-color: #fff;
    }
    .inquiry-float-bar .inquiry-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99998;
        width: 90%;
        /*height: 80%;*/
        background-color: #fff;
    }
    .inquiry-float-bar h3,
    .inquiry-float-bar p {
        text-align: center;
        text-transform: uppercase;
    }
    .inquiry-float-bar h3 {
        font-size: 17px;
        color: #222315;
        font-weight: bolder;
        text-shadow: 0 5px 10px 10px #ccc;
    }
    .inquiry-float-bar p {
        margin: 20px auto 40px;
        font-size: 14px;
        color: #c4c9d1;
        font-weight: 600;
    }
    .inquiry-float-bar .inquiry-input-block {
        bottom: 0;
        width: 100%;
        padding: 0;
        font-size: 24px;
        color: #222315;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        background-color: #fff;
    }
    .inquiry-float-bar .send {
        float: right;
        width: 60px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        border-radius: 3px;
        background-color: #E35811;
        cursor: pointer;
    }
    .inquiry-float-bar .cancel {
        float: right;
        width: 60px;
        height: 30px;
        line-height: 30px;
        color: #E35811;
        border-radius: 3px;
        background-color: #f7f7f7;
        cursor: pointer;
        margin-right: 40px;
    }
    .inquiry-float-bar .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        margin: 10px;
        background: url(../images/close.png) no-repeat center / contain;
        cursor: pointer;
    }
    .section-inner-product .inquiry-float-bar .inquiry-input-block .item-block-form .style-min .tip-size{
        font-size: 12px;
        margin-left: 1px;
    }
    .section-inner-product .inquiry-float-bar .inquiry-input-block .item-block-form .style-min{
        width: 99%;
    }
    .section-inner-product .item-block-form input[type="text"] {
        height: 25px;
        font-size: 12px;
        margin-bottom: 11px;
    }
    .section-inner-product .item-block-form .vcode {
        width: 17%;
        margin-top: -32px;
        margin-right: 24px;
        float: right;
    }

}

@media (min-width:1280px) {
    .float-bar img {
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .E-mail-subscriptions {
        display: none;
    }
    .E-mail-subscriptions img {
        display: block;
        width: 30%;
        margin: 40px auto;
        text-align: center;
    }
    .E-mail-subscriptions .subscriptions-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        width: 500px;
        height: 400px;
        background-color: #fff;
    }
    .E-mail-subscriptions h3,
    .E-mail-subscriptions p {
        text-align: center;
        text-transform: uppercase;
    }
    .E-mail-subscriptions h3 {
        font-size: 24px;
        color: #222315;
        font-weight: bolder;
        text-shadow: 0 5px 10px 10px #ccc;
    }
    .E-mail-subscriptions p {
        margin: 20px auto 40px;
        font-size: 14px;
        color: #c4c9d1;
        font-weight: 600;
    }
    .E-mail-subscriptions .subscriptions-input-block {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 40px 15px 40px 30px;
        font-size: 24px;
        color: #222315;
        font-weight: 600;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
    }
    .E-mail-subscriptions .enter-email {
        float: left;
        width: 74%;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
        color: #c4c9d1;
        border-bottom: 1px solid #c4c9d1;
    }
    .E-mail-subscriptions .send {
        float: right;
        width: 100px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: 600;
        border-radius: 25px;
        background-color: #E35811;
        box-shadow: 0 0 10px 1px #c4c9d1;
        cursor: pointer;
    }
    .E-mail-subscriptions .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        margin: 10px;
        background: url(../images/close.png) no-repeat center / contain;
        cursor: pointer;
    }

    .inquiry-float-bar {
        display: none;
        background-color: #fff;
    }
    .inquiry-float-bar .inquiry-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99998;
        width: 70%;
        height: 80%;
        background-color: #fff;
    }
    .inquiry-float-bar h3,
    .inquiry-float-bar p {
        text-align: center;
        text-transform: uppercase;
    }
    .inquiry-float-bar h3 {
        font-size: 24px;
        color: #222315;
        font-weight: bolder;
        text-shadow: 0 5px 10px 10px #ccc;
    }
    .inquiry-float-bar p {
        margin: 20px auto 40px;
        font-size: 14px;
        color: #c4c9d1;
        font-weight: 600;
    }
    .inquiry-float-bar .inquiry-input-block {
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        padding: 2% 0 2% 5%;;
        font-size: 24px;
        color: #222315;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        background-color: #fff;
    }
    .inquiry-float-bar .send {
        float: right;
        width: 100px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        border-radius: 3px;
        background-color: #E35811;
        cursor: pointer;
    }
    .inquiry-float-bar .cancel {
        float: right;
        width: 100px;
        height: 35px;
        line-height: 35px;
        color: #E35811;
        border-radius: 3px;
        background-color: #f7f7f7;
        cursor: pointer;
        margin-right: 25px;
    }
    .inquiry-float-bar .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        margin: 10px;
        background: url(../images/close.png) no-repeat center / contain;
        cursor: pointer;
    }
    .section-inner-product .item-block-form .vcode {
        width: 17%;
        margin-top: 20px;
    }

}

@media (max-width:1279px) {
    .E-mail-subscriptions {
        display: none !important;
    }
    .float-bar img {
        display: none;
    }
}

/* 协议 */
.xieyidetail {
    padding-top: 40px;
    /* padding: 40px; */
    /* border-top: 1px solid #e9e9e9; */
}

.xieyidetail h2 {
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
}

.xieyidetail .article-header-info {
    padding: 30px 0 20px 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.xieyidetail .article-header-info > span {
    padding: 0 40px;
    color: #818080;
}

.xieyidetail .article-content {
    line-height: 24px;
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #4c4c4c;
}

.xieyidetail .article-content p {
    line-height: 25px;
    margin: 20px 0;
}

.xieyidetail .article-content img {
    max-width: 100%;
    border: 0;
    outline: none;
    vertical-align: top;
}

@media (max-width: 768px) {
    .section-base-form {
        padding: 30px 0;
        min-height: 100%;
    }
    .section-base-form .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .container .editor-more{
        padding: 15px !important;
    }
    .section-base-form h3 {
        font-size: 20px;
    }
    .section-base-form li {
        margin: 0;
    }
    .section-base-form .item-input-block {
        width: 100%;
        margin: 10px 0;
    }
    .section-base-form p {
        padding-top: 40px;
        font-size: 14px;
    }
    .detail .article-header-info > span{
        display: block;
        padding: 0;
        text-align: left;
    }
    .section-inner-product .inquiry-float-bar .inquiry-input-block .item-block-form .style-min {
        width: 90%;
    }
    .section-inner-product .inquiry-float-bar .inquiry-input-block .item-block-form .style-min .tip-size{
        display: inline-block;
        width: 30%;
        padding-top: 10px;
    }
    .inquiry-input-block .item-block-form .required {
        display: inline-flex;
    }
}

@media (min-width: 1280px) {
    .float-bar img {
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .E-mail-subscriptions {
        display: none;
    }
    .E-mail-subscriptions img {
        display: block;
        width: 30%;
        margin: 40px auto;
        text-align: center;
    }
    .E-mail-subscriptions .subscriptions-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        width: 500px;
        height: 400px;
        background-color: #fff;
    }
    .E-mail-subscriptions h3,
    .E-mail-subscriptions p {
        text-align: center;
        text-transform: uppercase;
    }
    .E-mail-subscriptions h3 {
        font-size: 24px;
        color: #222315;
        font-weight: bolder;
        text-shadow: 0 5px 10px 10px #ccc;
    }
    .E-mail-subscriptions p {
        margin: 20px auto 40px;
        font-size: 14px;
        color: #c4c9d1;
        font-weight: 600;
    }
    .E-mail-subscriptions .subscriptions-input-block {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 40px 15px 40px 30px;
        font-size: 24px;
        color: #222315;
        font-weight: 600;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
    }
    .E-mail-subscriptions .enter-email {
        float: left;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
        color: #c4c9d1;
    }
    .E-mail-subscriptions .send {
        float: right;
        width: 100px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: 600;
        border-radius: 25px;
        background-color: #e35811;
        box-shadow: 0 0 10px 1px #c4c9d1;
        cursor: pointer;
    }
    .E-mail-subscriptions .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        margin: 10px;
        background: url(../images/close.png) no-repeat center / contain;
        cursor: pointer;
    }
}

@media (max-width: 1279px) {
    .E-mail-subscriptions {
        display: none !important;
    }
    .float-bar img {
        display: none;
    }
}

/*网站通告 START*/
/*大屏幕*/
@media (min-width: 1280px) {
    .Reminder-subscriptions {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
    }

    /*关闭按钮*/
    .Reminder-subscriptions .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 35px;
        background: url(../images/close.png) no-repeat center / contain;
        background-color: #fffbf8;
        cursor: pointer;
        /*z-index: 2;*/
    }

    .inquiry-float-bar .inquiry-box {
        width: 60%;
        height: 30%;
        top: 25%;
    }
}

/*小屏幕*/
@media(min-width: 768px) and (max-width: 1280px) {
    .Reminder-subscriptions {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;

        width: 100%;
    }

    .Reminder-subscriptions img{
        height: 100%;
        width: 100%;
    }

    /*关闭按钮*/
    .Reminder-subscriptions .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 35px;
        background: url(../images/close.png) no-repeat center / contain;
        background-color: #fffbf8;
        cursor: pointer;
        /*z-index: 2;*/
    }

    .inquiry-float-bar {
        display: none;
        background-color: #fff;
    }
    .inquiry-float-bar .inquiry-box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99998;
        width: 80%;
        /*height: 80%;*/
        background-color: #fff;
    }
    .inquiry-float-bar h3,
    .inquiry-float-bar p {
        text-align: center;
        text-transform: uppercase;
    }
    .inquiry-float-bar h3 {
        font-size: 24px;
        color: #222315;
        font-weight: bolder;
        text-shadow: 0 5px 10px 10px #ccc;
    }
    .inquiry-float-bar p {
        margin: 20px auto 40px;
        font-size: 14px;
        color: #c4c9d1;
        font-weight: 600;
    }
    .inquiry-float-bar .inquiry-input-block {
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        padding: 2% 0 2% 5%;;
        font-size: 24px;
        color: #222315;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        background-color: #fff;
    }
    .inquiry-float-bar .send {
        float: right;
        width: 100px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        border-radius: 3px;
        background-color: #E35811;
        cursor: pointer;
        margin-right: 120px;
    }
    .inquiry-float-bar .cancel {
        float: right;
        width: 100px;
        height: 35px;
        line-height: 35px;
        color: #E35811;
        border-radius: 3px;
        background-color: #f7f7f7;
        cursor: pointer;
        margin-right: 240px
    }
    .inquiry-float-bar .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        margin: 10px;
        background: url(../images/close.png) no-repeat center / contain;
        cursor: pointer;
    }
    .section-inner-product .item-block-form .vcode {
        margin: -50px 70px 0 0;
        float: right;
    }


}
/*网站通告 END*/

/*找回邮箱*/
.section-base-form .email-lists h3{
    width: 80%;
    padding-top: 20px;
    margin: 20px auto 0;
    font-size: 20px;
    border-top: 1px solid #fff;
}
.section-base-form .email-lists li{
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
    text-align: left;
    color: #fff;
}
.section-base-form .email-lists p{
    font-size: 18px;
}
.section-base-form #showError{
    color: #f00;
}
.section-base-form #showError p {
    padding-top: 0;
    padding-left: 40px;
    margin: 10px 0;
    color: #f00;
    text-align: left;
}
@media (max-width: 768px) {
    .section-base-form #showError p {
        padding-top: 0;
    }
}

/*去掉苹果样式*/
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
}
