﻿html,
body {
    width: 100%;
    /*height: 100%;*/
    position: relative;
    margin-bottom: 90px;
    min-width: 1250px !important;
}

body {
    width: 100%;
    /*height: 100%;*/
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    min-width: 1250px;
}

html body a {
    text-decoration: none;
    color: #333333;
}

html body img {
    border: none;
}

html body input {
    border: none;
    padding: 0;
}

html body button {
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-button-black1 {
    position: absolute;
    top: -88px;
}

* {
    margin: 0;
    padding: 0;
}

#signin_up .container {
    width: 350px;
    height: 320px;
    /*margin: 100px auto;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 340px;
    top: 140px;
    z-index: 9999999999999;
}

@media (max-width: 3000px) {
    #signin_up .container {
        width: 350px;
        height: 320px;
        /*margin: 100px auto;*/
        background: rgba(255, 255, 255, 1);
        border-radius: 4px;
        text-align: center;
        position: absolute;
        right: 240px;
        top: 80px;
        z-index: 99;
    }
}

@media (max-width: 1370px) {
    #signin_up .container {
        width: 350px;
        height: 320px;
        /*margin: 100px auto;*/
        background: rgba(255, 255, 255, 1);
        border-radius: 4px;
        text-align: center;
        position: absolute;
        right: 140px;
        top: 80px;
        z-index: 99;
    }
}

#signin_up .container h2 {
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1)
}

#signin_up .container form {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}

#signin_up .container form label {
    display: block;
    margin-bottom: 21px;
}

#signin_up .container form label input:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-size: 14px;
    line-height: 42px;
}

#signin_up .container form label input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-size: 14px;
    line-height: 42px;
}

#signin_up .container form label input::-webkit-input-placeholder {
    /* Webkit */
    color: #999;
    font-size: 14px;
    line-height: 42px;
}

#signin_up .container form label input:-ms-input-placeholder {
    /* IE */
    color: #999;
    font-size: 14px;
    line-height: 42px;
}

#signin_up .container form label:nth-of-type(1) input,
#signin_up .container form label:nth-of-type(2) input {
    text-indent: 20px;
    width: 300px;
    height: 44px;
    background: rgba(240, 240, 240, 1);
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 14px;
}

#signin_up .container form label.forget {
    padding: 4px;
    text-align: left;
}

#signin_up .container form label.forget input {
    width: 12px;
    height: 12px;
}

#signin_up .container form .login-btn {
    width: 300px;
    height: 44px;
    background: rgba(230, 2, 20, 1);
    border-radius: 10px;
    font-size: 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 44px;
}

#signin_up .container ._href {
    padding: 4px;
    text-align: left;
}

#signin_up .container ._href a {
    cursor: pointer;
}

.registered {
    margin-left: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(230, 2, 20, 1);
}

.forgetPsw {
    margin-left: 160px;
}

.vCode {
    text-indent: 20px;
    width: 160px;
    height: 44px;
    background: rgba(240, 240, 240, 1);
    border-radius: 4px;
    border: none;
    outline: none;
    float: left;
}

.send_valicode {
    width: 130px;
    height: 44px;
    text-align: center;
    background: rgba(230, 2, 20, 1);
    border-radius: 4px;
    margin-left: 8px;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    float: left;
    line-height: 44px;
    cursor: pointer;
}

.sign-btn {
    border: 1px solid #dcdcdc;
    display: block;
    width: 300px;
    margin: 8px auto;
    background: #fff;
    line-height: 42px;
    height: 42px;
    text-align: center;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.checkBox {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

.checkRight {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #666 !important;
}

.checkRight a {
    color: #666 !important;
}

.i-check {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    margin-top: 14px !important;
    margin-left: 24px;

}

.i-check label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #C7C7CD;
    border-radius: 3px;
}

.i-check label:after {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 2px solid red;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.i-check input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.i-check input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.footBox {
    width: 100%;
    position: absolute;
    bottom: -90px;
    height: 90px;
}

.foot {
    width: 1240px;
    margin: 0 auto;
    text-align: center;

}

.foot .list {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 14px;
    color: rgba(102, 102, 102, 1);
}

.foot .list a {
    padding-left: 10px;

}

.foot .list a:hover {
    color: #d8313a
}

.textfootP {
    font-size: 14px;
}

.swiper-container-horizontal {
    min-height: 500px;
}

/*判断是否为火狐浏览器*/
.cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.cov_cont {
    width: 700px;
    height: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .7) 0 0 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
}

.cov_img {
    width: 100%;
    position: absolute;
    left: 0;

}

.co_pos {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.cov_mes {
    width: 62%;
    position: absolute;
    right: 0;
    margin-top: -34px;
}

.cov_mes h3 {
    font-weight: normal;
    color: #000;
    font-size: 24px;
    margin-bottom: 14px;
}

.cov_mes p {
    font-size: 15px;
    color: #333;
    margin-bottom: 3px;
}

.godown {
   color: #fff;
    background: #f00;
    height: 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    margin-top: 60px;
    width: 82px;
    justify-content: center;
    background: linear-gradient(to top right, #f59a1f, #fe6905);
    font-size: 15px;
}

.godown img {
    width: 20px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}