/*common*/
body {
    background-image: url("../image/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    margin: 0;
    padding: 0;
    padding-bottom: 32rem;
    min-height: 40rem;
    position: relative;
}

 p, div, main, header, ul, li, section {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

 a {
     text-decoration: none;
     color: white;
 }

a:hover {
    text-decoration: none;
}

input {
    background-color: transparent;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

textarea {
    outline: none;
    padding: 0.5rem 1rem;
}


ul li {
    list-style-type: none;
}

button {
    border: none;
}

.font-weight-normal {
    font-weight: normal;
}

.linear-gradient {
    background: linear-gradient(-10deg,#F0398D,#F09224);
    letter-spacing: 0.15rem;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc!important;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc!important;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc!important;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc!important;
}

/*header*/
header {
    width: 75rem;
    margin: 0 auto;
}

/*芯*/
.home-page {
    width: 100%;
    overflow-x: hidden;
}


/*导航栏*/
.page-nav {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
    margin-top: 1.5rem;
}

.page-nav li {
    margin-right: 2.8rem;
    cursor: pointer;
}

.page-nav li a {
    color: #fff;
}

.page-logo {
    margin-right: 4rem!important;

}

.page-logo img {
    width: 15.125rem;
}

.nav-active a{
    color: #5375E0!important;
}

.login-button {
    margin-right: 1.8rem!important;
}

.login-button button {
    width: 7.5rem;
    height: 3.38rem;
    line-height: 3.38rem;
    border-radius: 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.13rem;
}

.register-button {
    margin-right: 1.19rem!important;
}

.register-button button {
    background: linear-gradient(123deg, #161D85, #42399A);
    width: 7.5rem;
    height: 3.38rem;
    line-height: 3.38rem;
    border-radius: 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.13rem;
    letter-spacing: 0.15rem;
}

.home-container {
    width: 75rem;
    margin: 0 auto;
    margin-top: 1rem;
}

/*移动端导航*/
.mobile-header {
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1rem 0;
}

.mobile-header img:nth-child(1) {
    /*position: absolute;*/
    /*left: 1rem;*/
    /*top: 3rem;*/
    /*width: 9rem;*/
}

.mobile-header img:nth-child(2) {

}

.mobile-header button {
    font-size: 3rem;
}

.mobile-header img:nth-child(2) {
    width: 24rem;
}

#showNav {
    display: block;
}

#closeNav {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 4rem;
}

#showNav {
    width: 6rem;
}

.mobile-header>button {
    width: 16rem;
    height: 6rem;
    font-size: 2.5rem;
    line-height: 4.5rem;
    color: #fff;
    border-radius: 3.09rem;
}

/*侧边栏导航*/
.header-section {
    width: 42rem;
    height: 100vh;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(20, 29, 125, 1);
    display: none;
}

.mobile-header-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mobile-header-list li {
    width: 90%;
    height: 9rem;
    text-align: center;
    line-height: 9rem;

}
.mobile-header-list li:nth-child(1) {
    height: 11rem;
    line-height: 11rem;
    padding-top: 1.5rem;
}


.mobile-header-list li a {
    color: white;
    font-size: 3rem;
}

.mobile-header-list li:not(:first-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 1rem;
}

.nav-list-logo {
    text-align: center;
    margin-top: 1rem;
}

.nav-list-logo img {
    width: 22rem;
}

.overflow {
    width: 100%;
    height: 100vh;
    background: rgba(20, 29, 125, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888;
    display: none;
}

input[type=number]{-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
/*底部*/
footer {
    width: 100%;
    margin: 2rem auto;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.footer-content {
    width: 75rem;
}

.footer-logo {
    width: 15rem;
}

.footer-center {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #fff;
}

.footer-connect {
    width: 30rem;
}

.footer-connect li {
    font-size: 1rem;
    line-height: 1.8rem;
}

.footer-center-title {
    font-weight: bold;
    line-height: 3.6rem!important;
    font-size: 1.25rem!important;
}

.footer-nav {
    width: 33rem;
}

.footer-nav-list {
    width: 12rem;
    display: flex;
    flex-flow: row wrap;
}

.footer-nav-list span {
    margin-right: 1.2rem;
    line-height: 1.8rem;
    font-size: 1rem;
}

.qrcode {
    width: 8rem;
}

.footer-certify {
    border-bottom: 1px solid #666;
    padding: 0.6rem 0;

}

.footer-certify img {
    margin-right: 1.2rem;
}

.footer-certify img:nth-child(1) {
    width: 6rem;
}
.footer-certify img:nth-child(2) {
    width: 2.3rem;
}

.footer-bottom {
    color: #999;
    text-align: center;
    margin-top: 1rem;
}

.footer-bottom p {
    line-height: 2rem;
}

/*除了首页外的标题*/
.page-title {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title img {
    height: 10rem;
}

.title-left {
    width: 30rem;
    color: #fff;
}

.title-left h1, .title-left h6 {
    margin: 0;
}

.title-left h1 {

}
.title-left h6 {
    margin-top: 0.8rem;
    font-size: 1.125rem;
}

/*左右结构*/

.article-section {
    display: flex;
    justify-content: space-between;
}

.article-nav {
    width: 19.94rem;
    height: 37.75rem;
    background: #161D85;
    border-radius: 1rem;
    padding: 0.5rem 0;
}

.article-nav li {
    width: 19.94rem;
    height: 5.25rem;
    line-height: 5.25rem;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.5s all ease;
}

.article-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.articleNavActive {
    background: linear-gradient(-10deg,#F0398D,#F09224);
    letter-spacing: 0.15rem;
    box-shadow: 0 0 1rem 0 rgba(68, 143, 241, 0.03);
    border-radius: 1rem;
    font-weight: bold;
    width: 19.94rem;

}

.article-right-title {
    color: #fff;
    font-size: 1.45rem;
    margin-bottom: 2rem;
    font-weight: bold;
}


.article-content {
    width: 52.44rem;
    /*height: 88.25rem;*/
    background: #161D85;
    border-radius: 1rem;
    padding: 1.5rem 0.5rem;
    position: relative;
}

.article-content >div {
    padding: 1rem 2rem;
    color: #fff;

}

.article-right-content-collapse {
  margin-bottom: 1rem;
}

.collapse-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    cursor: pointer;
    font-size: 1.2rem;

}

.collapse-box {
    width: 100%;
    background: #4609C3;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 0.8rem;
    min-height: 8rem;
}

.collapse-content {

}

/*登录注册*/
.register-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    position: relative;
}

.register-page>img {
    width: 31rem;
}

.right-form {
    width: 27.45rem;
    min-width: 300px;
    background: #FFFFFF;
    box-shadow: 0rem 1rem 3rem 1rem rgba(42, 40, 219, 0.5);
    border-radius: 2rem;
    margin-left: 5rem;
    text-align: center;
    padding: 1rem;
}

.right-form h1 {
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 1rem;
}

.form-content {
    padding: 1rem 2rem;

}

.register-row{
    margin-bottom: 1rem;
}

.register-row p{
    color: red;
    text-align: left;
    height: 1rem;
    width: 100%;
    font-size: 0.8rem;
}

.form-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #E6EBF1;
    margin-bottom: 0.2rem;
    height: 2rem;
}

.form-item>img {
    width: 1.3rem;
    height: 1.4rem;
}

.form-item input {
    height: 2rem;
    width: 100%;
    padding-left: 1rem;
    color: #141414;
}

.form-item-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #E6EBF1;
    margin-bottom: 0.2rem;
}

.form-item-2>img {
    width: 1.2rem;
}

.form-item-2 input {
    height: 2rem;
    width: 48%;
    padding-left: 1rem;
    color: #141414;
}

.form-item-2 p{
    /*width: 5.63rem;*/
    height: 2.13rem;
    line-height: 2.13rem;
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3870F6!important;
    cursor: pointer;
    flex: 1;
    text-align: right;
}

@media all and (min-device-width: 767px) and (max-device-width: 1000px) {
    /*芯*/
    .page-nav {
        height: 5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.13rem;
    }

    .page-nav li {
        margin-right: 1.8rem;
        cursor: pointer;
    }

    .page-nav li a {
        color: #fff;
    }

}
#center4LeftMobile, #center4RightMobile, #leftNav, #mobileHeader {
    display: none;
}

#leftNav {
    display: none;
}

/*寄售中心公共部分*/
.category-list {
    margin-top: 1rem;
    color: #fff;
}

.category-list >p {
    font-size: 1.125rem;
}

.category-list-content {
    margin-top: 1rem;
    width: 75.31rem;

    border-radius: 1rem;
}

.category-list-title {
    height: 5.13rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1rem 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: #161D85;
}

.category-list-title span {
    text-align: left;
    font-weight: bold;
}

.category-list-title span:nth-child(1) {
    width: 19rem;
}

.category-list-title span:nth-child(2) {
    width: 15rem;
}

.category-list-title span:nth-child(3) {
    width: 15rem;
}

.category-list-title span:nth-child(4) {
    width: 15rem;
}

.category-list-title span:nth-child(5) {
    width: 10rem;
}

.category-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 8.13rem;
    margin-bottom: 1rem;
    background: #161D85;
    padding: 1rem;
    border-radius: 1rem;
}

.category-list-item:nth-child(1) {

}

.category-list-content .category-list-item:nth-child(2) {
    border-top-right-radius: 0rem;
    border-top-left-radius: 0rem;
}

.item-first {
    width: 20rem;
    display: flex;
    box-sizing: border-box;

}

.item-first img {
    width: 5rem;
    height: 5rem;
    border-radius: 8px;
    flex: 0 0 5rem;
}

.item-first p {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    width: 70%;
}

.item-first p span:nth-child(1) {
    line-height: 2rem;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.item-first p  span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 3rem;
    color: #FF4848;
    width: 100%;
}

.category-list-item >p {

}


.category-list-item >p:nth-child(2) {
    width: 15rem;

}

.category-list-item >p:nth-child(3) {
    width: 15rem;
}

.category-list-item >p:nth-child(4) {
    width: 15rem;
    display: flex;
    flex-direction: column;
    color: #ccc;
}

.category-list-item >p:nth-child(4) span {
    line-height: 2rem;
}

.category-list-item >p:nth-child(5) {
    width: 10rem;
    text-align: center;
}

.category-list-item >p:nth-child(5) button {
    width: 7.37rem;
    height: 2.6rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(68, 143, 241, 0.03);
    border-radius: 2rem;
    color: #fff;
}

.mobile-list {
    display: none;
}

h1 {
    font-size: 2rem;
    margin: 0;
}


input::-webkit-input-placeholder {
    color: #6887EB;

}

input::-moz-placeholder {
    color: #6887EB;

}

input:-moz-placeholder {
    color: #6887EB;
}

input::-ms-input-placeholder {
    color: #6887EB;
}

input {
    color: white;
}
button{
    outline:none;
}
/*button:focus,button:active:focus,button.active:focus,button.focus,button:active.focus,button.active.focus {outline: none;border-color: transparent;}*/

@media all and (max-device-width: 767px) {
    button{
        outline:none;
    }
    body {
        background-image: url("../image/bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .home-page {
        width: 100%;
        overflow-x: hidden;
        padding-bottom: 20px;
    }

    h1 {
        font-size: 3.5rem;
    }
    /*除了首页外的标题*/
    .page-title {
        height: 16rem;
    }

    .page-title img {
        height: 10rem;
    }

    .title-left {
        width: 40rem;
    }

    .title-left h1, .title-left h6 {
        margin: 0;
    }

    .title-left h1 {
        font-size: 4rem;
    }

    .title-left h6 {
        font-size: 2rem;
    }

    #center4LeftMobile, #center4RightMobile {
        display: block;
    }
    #mobileHeader {
        display: flex;
        justify-content: space-between;
    }
    #PCHeader, #center4PC, #center4PCImg {
        display: none;
    }

    /*底部*/
    footer {
        width: 75rem;
        margin: 2rem auto;
        display: none;
    }

    .footer-logo {
        width: 24rem;
    }

    .footer-center {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        color: #fff;
    }

    .footer-connect {
        width: 45rem;

    }

    .footer-connect li {
        height: 4.5rem;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .footer-center-title {
        font-weight: bold;
        line-height: 3.6rem!important;
        font-size: 1.5rem!important;
    }

    .footer-nav {
        width: 33rem;
    }

    .footer-nav-list {
        width: 26rem;
        display: flex;
        flex-flow: row wrap;
    }

    .footer-nav-list span {
        margin-right: 1.2rem;
        line-height: 4.6rem;
        font-size: 1rem;
    }

    .qrcode {
        width: 12rem;
    }

    .footer-certify {
        border-bottom: 1px solid #666;
        padding:1rem 0;
    }

    .footer-certify img {
        margin-right: 1.2rem;
    }

    .footer-certify img:nth-child(1) {
        width: 15rem;
    }
    .footer-certify img:nth-child(2) {
        width: 6.9rem;
    }

    .footer-bottom {
        color: #999;
        text-align: center;
        margin-top: 1rem;
    }

    .footer-bottom p {
        line-height: 3rem;
    }

    /*寄售中心公共部分，mobile*/
    .category-list {
        margin-top: 1rem;
        color: #fff;
    }

    .category-list >p {
        font-size: 3rem;
    }

    .category-list-content {
        margin-top: 2rem;
        border-radius: 2rem;
    }

    #PCList {
        display: none;
    }


    .mobile-list {
        display: flex;
    }

    #pcList-item {
        display: none;
    }

    .category-list-title {
        height: 8.13rem;
        padding: 2rem;
        font-size: 3rem;
    }
    .category-list-item {
        display: none;
    }

    .category-list-item-mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 20rem;
        margin-bottom: 2rem;
        background: #161D85;
        padding: 2rem;
        border-radius: 1rem;
    }


    .category-list-item-mobile img {
        width: 15rem;
        height: 15rem;
        border-radius: 8px;
        flex: 0 0 15rem;
    }

    .details-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        text-align: left;
        margin-left: 6rem;
        height: 100%;
    }

    .details-info span:nth-child(1) {
        line-height: 6rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 3rem;
        font-weight: bold;
    }

    .details-info-price {
        color: #ff0000;
        height: 6rem;
        margin-top: 1rem;
        display: flex;
    }

    .details-info-price span:nth-child(1) {
        font-size: 3rem;
    }

    .details-info-price span:nth-child(2) {
        font-size: 4.2rem;
        font-weight: bold;
    }

    /*登录注册*/


    .right-form {
        width: 72.45rem;
        border-radius: 2rem;
        padding: 1rem;
        margin: 10rem auto;
        background: rgba(42, 40, 219, 0.5);
    }

    .right-form h1 {
        font-size: 4rem;
        color: #fff;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .form-content {
        padding: 1rem 3rem;
    }

    .register-row{
        margin-bottom: 4rem;
    }

    .register-row p{
        color: red;
        text-align: left;
        height: 1rem;
        width: 100%;
        font-size: 0.8rem;
    }

    .form-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #E6EBF1;
        /*margin-bottom: 2rem;*/
        height: 7rem;

    }

    .form-item>img {
        width: 3rem;
        height: 3rem;
    }

    .form-item input {
        height: 8rem;
        width: 100%;
        padding-left: 2rem;
        color: #fff;
    }

    .form-item-2 {
        /*margin-bottom: 2rem;*/
    }

    .form-item-2>img {
        width: 3rem;
        height: 3rem;
    }

    .form-item-2 input {
        height: 6rem;
        width: 60%;
        padding-left: 2rem;
        color: #fff;
    }

    .form-item-2 p{
        width: 30%;
        height: 6rem;
        line-height: 6rem;
        font-size: 3rem;
        text-align: right;
    }
    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
        color: #6887EB;
        font-size: 2.5rem;
    }

    input::-moz-placeholder,textarea::-moz-placeholder {
        color: #6887EB;
        font-size: 2.5rem;
    }

    input:-moz-placeholder,textarea:-moz-placeholder {
        color: #6887EB;
        font-size: 2.5rem;
    }

    input::-ms-input-placeholder,textarea::-ms-input-placeholder {
        color: #6887EB;
        font-size: 2.5rem;
    }


}

::-webkit-scrollbar{width:0;height: 0}



