* {
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
}
#content {
    padding: 60px 0;
}
.banner {
    height: 350px;
}
/* .banner-1 {
    background: url("https://xorder.oss-cn-beijing.aliyuncs.com/img/app_center/1.jpg?a=0.01") no-repeat center / cover;
    height: 500px;
}
.banner-2 {
    background: url("https://xorder.oss-cn-beijing.aliyuncs.com/img/app_center/2.jpg?a=0.01") no-repeat center / cover;
    height: 500px;
}
.banner-3 {
    background: url("https://xorder.oss-cn-beijing.aliyuncs.com/img/app_center/3.jpg?a=0.01") no-repeat center / cover;
    height: 500px;
}
.banner-4 {
    background: url("https://xorder.oss-cn-beijing.aliyuncs.com/img/app_center/4.jpg?a=0.01") no-repeat center / cover;
    height: 500px;
} */
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.container:before,
.container:after,
.tips-content:before,
.tips-content:after {
    display: table;
    content: " ";
}
.tips-content:after,
.container:after {
    clear: both;
}
.banner-1>.container,
.banner-2>.container,
.banner-3>.container,
.banner-4>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-img {
    margin-top: 50px;
}
.banner-img img {
    max-width: 100%;
}

.banner-text h1 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.2;
}
.banner-text p {
    color: #fff;
    font-size: 24px;
    padding: 30px 0 60px;
    max-width: 543px;
    line-height: 1.57;
}
.banner-text a {
    display: inline-block;
    width: 160px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
}
.banner-1 .banner-text a {
    color: #2ebbff;
}
.banner-2 .banner-text a,
.banner-3 .banner-text a {
    color: #00bd66;
}

.banner-4 .banner-text a {
    color: #a1b6eb;
}
.product-all-content {
    min-height: 300px;
    position: relative;
}
.product-left {
    width: 300px;
    float: left;
    padding: 30px 15px 0;
}
.product-nav {
    background: #fff;
    border-radius: 2px;
    padding: 0;
    overflow: hidden;
    z-index: 9;
}
.nav-box {
    margin-bottom: 30px;
}
.search-box {
    position: relative;
}
.search-box i {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}
.search-box i:hover {
    color: #00bd66;
}
.nav-search {
    height: 40px;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 5px 10px;
}
.nav-content .nav-title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    background: #fff;
    color: #252b3a;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.nav-content .nav-list li {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    padding: 16px 25px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
	border-left:2px solid transparent;
}
.nav-content .nav-list li i {
    float: right;
}
.nav-content .nav-list li.active,
.nav-content .nav-list li:hover {
    border-left: 2px solid #00bd66;
    background: #f4f5f7;
    font-weight: bold;
}
.nav-content .nav-list li.active a,
.nav-content .nav-list li a:hover,
.nav-content .nav-list li:hover a {
    color: inherit;
}
.nav-star li{
    line-height: 30px;
}
.nav-star i {
    font-size: 16px;
    color: #00bd66;
    margin-right: 5px;
}

.nav-star span {
    font-size: 14px;
    margin-left: 5px;
}
.product-right {
    float: right;
    width: 900px;
    padding: 30px 0 0 15px;
}
.product-content .title {
    font-size: 16px;
    color: #252b3a;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
    padding-left: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.product-content .title:before {
    background: #00bd66;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 20px;
}
.product-content .tips {
    float: left;
    position: relative;
    margin: 15px;
    width: 275px;
}
.product-content .tips:nth-of-type(-n+1) {
    margin-bottom: 0;
}
.product-content .tips:nth-of-type(3n - 2) {
    margin-left: 0;
}
.product-content .tips:nth-of-type(3n) {
    margin-right: 0;
}
.product-content .tips>a {
    display: block;
    padding: 30px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.product-all-content .product-content .tips a:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.product-content .tips .inco {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}
.product-content .tips .tips-title {
    position: relative;
    font-size: 18px;
    color: #252b3a;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 10px;
    background: #fff;
    top: 0;
    -webkit-transition: top .1s ease-in-out;
    -o-transition: top .1s ease-in-out;
    transition: top .1s ease-in-out;
}
.product-content .tips .tips-info {
    background: #fff;
    position: relative;
    font-size: 14px;
    color: #a0a2a8;
    text-align: center;
    letter-spacing: 0;
    word-break: normal;
    /* text-align: justify; */
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: left;
    /* white-space: nowrap; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    top: 0;
    -webkit-transition: top .1s ease-in-out;
    -o-transition: top .1s ease-in-out;
    transition: top .1s ease-in-out;
}
.product-content .tips .tips-price{
	color:#999;
	display:block;
	margin-top:20px;
	position:relative;
}
.more {
    font-size: 14px;
    color: #666;
    display: inline-block;
	margin-top:20px;
    padding: 0 15px;
    border-radius: 100px;
    opacity: 0;
	position:absolute;
	left:50%;
	bottom:25px;
	transform:translateX(-50%);
    color: #fff;
    height: 33px;
	line-height:33px;
    background-image: -webkit-linear-gradient(left, #60D69B 0%, #31BF89 100%);
    background-image: -o-linear-gradient(left, #60D69B 0%, #31BF89 100%);
    background-image: linear-gradient(to right, #60D69B 0%, #31BF89 100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.more:hover {
    background-image: -webkit-linear-gradient(left, #31BF89 0%, #60D69B 100%);
    background-image: -o-linear-gradient(left, #31BF89 0%, #60D69B 100%);
    background-image: linear-gradient(to right, #31BF89 0%, #60D69B 100%);
    color: #fff;
}
.product-all-content .product-content .tips>a:hover .more {
    opacity: 1;
}
.pr-btn-group,
.pr-sorting {
    display: inline-block;
    width: 50%;
    float: left;
}
.pr-btn-group {
    position: relative;
    vertical-align: middle;
}
.pr-btn-group a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d7d8da;
    float: left;
    font-size: 16px;
}
.pr-btn-group a:nth-child(2) {
    margin: 0 -1px;
}
.pr-btn-group a:first-child {
    border-radius: 5px 0 0 5px;
}
.pr-btn-group a:last-child {
    border-radius: 0 5px 5px 0;
}
.pr-btn-group a:hover,
.pr-btn-group a.active {
    background: #f4f5f7;
}
.pr-sorting {
    text-align: right;
}
.pr-sorting span {
    font-size: 16px;
    padding: 0 15px;
}
#input-sort {
    padding: 7px 15px;
    font-size: 16px;
    width: 66.66%;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.product-star {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}
.product-star i {
    color: #E4F2EC;
    font-size: 14px;
    margin-right: 1px;
}
.product-star i.active {
    color: #00bd66;
}
.product-star span {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 14px;
}
.showAll {
    color: #222;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.showAll:hover {
    color: #00bd66;
}
.mobile-switch {
    display: none;
}
@media (max-width: 767px) {
    .m-navigation .u-btn-anim{
        padding-top:0;
    }
    #content {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .banner-1>.container,
    .banner-2>.container,
    .banner-3>.container,
    .banner-4>.container {
        display: block;
    }
    .banner-1>.container .banner-text,
    .banner-2>.container .banner-text,
    .banner-3>.container .banner-text,
    .banner-4>.container .banner-text {
        text-align: center;
        padding: 0 15px 0;
        margin-top: 50px;
    }
    .banner-img {
        text-align: center;
        margin-top:-10px;
    }
    .banner-img img{
        max-width: 75%;
    }
    .banner-text p {
        padding: 15px 0;
    }
    .product-nav,
    .product-content {
        width: 100%;
        float: none;
    }
    .product-content .tips {
        width: 100%;
        margin: 0;
        padding: 0 0 15px 0;
    }


    .xs-hidden {
        display: none;
    }
    .pr-btn-group,
    .pr-sorting {
        width: 100%;
        float: none;
    }
    .product-left,
    .product-right {
        width: 100%;
        float: none;
    }
    .product-right {
        padding: 0 15px;
    }
    .pr-sorting {
        margin-top: 30px;
        text-align: left;
    }
    .pr-sorting>span {
        width: 33.33%;
        float: left;
        margin-top: 11px;
    }
    #input-sort {
        float: left;
    }
    .pr-btn-group a {
        width: 33.33%;
        text-align: center;
    }
    .tips-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile-switch {
        display: block;
    }
    .mobile-switch a {
        display: block;
        height: 50px;
        line-height: 50px;
        width: 100%;
        background: #00bd66;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        margin-bottom: 30px;
    }
}