﻿/* commom-css */
html {
    font-size: 10px;
    background: #F3F5F6;
    --main-color: #1C2864;
	  --main-color-red: #BE1D1A;
    --main-color-span: #677279;
}
p{
    font-size: inherit;
}
button{
	cursor:pointer;
}
.index-input {
    padding: 13px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    font-size: 1.6rem;
}
.index-textarea{
    padding: 13px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    font-size: 1.6rem;
}
.index-input:focus,.index-textarea:focus{
    border: 1px solid var(--main-color);
}

.index-button {
    padding: 13px;
    font-size: 1.6rem;
    border-radius: 2px;
    background: var(--main-color-red);
    color: #fff;
    cursor: pointer;
}
.index-button  a{
    color: #fff;
}


.index-button:hover {
    background: var(--main-color);
}


.icon-list {
    display: flex;
    flex-direction: row;
}

.icon-list li {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #C2C7C9;
}
.icon-list li:hover{
    background: var(--main-color);
}
.icon-list img {
    width: 30px;
    height: 30px;
}



/* commom-css */

.menu_down{
	display: none;
}
.menu{
	display: none;
}



header {
    padding: 20px 0;
    background: #1C2864;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

header .container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px;
}

header .logo {
    margin-right: 40px;
    
}

header .search {
    height: 44px;
    flex: 1 0 auto;
}

header .search .search1 {
    height: 100%;
    display: flex;
    flex-direction: row;
}

header .search input {
    flex: 1;
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

header .search .search-bar {
    position: relative;
    display: block;
    height: 100%;
}

header .search .search-bar label {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 30px 0 25px;
    line-height: 43px;
    border-left: 1px solid rgba(163, 175, 239, 0.3);
    background: #fff;
}

header .search .search-bar label img {
    width: 14px;
    margin-left: 10px;
}

header .search #search-product-type {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-appearance: none;
}

header .search #search-product-type option {
    width: 400px;
    background-color: #f3f5f6;
}

header .search .btn {
    width: 50px;
    height: 100%;
    background: #BE1D1A;
    border-radius: 0 3px 3px 0;
}

header .search .btn img {
    width: 21px;
    height: 21px;
}

header .container>.right {
    display: flex;
    flex-direction: row;
}

header .container>.right .account {
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    position: relative;
	    text-align: center;
}

header .container>.right .account .login-w {
    display: none;
}

header .container>.right .account .login-w.show {
    display: block;

}

header .container>.right .account .login {
    visibility: visible;
    min-width: 320px;
    position: absolute;
    top: calc(100% + 12px);
    right: 40px;
    transform: translateX(50%);
    padding: 15px 25px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px #0000001a;
    z-index: 9999;
}

header .container>.right .account .sj {

    position: absolute;
    bottom: -12px;
    right: 35px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 10px solid #fff;
}

header .container>.right .account .login .login1 {
    display: flex;
    flex-direction: column;
}

header .container>.right .account .login .login1 input {
    display: block;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 100%;
    line-height: normal;
    height: 48px;
    color: var(--main-color);
    background: #ffffff;
    -webkit-appearance: none;
    resize: none;
    font-size: 1.4rem;
    box-shadow: 0 1px rgba(225, 227, 228, .25) inset;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out;
}

header .container>.right .account .login .login1 button {
    background: var(--main-color-red);
    font-size: 1.6rem;
    line-height: 3;
    color: #fff;
    margin: 15px 0;
	cursor: pointer;
}

header .container>.right .account .login .bottom p {
    font-size: 1.4rem;
    color: #677279;
}

header .container>.right .account .login .bottom p a {
    color:  var(--main-color);
}

header .container>.right .account .login .bottom p a:hover {
    text-decoration: underline;

}

header .container>.right .account .login .top {
    padding: 12px 0 15px;
}

header .container>.right .account .login h3 {
    font-size: 2rem;
    color: var(--main-color);
    line-height: 2;
    font-weight: 500;
    margin-bottom: 5px;
}

header .container>.right .account .login p {
    color: #677279;
    font-size: 1.6rem;
    line-height: 2;
}


header .container>.right .account .login-form {
    font-size: 1.6rem;
    line-height: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header .container>.right .account .login-form a{
    font-size: 1.6rem;
    line-height: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header .container>.right .account .login-form a:before{
	content:"";
	width:20px;
	height:20px;
	background:url('../images/tx.png') no-repeat center;
    background-size: contain;
	    margin-right: 5px;
}
header .container>.right .account h3 {
    color: #cde7ff;
    font-size: 1.4rem;
}

header .container>.right .account img {
    width: 14px;
    margin-left: 5px;
    margin-top: 2px;
}

header .container>.right .account::after {
    position: absolute;
    content: "";
    right: 0;
    top: calc(50% - 17px);
    background: rgba(163, 175, 239, 0.3);
    height: 34px;
    width: 1px;
}

header .container>.right .cart {
    display: flex;
    flex-direction: row;
    padding: 0 35px;
    cursor: pointer;

}

header .container>.right .cart a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .container>.right .cart:hover span {
    transform: scale(1.2);
    transition: .35s ease-in-out;
}

header .container>.right .cart .left {
    width: 25px;
    position: relative;
    margin-right: 22px;
}

header .container>.right .cart .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .container>.right .cart .left span {
    position: absolute;
    top: 3px;
    right: -10px;
    background-color: var(--main-color-red);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

header .container>.right .cart .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .container>.right .cart .right p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
}

/* nav  导航 */
nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1e3e4;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 10;
    background-color: #fff;
}

nav ul {
    width: 96%;
    margin: 0 auto;
    max-width: 1400px;
}

nav ul li {
    font-size: 1.6rem;
     color: var(--main-color);
    cursor: pointer;
    line-height: 2;
}

nav li a:hover {
    color: var(--main-color-red);
}

nav ul li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	 color: var(--main-color);
}

nav ul li img {
    width: 16px;
    object-fit: contain;
    margin-left: 8px;
    /* margin-top: 10px; */
}

nav .list-1 {
    display: flex;
    flex-direction: row;
}

nav .list-1>li {
    padding: 15px 20px;
    position: relative;
    overflow: visible;
    height: 59px;
}

nav .list-1>li:hover .list-2 {
    display: flex;
}

nav .list-2 {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #e1e3e4;
    white-space: nowrap;
    display: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
}


nav .list-2::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 30%;
    width: 16px;
    height: 16px;
    background-image: url('../images/up.png');
    background-size: 100%;
}

nav .list-2 li {
    position: relative;
    padding: 0 20px;
    width: 100%;
}

nav .list-2 img {
    transform: rotate(-90deg);
}

nav .list-2 li:hover .list-3 {
    display: flex;
}

nav .list-3 {
    background: #fff;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #e1e3e4;
    min-width: 240px;
    width: 100%;
    padding: 15px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

nav .list-3 li {
    padding: 0 20px;
}



/* index-banner */
.index-banner {
    margin-top: 160px;
}

.index-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-banner .swiper-pagination-bullet-active{
	background:var(--main-color);
}

/* main */
.main {
    margin: 60px auto;
    color: var(--main-color);
}

.main a {
    color: var(--main-color);
}

.index-page {
    width: 96%;
    max-width: 1400px;
    margin: 40px auto;
}

/* index-page1 */
.main .index-page1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main .index-page1 li {
    box-sizing: content-box;
    width: 32%;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #94B9D3;
}

.main .index-page1 li:nth-child(n+4) {
    background: #8C85CB;
}

.main .index-page1 li:hover .product-bg {
    background-position: right calc(100% + 20px);
}

.main .index-page1 li .product-bg {
    min-height: 300px;
    background-position: right calc(100% + 35px);
    background-size: auto 260px;
    transition: all 200ms ease-in-out;
}

.main .index-page1 li .product-bg .info {
    padding: 30px;
    color: #fff;
}

.main .index-page1 li .product-bg h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.main .index-page1 li .product-bg p {
    font-size: 1.6rem;
    line-height: 2;
}

.main .index-page1 li .product-bg a {
    font-size: 1.6rem;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 50px;
    color: #f15353;
    background: #fff;
    border-radius: 5px;
}

.page {
    padding-top: 160px;
}

/* index-page2 */
.index-page2 {
    width: 100%;
    margin: 40px auto;
    color: var(--main-color);
    font-size: 1.6rem;
}

.index-page2 .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.index-page2 .top>.left {
    font-size: 2.4rem;
    font-weight: 500;
}

.index-page2 .top>.right {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    cursor: pointer;

}

.index-page2 .top>.right .icon-right {
    margin-left: 20px;
    opacity: 0;
    width: 0;
    height: 16px;
    transition: all 300ms ease-in-out;
}

.index-page2 .top>.right:hover .icon-right {
    width: 20px;
    opacity: 1;
}

.index-page2 ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.index-page2 ul li {
    width: 20%;
    padding: 10px;
}

.index-page2 ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--main-color);

}

.index-page2 ul li .img {
    border-radius: 50%;
    overflow: hidden;
}

.index-page2 ul .title {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.index-page2 ul .title .icon-right {
    object-fit: inherit;
    opacity: 0;
    width: 0;
    height: 16px;
    border-radius: 0;
    margin-left: 20px;
    transition: all 400ms ease-in-out;
}

.index-page2 ul li:hover .icon-right {
    width: 20px;
    opacity: 1;
}

.index-page2 ul li:hover img {
    transform: scale(1.1);
    transition: all 400ms ease-in-out;
}

/* .index-page3 */
.index-page3 {
    width: 100%;
    margin: 40px auto;
}

.index-page3 ul {
    margin: 60px 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 30% auto 30%;
    grid-template-rows: repeat(2, 1fr);
}

.index-page3 ul li:nth-child(2) {
    height: 630px;
    grid-row: span 2;
    /* 跨越2行 */
    grid-column: 2;
    /* 定位在中间列 */
}

.index-page3 ul li {
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-page3 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-page3 ul li .homefront {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-page3 ul li:hover img {
    transform: scale(1.05);
    transition: all 800ms ease-in-out;
}

.index-page3 ul li .info {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
}

.index-page3 ul li .info h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;

}

.index-page3 ul li .info p {
    font-size: 1.6rem;
}



/* .index-page4 */
.index-page4 {
    margin: 40px auto;
    background: #fff;
    color: #7E2484;
    position: relative;
}

.index-page4 a {
    color: #7E2484;
}

.index-page4 .left {
    position: absolute;
    top: 40px;
    left: 30px;
}

.index-page4 .left h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.index-page4 .left p {
    font-size: 1.6rem;
}

.index-page4 .left a {
    font-size: 1.6rem;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 50px;
    color: #fff;
    background: var(--main-color-red);
    border-radius: 5px;
}

.index-page4 .right {
    position: absolute;
    width: 70%;
    height: 98%;
    border-radius: 3px;
    top: 1%;
    right: 0;
    background: #fff;
}

.index-page4 .right .swiper {
    height: 100%;
}

.index-page4 .right .hide {
    opacity: 0;
}

.index-page4 .right .swiper .item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.index-page4 .right .imgs {
    max-height: 50%;
}
.index-page4 .right .imgs img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-page4 .right .imgs:hover .img1 {
    display: none;
   
}

.index-page4 .right .imgs:hover .img2 {
    display: block;
  
}

.index-page4 .right .img2 {
    display: none;
}

.index-page4 .right .swiper .item h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 20px 0;

    height: 120px;
    overflow: hidden;
}

.index-page4 .right .swiper .item p {
    font-size: 2rem;
    margin: 20px 0;

}

.index-page4 .right .swiper .item .btn {
    text-align: center;
    font-size: 1.6rem;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    background: var(--main-color-red);
    border-radius: 5px;
    white-space: nowrap;
}

.index-page4 .right .prev,
.index-page4 .right .next {
    background: #ABB1B4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.index-page4 .right .prev:hover,
.index-page4 .right .next:hover {
    background: var(--main-color);
}

.index-page4 .right .prev {
    left: -20px;
}

.index-page4 .right .prev img {
    width: 100%;
    padding: 30%;
    transform: rotate(90deg);
}

.index-page4 .right .next {
    right: -20px;
}

.index-page4 .right .next img {
    width: 100%;
    padding: 30%;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
}

/* index-page5 */


/* index-page6 */

.index-page6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* index-page7 */


/* index-page8 */
.index-page8 {
    display: flex;
    flex-direction: column;
    color: var(--main-color);
    margin-bottom: 0;
}

.index-page8 .search {
    max-width: 520px;
    padding: 0 40px;
    margin: 40px auto;
    text-align: center;
}

.index-page8 .search h3 {
    font-size: 2.4rem;
    font-weight: 600;

}

.index-page8 .search p {
    font-size: 1.6rem;
    line-height: 2;
    margin: 30px 0;
}

.index-page8 .search .form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.index-page8 .search input {
    flex: 1;
    height: 50px;

}

.index-page8 .search button {
    margin-left: 10px;
    padding: 0 30px;
    height: 50px;

}

.index-page8 .title {
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;
}

.index-page8 .list {
    display: flex;
    flex-direction: row;
   
    font-size: 1.6rem;
}

.index-page8 .list li {
    width: 16.666%;
    background: #fff;
}

.index-page8 .list li+li {
    border-left: 1px solid #e1e3e4;
}

.index-page8 .item1 {
    margin-bottom: 50px;
}

.index-page8 .item1 .list li {
    padding: 20px 0;
    text-align: center;
}



.index-page9{
    display: flex;
    flex-direction: column;
    color: var(--main-color);
    margin-top: 0;
}

.index-page9 .title {
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;
}
.index-page9 .list{
    position: relative;
}
.index-page9 .swiper{
    background: #fff;
     font-size: 1.6rem;
}
.index-page9 .swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-around;
    border-left: 1px solid #e1e3e4;
}
.index-page9 .swiper .swiper-slide:first-child{
    border-left: 0;
}

.index-page9 .swiper .swiper-slide .imgs:hover .img1 {
    display: none;
}

.index-page9 .swiper .swiper-slide .imgs:hover .img2 {
    display: block;
}

.index-page9 .swiper .swiper-slide .img2 {
    display: none;
}

.index-page9 .swiper .swiper-slide h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 20px 0;
    height: 120px;
    overflow: hidden;
    color: var(--main-color);
}
.index-page9 .swiper .swiper-slide p{
    font-size: 2rem;
    color: var(--main-color);
}
.index-page9 .swiper .swiper-slide .p2{
    color: #e00;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.index-page9 .swiper .swiper-slide .p2 span{
    font-size: 1.6rem;
    margin-left: 10px;
    color: var(--main-color-span);
    text-decoration: line-through;
}


.index-page9 .prev,
.index-page9 .next {
    background: #ABB1B4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.index-page9 .prev:hover,
.index-page9 .next:hover {
    background: var(--main-color);
}

.index-page9 .prev {
    left: -20px;
}

.index-page9 .prev img {
    width: 100%;
    padding: 30%;
    transform: rotate(90deg);
}

.index-page9 .next {
    right: -20px;
}

.index-page9 .next img {
    width: 100%;
    padding: 30%;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
}
.index-page9 .hide{
    opacity: 0;
}



/* 网格列表 */

.product-list {
    display: flex;
    flex-direction: row;
	    flex-wrap: wrap;
    background: #fff;
    font-size: 1.6rem;
}

.index-page9 .product-list li {
    width: 16.666%;
}

.index-page9 .product-list li+li {
    border-left: 1px solid #e1e3e4;
}


 .product-list li {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}
 .discount{
    position: absolute;
    left: 0;
    top: 1.2rem;
    background: #e00;
    padding: 4px 15px;
    color: #fff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.product-list .imgs:hover .img1 {
    display: none;
}

.product-list .imgs:hover .img2 {
    display: block;
}

.product-list .img2 {
    display: none;
}

.product-list h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 20px 0;
    height: 50px;
    overflow: hidden;
    color: var(--main-color);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-list p{
    font-size: 2rem;
    color: var(--main-color);
}
.product-list .p2{
    color: #e00;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-list .p2 span{
    font-size: 1.6rem;
    margin-left: 10px;
    color: var(--main-color-span);
    text-decoration: line-through;
}
.product-list .info button{
    display: none;
}

/* 竖向列表 */
.product-list2{
    flex-direction: column;
    width: 100%;
}
.product-list2 li{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    position: relative;
}
.product-list2 li .imgs{
    width: 200px;
}
.product-list2 li .imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-list2 li .imgs .img2{
    display: none;
}
.product-list2 li .imgs:hover .img1{
    display: none;
}
.product-list2 li .imgs:hover .img2{
    display: block;
}
.product-list2 li .info{
    flex: 1;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.product-list2 li .info h2{
    font-size: 1.6rem;
    color: var(--main-color);
    font-weight: 600;
}

.product-list2 li .info  p{
    font-size: 2.2rem;
    color:#f00;
}
.product-list2 li .info .p1{
    color: var(--main-color);
}
.product-list2 li .info  span{
    font-size: 1.6rem;
    color: var(--main-color-span);
    text-decoration: line-through;
}
.product-list2 li .info button{
    width: 200px;
}
.product-list2 li .info button a{
    color: #fff;
}








/* product.html  */
.page-nav{
    margin: 25px auto;
    width: 96%;
    max-width: 1400px;
    
}
.page-nav ul{
    display: flex;
    flex-direction: row;
}
.page-nav ul a{
    color: var(--main-color-span);
    font-size: 1.3rem;
}
.page-nav ul li{
    color: var(--main-color-span);
    font-size: 1.3rem;
}
.page-nav ul li span{
    margin: 0 10px;
}
.page-nav ul li:last-child span{
    display: none;
}
.product{
    width: 96%;
    max-width: 1400px;
    margin: 25px auto;
    display: flex;
    flex-direction: row;
}
.product .side-bar{
    width: 280px;
    height: 100%;
    padding: 25px;
    margin-right: 30px;
    background: #fff;
    border-radius: 3px;
}
.product .side-bar .title{
    font-size: 2.2rem;
    color: var(--main-color);
    margin-bottom: 15px;
    font-weight: 500;
}
.product .side-bar  .filters-list{
    display: flex;
    flex-direction: column;
}
.product .side-bar  .filters-list label{
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: var(--main-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    display: none;
}
.product .side-bar  .filters-list label.label3 span::before{
    content: '$';
}
.product .side-bar  .filters-list label img{
    margin-right: 10px;
    width: 20px;
}
.product .side-bar  .filters-list button{
    display: none;
    width: 100%;
    background: none;
    padding: 10px 0;
    border: 1px solid #67727933;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.product .side-bar  .filters-list button:hover{
    background: var(--main-color);
    color: #fff;
}
.product .side-bar .availability-btn,.product .side-bar .price-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--main-color);
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;

}
.product .side-bar .availability{
    padding: 8px 0 0px 10px;
  
}
.product .side-bar .availability li{
    font-size: 1.6rem ;
    display: flex;
    align-items: center;
    color: var(--main-color-span);
    line-height: 2;
}
.product .side-bar .availability li input[type="checkbox"]{
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}
.product .side-bar .price-btn{
    margin-top: 10px;
}
.product .side-bar .price{
   
   padding-top: 20px;
}
.product .side-bar button.active .down-icon{
    transform: rotate(90deg);
}
.product .side-bar .down-icon{
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    margin-left: 10px;
    transition: all 300ms ease-in-out;
}
.product .side-bar .price .bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product .side-bar .price .bottom span{
    font-size: 2rem;
}
.product .side-bar .price input{
    border: 1px solid var(--main-color-span);
    padding: 8px 10px;
    position: relative;
    width: 100%;
    text-align: end;
}
.product .side-bar .price label{
    position: relative;
    width: 40%;
}
.product .side-bar .price label::after{
    content: "$";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-55%);

}
.product .side-bar .price input[type="number"]::-webkit-outer-spin-button,
.product .side-bar .price input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
} 


.product .side-bar .price .slider {
    width: 100%;
    height: 5px;
    background-color: #ddd;
    -webkit-appearance: none;
    margin: 10px 0;
  }
  .product .side-bar .price .slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }
  .product .side-bar .price .output {
    font-size: 18px;
    font-weight: bold;
  }
  .product .side-bar .side-bar-submit{
    padding: 10px 30px;
    width: 50%;
    display: block;
    margin: 20px auto 0;
    border-radius: 5px;
  }



.product .product-container{
    flex: 1;
    background: #fff;
}
.product .product-container>h2{
    font-size: 3rem;
    color: var(--main-color);
    margin: 30px 30px 0 ; 
}
.product .product-container .toolbar {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #67727955;
    display: flex;
    flex-direction: row;
    color: var(--main-color-span);
    font-size: 1.6rem;
    justify-content: end;
}
.product .product-container .toolbar .toolbar4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product .product-container .toolbar .toolbar4 button{
    width: 18px;
    height: 18px;
    background:#677279;
    margin-left: 15px;
    cursor: pointer;
}
.product .product-container .toolbar .toolbar4 button.active{
    background:var(--main-color);
}

.product .product-container .product-list li{
    width: 25%; 
    border: 1px solid #67727933;
    margin-top: -1px;
   /*  margin-left: -1px; */
}
.product .product-container .no-product{
    margin: 105px auto;
    text-align: center;
}
.product .product-container .no-product p{
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: var(--main-color-span);
}
.product .product-container .no-product .index-button{
    padding: 13px 50px;
}


/* productInfo.html */

.product-info{
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

.product-info .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-info .top .card{
    width:53%;
    display: flex;
    flex-direction:column;
    margin-right: 30px;
}
.product-info .top .card .imgs{
    background: #fff;
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
}
.product-info .top .card .description{
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    flex: 1;
    overflow: hidden;
}
.product-info .top .card .description .title{
    font-size: 2.2rem;
    color:var(--main-color);
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 600;
}
.product-info .top .card .description .editor{
    font-size: 1.6rem;
    color: var(--main-color-span);
    max-height: 200px;
    overflow: hidden;
}
.product-info .top .base-info{
    flex: 1;
    background-color: #fff;
}
.product-info .product-swiper{
	flex: 1;
	max-height: 500px;
    overflow: hidden;
}
.product-info .product-swiper2{
    width: 150px;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
	background-color: #fff;
    margin-right: 20px;
}
.product-info .product-swiper2 .swiper-slide{
    position: relative;
}
.product-info .swiper-slide{
    cursor: pointer;
}
.product-info .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-info .product-swiper2 .swiper-slide::before{
    display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #67727966;
	box-sizing: border-box;
    z-index: 99;
}
.product-info .product-swiper2 .swiper-slide.swiper-slide-thumb-active::before{
	display: block;
}

.product-info .base-info{
    padding: 40px 30px;
}
.product-info .base-info .top{
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #67727966;
    color: var(--main-color);
}
.product-info .base-info .top .title{
    font-size: 3rem;
}
.product-info .base-info  .discount{
    position: static;
  background: #f00;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  margin: 30px 0;
  padding: 0;
}

.product-info .base-info .top .share{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   
}
.product-info .base-info .top .share a{
    color: var(--main-color);
    font-size: 1.4rem;
}
.product-info .base-info .top .share a:hover{
    text-decoration: underline;
}

.swatch-title{
    font-size: 1.6rem;
    color: var(--main-color);
    font-weight: 600;
    margin: 30px 0;
}
.swatch-title span{
    color: var(--main-color-span);
}
.swatch-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.swatch-list input[type="radio"]{
    width: 0;
    height: 0;
    opacity: 0;
}

.swatch-list label{
    padding:  10px 15px;
    border: 1px solid #67727933;
    cursor: pointer;
    color: #677279;
    border-radius: 5px;
    font-size: 1.6rem;
    margin: 0 10px 10px 0;
        box-sizing: border-box;
}
.swatch-list input:checked+label{
    box-sizing: border-box;
    border:1px solid  var(--main-color);
}
.product-info-form .price{
    margin-top: 30px;
}
.product-info-form .price span::before{
 content:'$';
}
.product-info-form .price .span1{
    font-size: 2.6rem;
    color: #f00;
    margin-left: 20px;
}
.product-info-form .price .span2{
    font-size: 1.8rem;
    color: var(--main-color-span);
    text-decoration: line-through;
    margin-left: 20px;
}
.num-count input[type="number"]::-webkit-outer-spin-button,
.num-count input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.num-count button{
    font-size: 2rem;
    color: #677279;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #67727933;
    cursor: pointer;

}
.num-count11{
	height:36px;
	line-height:36px;
	border:1px solid #eee;
	
	margin:10px 0;
}
.num-count11 input{
	width:100%;
	height:100%;
	padding:0 20px;
	text-align:center;
}
.product-info-form .quantity{
    display: flex;
    flex-direction: row;
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
}
.num-count{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}
.num-count button:hover{
    color: var(--main-color);
}
.num-count input[type="number"]{
	flex:1;
    text-align: center;
    padding: 0 20px;
    /* width: 80px; */
    height: 42px;
    border: 1px solid #67727933;
    margin: 0 -1px;
    color: var(--main-color);
}
.product-info-form .index-button{
    margin-top: 20px;
    padding: 13px 100px;
}
.product-info .container{
    width: 80%;
    margin: 100px auto;
}
.product-info .container .tabs{
    display: flex;
    flex-direction: row;
   
}
.product-info .container .tabs .tab{
    width: 33.3333%;
    padding: 20px 0;
    background: #D1D5DB;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 1.6rem;
}
.product-info .container .editor{
    display: none;
    padding: 40px 20px;
    font-size: 1.6rem;
    line-height: 2;
    color: var(--main-color-span);
}
.product-info .container .editor p{
    font-size: 1.6rem;
}
.product-info .container .tabs .tab.active{
    background: var(--main-color);
}
.product-info .container .editor.active {
    display: block;
}
.product-info .container .tabs .tab:hover{
       background: var(--main-color);
}


/* 购物车.html */
.tip {
    padding: 20px 0;
    text-align: center;
    background: #eee;
    color: #000;
    font-size: 1.6rem;
}
.cart-page{
    color: var(--main-color);
    margin-bottom: 80px;
}
.cart-page .title{
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;
}
.cart-page .form{
    width: 100%;
    
}

.cart-page table{
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
}
.cart-page table tr{
    border-bottom: 1px solid #67727966;
}
.cart-page table td{
    border: 0;
}
.cart-page table th{
    padding:  20px 30px;
    color: var(--main-color-span);
    font-weight: 600;
    text-align: center;
}
.cart-page table td{
    padding:  20px  30px;
    text-align: center;
}
.cart-page table th,.cart-page table td{
    min-width: 150px;
}
.cart-page table th:first-child,.cart-page table td:first-child{
    width: 100%;
    text-align: left;
}
.cart-page table td:first-child{
    display: flex;
    flex-direction: row;
    width: 80%;
    align-items: center;
}
.cart-page table td:first-child input[type="checkbox"]{
    width: 25px;
    height: 25px;
}
.cart-page table td:first-child img{
    width: 100px;
    margin:0 20px ;
}
.cart-page table td:first-child .info{
    font-size: 1.6rem;
    color: var(--main-color);
    line-height: 1.6;
}
.cart-page table td:first-child .info a{
    font-size: 1.6rem;
    color: var(--main-color);
    display: inline-block;
    margin-bottom: 20px;
}
.cart-page table td:first-child .info .p1{
    font-size: 1.6rem;
}
.cart-page table td:first-child .info .p2 .sp1{
    color: #f00;
    font-size: 1.8rem;
    padding: 5px;
}
.cart-page table td:first-child .info .p2 .sp2{
    color: var(--main-color-span);
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 1.6rem;
}
.cart-page table td:first-child .info .p2 span::before{
    content: '$';
}
.cart-page .num-count{
    margin-left: 0 ;
    margin-bottom: 10px;
}
.cart-page table .remove-btn{
    background: none;
    cursor: pointer;
    color: var(--main-color-span);
}
.cart-page .cart-total{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #888;
    background: #fff;
    margin-top: 40px;
  
}
.cart-page .cart-total .cart-total-info{
    display: flex;
    flex-direction: row;
}
.cart-page .cart-total p{
    margin-right: 20px;
    font-size: 1.6rem;
}
.cart-page .cart-total p span{
    color: #000;
}
.cart-page .cart-total p .span1{
    font-weight: 600;
}
.cart-page .cart-total p .span3{
    text-decoration: line-through;
}
.cart-page .cart-total p .span4{
    color: #f00;
}
.cart-page .cart-total p .span5{
    color: #f00;
    font-weight: 600;
}
.cart-page .cart-total .index-button{
    border-radius: 20px;
    padding: 10px 40px;
}



.cartList-page {
    display: flex;
    flex-direction: row;
}
.cartList-page .side-bar{
    width: 280px;
    height: 100%;
    padding: 30px;
    margin-right: 30px;
    background: #fff;
    border-radius: 3px;
    display:flex ;
    flex-direction: column;
}
.cartList-page .side-bar a{
    font-size: 1.8rem;
    color: var(--main-color-span);
    line-height: 2.5;
}

.cartList-page .side-bar a.active{
    color: var(--main-color);
}
.cartList-page .cartList-container{
    flex: 1;
    background: #fff;
}
.cartList-page .cartList-container h2{
    font-size: 3rem;
    color: var(--main-color);
    padding: 30px 20px;
    border-bottom: 1px solid #67727966;
}
.cartList-page .cartList-container .order-list{
    padding: 30px 20px;
}
.cartList-page .cartList-container .order-list .item{
    margin-bottom: 10px;
}
.cartList-page .cartList-container .order-list .item:last-child{
    margin-bottom: 0;
}
.cartList-page .cartList-container .order-list table{
    width: 100%;
    border: 1px solid #67727933;
    border-bottom: 0;
    color: var(--main-color-span);
    border-collapse: collapse;
}
.cartList-page .cartList-container .order-list table th{
    padding:15px 0 15px 20px ;
    border-bottom: 1px solid #67727933;
    min-width: 140px;

}
.cartList-page .cartList-container .order-list table th:first-child{
    width: 100%;
}

.cartList-page .cartList-container .order-list table  th span{
    color: #000;
    font-weight: 600;
}
.cartList-page .cartList-container .order-list table tr{
    display: flex;
    flex-direction: row;
}
.cartList-page .cartList-container .order-list table td{
    border: 0;
    padding:15px 0 15px 20px ;
    border-bottom: 1px solid #67727933;
    min-width: 140px;
    margin-top: 10px;
    color: var(--main-color);
    font-size: 1.6rem;
    font-weight: 600;
}
.cartList-page .cartList-container .order-list table tbody td:first-child{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
}
.cartList-page .cartList-container .order-list table tbody td:first-child img{
    width: 100px;
    height: 100%;
    object-fit: contain;
    margin-right: 20px;
}
.cartList-page .cartList-container .order-list table tbody td:first-child .name{
   width: 80%;
   display:flex;
       flex-direction: column;
}
.cartList-page .cartList-container .order-list table tbody td:first-child .name a
{
     font-size: 1.6rem;
   color: var(--main-color);
  font-weight: 600;
    }
.cartList-page .cartList-container .order-list table tbody td .p1{
    color: #f00;
}
.cartList-page .cartList-container .order-list table tbody td .p2{
    text-decoration: line-through;
    color: var(--main-color-span);
}
.cartList-page .cartList-container .order-list table tbody td:nth-child(3){
    color: #333;
}
.cartList-page .cartList-container .order-list table tbody td:nth-child(4){
    color: #f00;
}
.cartList-page .cartList-container .item .form{
    width: 100%;
    background: #F9F9FA;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.cartList-page .cartList-container .item .form .order-info{
    display: flex;
    flex-direction: row;
}
.cartList-page .cartList-container .item .form .order-info p{
    margin-right: 30px;
}
.cartList-page .cartList-container .item .form .order-info p:nth-child(2) span{
    color: #f00;
}
.cartList-page .cartList-container .item .form .order-info p span{
    font-weight: 600;
}
.cartList-page .cartList-container .item .form a.index-button{
    padding: 13px 30px;
    font-size: 1.4rem;
    border-radius: 20px;
}
.cartList-page .cartList-container .item .form a.index-button:hover{
    color: #fff;
}
.cartList-page .cartList-container .order-details{
    min-height: 800px;
}
.cartList-page .cartList-container .order-details table{
    border: 0;
}
.cartList-page .cartList-container .order-details table tfoot td{
    width: 100%;
    color: #67727999;
    text-align: end;
    border: 0;
    margin: 20px 35px;
    padding: 0;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(1) td{
    font-size: 1.4rem;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3){
    background: #F9F9FA;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td{
    font-size: 1.6rem;
    margin: 35px;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td p{
    margin: 15px 0;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td span{
    color: #000;
    font-weight: 600;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td span::before{
    content: '$';
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td .p1 span{
    text-decoration: line-through;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td .p2{
    color: #000;
}
.cartList-page .cartList-container .order-details table tfoot tr:nth-child(3) td .p2 span{
    color: #f00;
}

/* 注册/登陆/密码恢复公共表单样式 */
.common-form .p {
    font-size: 1.3rem;
    line-height: 2;
}

.common-form .p1 {
    font-size: 1.6rem;
}

.common-form .p2 {
    margin-top: 10px;
    line-height: 2;
}

.common-form .p3 {
    margin-top: 30px;
}

.common-form .p a {
    color: var(--main-color);
}

.common-form {
    padding-top: 120px;
    width: 100%;
    max-width: 350px;
    margin: 130px auto;
    text-align: center;
    font-size: 1.6rem;
    color: #677279;
}

.common-form h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--main-color);
}

.common-form .form {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.common-form .form input {
    margin-bottom: 10px;
}

.common-form .form button {
    margin-top: 10px;
}


/* register.html */
.register .p2 {
    margin-top: 10px;
}

/* news.html */
.news .news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.6rem;
}

.news .news-list li {
    width: 32%;
    margin-bottom: 60px;
    border-radius: 3px;
    overflow: hidden;
}

.news .news-list li img {
    height: 250px;
    object-fit: cover;
}

.news .news-list li h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    height: 7rem;
    margin: 15px 0;
    color: var(--main-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-list li p {
    color: var(--main-color-span);
    font-size: 1.3rem;
}

.news .news-list li span {
    color: #67727966;
    margin: 0 5px;
}


/* newsInfo.html */
.news-page {
    display: flex;
    flex-direction: column;
}


.news-page .top{
    width: 100%;
    margin-bottom: 40px;
}
.news-page .top h2{
    font-size: 3rem;
    color: var(--main-color);
    line-height: 1.6;
    margin-bottom: 15px;
}
.news-page .top p{
    font-size: 1.6rem;
    color: var(--main-color-span)
}

.news-page .top span{
    color: #67727966;
    margin:0 8px ;
    font-size: 1.2rem;
}
.news-page .container{
    display: flex;
    flex-direction: row;
}

.news-page .container>.left{
    flex: 1;
}

.news-page .container>.right{
    width: 100%;
    height: 100%;
    max-width: 350px;
    margin-left: 70px;
    padding: 30px 20px;
    background: #233593;
    color: #fff;
    text-align: center;
}
.news-page .container>.right h3{
    font-size: 2.4rem;
   
}
.news-page .container>.right p{
    font-size: 1.6rem;
    line-height: 2;
    margin: 20px 0 10px;
}
.news-page .container>.right .form{
    margin: 20px 0;
}
.news-page .container>.right .index-input{
    width: 100%;
}
.news-page .container>.right .index-button{
    width: 100%;
    background: var(--main-color-red);
    margin-top: 10px;
}
.news-page .container>.right .index-button:hover{
    background: var(--main-color);
}

.news-page .news-img{
    font-size: 1.6rem;
}
.news-page .news-img img{
    width: 100%;
}
.news-page  .share{
    display: flex;
    flex-direction: row;
    padding: 20px 25px ;
    background: #fff;
    justify-content: space-between;
    align-items: center;
}
.news-page  .share-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--main-color-span);
}
.news-page  .share-left>p{
    margin-right: 20px;
    font-size: 1.6rem;
}
.news-page  .share .share-right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news-page  .share .share-right img{
    width: 24px;
    object-fit: contain;
    margin-right: 10px;
}
.news-page  .share .share-right p{
    font-size: 1.6rem;
}
.news-page  .share .share-right span{
    padding:0  5px;
}
.news-page .news-info{
    width: 66.666%;
    margin:0 auto;
    font-size: 1.6rem;
    color: var(--main-color-span);
}
.news-page .news-info .editor{
    margin:0px auto 60px;
}

.news-page .news-info-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
    margin: 40px 0 60px;
    border-top: 1px solid #67727933;
    border-bottom:1px solid #67727933;
}
.news-page .news-info-nav img{
    width: 15px;
    height: 15px;
}
.news-page .news-info-nav .left a,.news-page .news-info-nav .right a{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--main-color);
    font-size: 1.6rem;
    cursor: pointer;
}
.news-page .news-info-nav .left p{
    font-size: inherit;
    margin-left: 10px;
}
.news-page .news-info-nav .right p{
    font-size: inherit;
    margin-right: 10px;
}
.news-page .news-info-nav .right img{
    transform: rotate(180deg);
}
.news-page .message h3{
    font-size: 2.6rem;
    color: var(--main-color);
    line-height: 2;
    margin-bottom: 10px;
}
.news-page .message p{
    font-size: 1.5rem;
    line-height: 2;
    color: var(--main-color-span);
}
.news-page .message .form{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-page .message .form .index-input{
    width: 49%;
}
.news-page .message .form textarea{
    width: 100%;
    margin: 10px 0 20px;
}
.news-page .message .form .index-button{
    padding: 13px 50px;
    margin-bottom: 50px;
}



/* common-page.html */
.common-page{
    max-width: 720px;
}
.common-page h2{
    font-size: 3rem;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 40px;
}

.common-page .editor{
    color: var(--main-color-span);
    line-height: 2;
    font-size: 1.6rem;
}
.common-page-footer{
    width: 100%;
    padding: 40px 0;
    background: var(--main-color);
    color: #fff;
    margin:80px 0 ;
}

.common-page-footer .container{
    max-width: 450px;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: center;
}
.common-page-footer .container h3{
    font-size: 2.2rem;
    font-weight: 600;
}
.common-page-footer .container p{
    margin: 30px 0 ;
    font-size: 1.6rem;
    line-height: 2;
}
.common-page-footer .container .form{
    display: flex;
    flex-direction: row;
}
.common-page-footer .container .index-input{
    flex: 1;
}
.common-page-footer .container .index-button{
    padding: 13px 30px;
    margin-left: 10px;
}




/* contact.html */
.contact-page{
    width: 100%;
    max-width: 720px;
    margin-bottom: 100px;
}
.contact-page>h3{
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center; 
}
.contact-page>p{
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    color: #000;
}

.contact-page>.editor{
    margin: 40px 0;
    line-height: 2;
    color: #000;
}

.contact-page>.form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page>.form .index-input{
    width: 49%;
    margin-bottom: 15px;
}
.contact-page>.form .index-input:nth-child(3){
    width: 100%;
}
.contact-page>.form .index-textarea{
    width: 100%;
    margin-bottom: 20px;
}
.contact-page>.form .index-button{
    padding: 13px 40px;
    margin: 0 auto;
}



/* footer */
footer {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
    color: var(--main-color);
    line-height: 2;
}

footer .top {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e1e3e4;
}

footer .top ul {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

footer .top ul li {
/*     width: 33.333%; */
    display: flex;
    flex-direction: row;
    padding-right: 30px;
}

footer .top ul li .left {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: 10px;
}

footer .top ul li .right h4 {
    font-size: 1.6rem;
    font-weight: 600;
}

footer .top ul li .right p {
    font-size: 1.5rem;
    color: #677279;
}

footer .center {
    margin: 40px 0;

}

footer .center li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #677279;
}

footer .center li a {
    font-size: 1.5rem;
    color: #677279;
}

footer .center .list1 {
    display: flex;
    flex-direction: row;
	justify-content:space-between;
}

footer .center .list1>li {
   
    padding-right: 50px;
    display: flex;
    flex-direction: column;
}

footer .center .list1>li:first-child {
   
}
footer .center .list1>li:nth-child(3){
	width:30%;
	 padding-right: 0px;
}
footer .center .list1>li .title {
    font-weight: 600;
    margin-bottom: 20px;
    color:var(--main-color);
}

footer .center .list1 .form {
    display: flex;
    flex-direction: column;
    margin-top: 30px;

}

/* footer .center .list1 .form input{
    height: 50px;
    padding: 15px;
    border: 1px solid #e1e3e4;
    font-size: 1.5rem;
} */
footer .center .list1 .form button {
    margin-top: 10px;
    width: 130px;
    height: 50px;
}

footer .bottom {
    margin: 40px 0 10px;
}

footer .bottom h3 {
    font-size: 1.4rem;
    line-height: 3;
    color: #677279;
}

footer .icon-list{
    margin-bottom: 30px;
}
.mpage {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}

.mpage a {
	border: 1px solid #cccccc;
	margin-right: 5px;
	padding: 4px 7px;
}

.mpage span {
	border: 1px solid #cccccc;
	margin-right: 5px;
	padding: 4px 7px;
}

.mpage span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #ffffff;
	font-weight: bolder;
}
