@charset "utf-8";
/*public*/
body{margin: 0 auto; padding: 0; font: 16px "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif; color: #333; text-align: center; background: #fff; line-height: 32px;}
h1, h2, h3, h4, p, div, span, b, i, em, ul, li, dl, dd, dt, input, button, textarea, select {margin: 0; padding: 0;}
ul, li, dl, dd, dt{list-style: none;} 
button{cursor: pointer;}
a{color: #333; cursor: pointer; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; transition: all 0.3s;}
a:hover{color: #007f64;}
a img{border: 0;}
*, ::before, ::after{box-sizing: border-box;}
img{max-width: 100%; height: auto; display: block;}
video{outline: none;}
input, button, textarea, select{
  font: inherit;
  outline: none;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  border-radius: 0;
}
em, i{font-style: normal;}
::-webkit-scrollbar{width: 5px; height: 5px;}
::-webkit-scrollbar-track{background: #f5f5f5;}
::-webkit-scrollbar-thumb{background: #b2b2b2; border-radius: 5px;}
::-webkit-scrollbar-thumb:hover{background: #007f64;}
.clear{clear: both; height: 0; overflow: hidden; display: block;}
.font{font-family: 'SimSun';}
.omit{word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.omit-two{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 2; -webkit-line-clamp: 2; overflow: hidden;}
.omit-three{word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-clamp: 3; -webkit-line-clamp: 3; overflow: hidden;}
.scale img{transition: all 0.6s; -ms-transition: all 0.6s;}
.scale img:hover{transform: scale(1.1); -webkit-transform: scale(1.1);}
.center{display: flex; justify-content: center; align-items: center;}
.center_vertical{display: flex; align-items: center;}
.center_horizontal{display: flex; justify-content: center;}
.row{display: flex; flex-direction: row; flex-wrap: wrap;}
.row_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.column{display: flex; flex-direction: column; flex-wrap: wrap;}
.column_box{display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}
.con{padding: 40px 0; display: flex; justify-content: space-between;}
.content{width: 100%; background-color: #f8f8f8; margin-top: 156px;}
.white{background-color: #fff;}
.container{max-width: 1200px; min-width: 1100px; width: 94%; margin: 0 auto; padding: 0; text-align: left;}

/*header*/
#header{position: fixed; top: 0; width: 100%; background-color: #fff; margin: 0 auto; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); z-index: 100;}
#header .header_top{background-color: #353535; height: 50px; line-height: 50px; color: #fff;}
#header .header_top a{color: #fff;}
#header .header_top .notice>.swiper-container{height: 50px;}
#header .header_top .notice>img{margin-right: 15px;}
#header .header_top .login_box>a{margin: 0 5px;}
#header .header_top .login_cart{margin-left: 25px;}
#header .header_top .login_cart .img{width: 30px; height: 30px; background-color: #007f64; border-radius: 50%; margin-right: 10px;}
#header .header_top .login_cart .img>img{max-width: 19px;}
#header .header_top .login_cart .site{width: 92px; height: 30px; line-height: 30px; background-color: #007f64; border-radius: 15px; color: #fff; text-align: center; display: block; margin-left: 18px;}
#header .header_con{height: 106px;}
#header .search{width: 100%; height: 110px; background: #fff; position: absolute; left: 0; top: 156px; z-index: 9; border-top: 1px solid #eaeaea; box-shadow: 0 5px 12px -5px rgba(0,0,0,0.1); display: none;}
#header .search form{width: 500px; height: 48px; margin: 30px auto; border: 1px solid #eaeaea; padding: 0 15px 0 20px; border-radius: 5px; overflow: hidden;}
#header .search input[type="text"]{width: 400px; height: 100%; line-height: 1;}
#header .search button{cursor: pointer; position: relative; top: -1px;}

/*menu*/
.menu>ul>li{padding: 0 5px; display: flex; align-items: center;}
.menu>ul>li>a{height: 106px; line-height: 106px; padding: 0 18px; display: block; font-size: 17px; border-bottom: 2px solid transparent; position: relative;}
.menu>ul>li>a:hover{color: #007f64;}
.menu>ul>li>a::after{content: ''; position: absolute; bottom: -2px; left: 50%; width: 0; height: 2px; background: #007f64; opacity: 0; transform: translateX(-50%); transition: width 0.3s ease opacity 0.25s ease;}
.menu>ul>li>a.curr{color: #007f64;}
.menu>ul>li>a.curr::after{width: 100%; opacity: 1; transition: width 0.3s ease;}
.menu>ul>li .mall{margin-left: 25px;}
.menu>ul>li .mall img{cursor: pointer;}

/*banner*/
.banner{height: calc(100vh - 156px); margin-top: 156px;}
.banner .swiper-slide{background-position: top center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-pagination{bottom: 15px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; background: #fff; opacity: 1; width: 10px; height: 10px; transition: all .3s;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 25px; background: #007f64; border-radius: 5px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 15px; height: 24px; background-size: 15px 24px; margin-top: -12px;}
.banner .swiper-button-prev{width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.5); left: 30px; border-radius: 50%;}
.banner .swiper-button-next{width: 50px; height: 50px; background-color: rgba(0, 0, 0, 0.5); right: 30px; border-radius: 50%;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{font-size: 18px;}

/*home_pro*/
#home_pro{width: 100%; padding: 60px 0;}
#home_pro .home_pro_dh span{font-size: 30px; text-align: center; display: block;}
#home_pro .home_pro_con{margin-top: 45px;}
#home_pro .home_pro_con a{width: 100%; height: 100%; display: block;}
#home_pro .home_pro_con .img{width: 100%; max-height: 372px; overflow: hidden;}
#home_pro .home_pro_con .img img{width: 100%; height: 100%; object-fit: cover;}
#home_pro .home_pro_con span{width: 100%; height: 72px; line-height: 72px; font-size: 20px; text-align: center; display: block; color: #fff; position: absolute; bottom: 0; z-index: 2;}
#home_pro .home_pro_con .swiper-button{margin-top: 35px;}
#home_pro .home_pro_con .swiper-button>i{width: 42px; height: 42px; border: 1px solid #b0b0b0; border-radius: 50%; font-size: 24px; margin: 0 6px; cursor: pointer; transition: all 0.3s;}
#home_pro .home_pro_con .swiper-button>i:hover{border-color: #007f64; color: #007f64;}

/*home_ad*/
#home_ad{width: 100%;}
#home_ad .home_ad_con ul{gap: 20px;}
#home_ad .home_ad_con ul li{width: calc((100% - 40px)/3); position: relative;}
#home_ad .home_ad_con ul li:nth-child(-n+2){width: calc((100% - 20px)/2);}
#home_ad .home_ad_con ul li .img{width: 100%; height: 100%; overflow: hidden;}
#home_ad .home_ad_con ul li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;}
#home_ad .home_ad_con ul li .desc{width: 100%; height: 180px; text-align: center; color: #fff; position: absolute; bottom: 0; z-index: 2; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); transition: all 0.3s;}
#home_ad .home_ad_con ul li .desc span{font-size: 24px; font-weight: bold; display: block;}
#home_ad .home_ad_con ul li .desc em{width: 100px; height: 36px; line-height: 36px; border: 1px solid #fff; color: #fff; border-radius: 18px; display: inline-block; font-size: 15px; margin-top: 20px;}
#home_ad .home_ad_con ul li:hover .img img{transform: scale(1.1);}

/*home_news*/
#home_news{width: 100%; padding: 45px 0;}
#home_news .home_news_dh span{font-size: 30px; text-align: center; display: block;}
#home_news .home_news_con{margin-top: 40px;}
#home_news .home_news_con ul{gap: 20px;}
#home_news .home_news_con ul li{width: calc((100% - 40px)/3); position: relative;}
#home_news .home_news_con ul li .img{width: 100%; height: 290px; overflow: hidden; position: relative;}
#home_news .home_news_con ul li .img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s;}
#home_news .home_news_con ul li .img .mark{position: absolute; left: 0; top: 0; width: 40%; height: 100%; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 15px; line-height: 1.4; z-index: 2;}
#home_news .home_news_con ul li .img .mark span{font-size: 20px; font-weight: bold;}
#home_news .home_news_con ul li .img .mark i{width: 18px; height: 4px; background: #007f64; display: block; margin: 10px 0;}
#home_news .home_news_con ul li .img .mark em{width: 70px; height: 32px; line-height: 32px; background: #007f64; color: #fff; display: block; text-align: center; border-radius: 16px; font-size: 15px; margin-top: 30px;}
#home_news .home_news_con ul li .desc{padding: 20px 0;}
#home_news .home_news_con ul li .desc>span{font-size: 18px; display: block;}
#home_news .home_news_con ul li .desc>p{margin-top: 10px; line-height: 1.8; color: #666;}
#home_news .home_news_con a.more{width: 180px; height: 46px; line-height: 46px; border: 1px solid #b0b0b0; border-radius: 25px; display: block; text-align: center; margin: 30px auto 0; transition: all 0.3s;}
#home_news .home_news_con a.more:hover{background: #007f64; color: #fff; border-color: #007f64;}

/*home_brand*/
#home_brand{width: 100%; padding: 20px 0 90px 0;}
#home_brand .home_brand_dh span{font-size: 30px; text-align: center; display: block;}
#home_brand .home_brand_con{margin-top: 45px;}
#home_brand .home_brand_con ul{gap: 30px;}
#home_brand .home_brand_con ul li{width: calc((100% - 60px)/3); background-color: #f8f8f8; padding: 40px;}
#home_brand .home_brand_con ul li .img{height: 100px; margin: auto;}
#home_brand .home_brand_con ul li img{max-height: 100%;}
#home_brand .home_brand_con ul li span{font-size: 20px; margin-top: 10px; text-align: center; display: block;}

/*content*/
#content .content_dh{border-bottom: 1px solid #eaeaea;}
#content .content_dh .dh_con ul>li{margin-right: 55px;}
#content .content_dh .dh_con ul>li:last-child{margin-right: 0;}
#content .content_dh .dh_con ul>li a{height: 68px; line-height: 1.8; font-size: 16px; border-bottom: 3px solid transparent; display: flex; align-items: center;}
#content .content_dh .dh_con ul>li a.on{color: #007f64; border-color: #007f64;}
#content .content_dh .dh_box i{font-size: 18px; margin: 0 8px;}
#content .content_nav{background-color: #fbfbfb;}
#content .content_con{min-height: 500px; padding: 25px 0 80px 0;}
#content .content_con .content_box{line-height: 2.2;}
#content .content_con .content_box img{max-width: 100%; height: auto !important;}
#content .content_con .content_box video{max-width: 100%; height: auto;}
#content .content_con .content_box iframe{max-width: 100%;}

/*pro*/
.pro{padding-top: 35px;}
.pro_box{background-color: #fff; padding: 0 30px;}
.pro_box .box{padding: 20px 0; line-height: 1.4; border-bottom: 1px solid #f1f1f1; align-items: flex-start;}
.pro_box .box:last-child{border-bottom: 0;}
.pro_box .box>span{min-width: 80px; padding-right: 30px; font-size: 18px; line-height: 24px; font-weight: bold; display: block;}
.pro_box .filter span{min-width: 80px; padding-right: 30px; font-size: 18px; line-height: 24px; font-weight: bold; display: block;}
.pro_box .filter a{margin-left: 25px; color: #007f64;}
.pro_box .order ul>li{margin-left: 25px; cursor: pointer;}
.pro_box .order ul>li i{margin-left: 10px;}
.pro_box .order .sort-item.on{color: #007f64;}
.pro_box .order .sort-item.on.asc i {transform: rotate(180deg);}
.pro_box .order .sort-item.on.desc i {transform: rotate(0deg);}
.pro_box .order em{width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 2px; display: inline-block; margin-right: 10px; position: relative; top: 1px;}
.pro_box .order .sort-item.on em{background-color: #007f64; border-color: #007f64;}
.pro_box .order .sort-item.on em::after{content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 12px; font-weight: bold; font-family: Arial, sans-serif;}
.pro_box .box dl{width: calc(100% - 80px); gap: 20px 45px;}
.pro_box .box dl>dd{cursor: pointer;}
.pro_box .box dl>dd>a.on{color: #007f64;}

/*list_pro*/
ul.list_pro{gap: 30px;}
ul.list_pro>li{width: calc((100% - 90px)/4); background-color: #fff;}
ul.list_pro>li a{display: block;}
ul.list_pro>li .img{width: 100%; height: 260px; margin: auto; overflow: hidden;}
ul.list_pro>li .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
ul.list_pro>li .desc{padding: 15px 25px 25px 25px;}
ul.list_pro>li .desc>span{font-size: 18px; font-weight: bold; display: block;}
ul.list_pro>li .price{margin-top: 10px;}
ul.list_pro>li .price>span{color: #ef0000; font-size: 22px;}
ul.list_pro>li .price>span>i{font-size: 22px; font-family: Arial;}
ul.list_pro>li .price>em{color: #888;}

/*pro_list*/
ul.pro_list{gap: 30px;}
ul.pro_list>li{width: calc((100% - 90px)/4); background-color: #fff; padding: 25px;}
ul.pro_list>li a{display: block;}
ul.pro_list>li .img{width: 100%; height: 260px; margin: auto; overflow: hidden;}
ul.pro_list>li .img>img{max-width: 92%; height: 100%; object-fit: contain;}
ul.pro_list>li .desc>span{font-size: 18px; font-weight: bold; display: block;}
ul.pro_list>li .price{margin-top: 10px;}
ul.pro_list>li .price>span{color: #ef0000; font-size: 22px;}
ul.pro_list>li .price>span>i{font-size: 22px; font-family: Arial;}
ul.pro_list>li .price>em{color: #888;}

/*display*/
.dis_big{background-color: #fff; padding-top: 30px;}
.dis_big .dis_pic{width: 45%;}
.dis_big .dis_pic img{max-width: 100%;}
.dis_big .dis_desc{width: 49%;}
.dis_big .dis_desc>span{font-size: 24px; font-weight: bold; display: block;}
.dis_big .dis_desc>.desc{font-size: 16px; line-height: 2; margin-top: 20px;}
.dis_big .dis_desc>.price{background-color: #f7f7f7; color: #666; line-height: 1; padding: 20px 30px; margin-top: 20px; align-items: baseline;}
.dis_big .dis_desc>.price>span{color: #d9161c; font-size: 18px;}
.dis_big .dis_desc>.price>span>i{font-size: 40px; font-weight: bold; font-family: Arial; margin-left: 5px;}
.dis_big .dis_desc>.price>em{position: relative; top: -3px; margin-left: 15px;}
.dis_big .dis_desc>.service{padding: 20px 0; border-bottom: 1px solid #ededed;}
.dis_big .dis_desc>.service dl{margin-left: 30px; gap: 25px;}
.dis_big .dis_desc>.service dl img{margin-right: 5px; max-width: 26px;}
.dis_big .dis_desc>.address{background-color: #f7f7f7; padding: 15px 20px;}
.dis_big .dis_desc>.address .img{margin-right: 10px;}
.dis_big .dis_desc>.address .center>i{margin-left: 20px; color: #666; cursor: pointer;}
.dis_big .dis_desc>.address .center>i:hover{color: #007f64;}
.dis_big .dis_desc>.number{margin-top: 30px;}
.dis_big .quantity-input{width: 150px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #dfdfdf; border-radius: 2px; overflow: hidden; margin-top: 20px;}
.dis_big .quantity-input button{width: 40px; height: 40px; font-size: 16px; cursor: pointer; user-select: none; transition: all 0.3s;}
.dis_big .quantity-input button:hover{background: #f7f7f7;}
.dis_big .quantity-input input{width: 70px; height: 40px; text-align: center; font-size: 15px; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.dis_big .quantity-input input::-webkit-outer-spin-button,
.dis_big .quantity-input input::-webkit-inner-spin-button{-webkit-appearance: none; appearance: none; margin: 0;}
.dis_big .dis_desc .cart{margin-top: 35px; gap: 10px;}
.dis_big .dis_desc .cart button{width: 200px; height: 50px; line-height: 50px; background-color: #007f64; color: #fff; text-align: center; font-size: 18px; display: block; transition: all 0.3s;}
.dis_big .dis_desc .cart button.buy{background-color: #c53421;}
.dis_big .dis_desc .cart button:hover{opacity: 0.9;}
.dis_big .dis_desc .cart button.disabled{background-color: #007f64;}
.dis_big .view{width: 100%;}
.dis_big .view .swiper-container{width: 100%; height: 540px;}
.dis_big .view .swiper-slide{display: flex; justify-content: center; align-items: center;}
.dis_big .view .swiper-slide img{max-width: 100%; max-height: 100%;}
.dis_big .view .arrow-left{position:absolute; left: 10px; top: 50%; margin-top: -19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .view .arrow-right{position:absolute; right: 10px; top: 50%; margin-top:- 19px; width: 38px; height: 38px; z-index: 10; display: none;}
.dis_big .preview{width: 100%; margin-top: 15px; position: relative;}
.dis_big .preview .swiper-container{width: 86%; height: 76px; margin: 0 auto;}
.dis_big .preview .swiper-slide{height: 76px; cursor: pointer; text-align: center;}
.dis_big .preview .swiper-slide>.img{height: 100%; position: relative; border: 1px solid #e6e6e6; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.dis_big .preview .swiper-slide>.img>img{max-width: 100%; max-height: 100%;}
.dis_big .preview .swiper-slide-thumb-active>.img{border-color: #007f64;}
.dis_big .preview a{position: absolute; left: 0; top: 50%; margin-top: -38px; width: 12px; height: 76px; cursor: pointer; z-index: 10;}
.dis_big .preview .arrow-right{right: 0; left: auto;}
.dis_big .preview i{font-size: 26px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.dis_note{width: 100%; background-color: #f7f7f7; margin-top: 45px; padding: 50px 0; margin-bottom: -80px;}
.dis_note .dis_note_box{background-color: #fff;}
.dis_note .dis_note_box .dh{height: 78px; line-height: 76px; border-bottom: 1px solid #ebebeb; padding: 0 30px;}
.dis_note .dis_note_box .dh>span{display: block; padding: 0 10px; margin-right: 10px; border-bottom: 2px solid transparent; cursor: pointer;}
.dis_note .dis_note_box .dh>span.on{border-color: #007f64;}
.dis_note .dis_note_box .desc{padding: 40px 30px;}
.dis_note .dis_note_box .desc .notice img{width: 46px; margin-right: 20px;}
.dis_note .dis_note_box .desc_con{margin-top: 30px;}
.dis_note .dis_note_box .review .rating .num>em{font-weight: bold; color: #ef0000;}
.dis_note .dis_note_box .review .rating .status{gap: 10px; margin-left: 50px;}
.dis_note .dis_note_box .review .rating .status>span{height: 34px; line-height: 34px; padding: 0 20px; background-color: #f8f8f8; text-align: center; cursor: pointer;}
.dis_note .dis_note_box .review .rating .status>span.on{background-color: #007f64; color: #fff;}
.dis_note .dis_note_box .review ul{gap: 50px; flex-direction: column; margin: 50px -30px 0 -30px; padding: 0 30px;}
.dis_note .dis_note_box .review .review_box{flex: 1; padding-right: 100px;}
.dis_note .dis_note_box .review .avatar{width: 60px; height: 60px; border-radius: 50%; border: 1px solid #ebebeb; overflow: hidden;}
.dis_note .dis_note_box .review .avatar img{width: 100%; height: 100%; object-fit: cover;}
.dis_note .dis_note_box .review .info{width: calc(100% - 60px); padding-left: 20px;}
.dis_note .dis_note_box .review .info span{line-height: 1; display: block;}
.dis_note .dis_note_box .review .info em{font-size: 14px; color: #999;}
.dis_note .dis_note_box .review .info p{font-size: 15px; line-height: 1.6;}
.dis_note .dis_note_box .review dl{gap: 20px; margin-top: 20px;}
.dis_note .dis_note_box .review dl>dd{width: calc((100% - 90px)/5);}
.dis_note .dis_note_box .review dl>dd .img{width: 100%; height: 140px; border: 1px solid #ededed; overflow: hidden;}
.dis_note .dis_note_box .review dl>dd .img>img{max-width: 100%; max-height: 100%; object-fit: cover;}
.dis_note .dis_note_box .review .fa{font-size: 18px;}
.dis_note .dis_note_box .review .fa-star{color: #ef0000;}
.dis_note .dis_note_box .review .fa-star-o{color: #888;}
.dis_note .dis_note_box .desc_box img{max-width: 100%; margin: auto; display: block;}

/*login*/
#login{width: 100%; height: 760px; background-position: center; background-repeat: no-repeat; background-size: cover;}
#login .container{justify-content: flex-end;}
#login .login_box{width: 440px; background-color: #fff; justify-content: flex-end;}
#login .login_box>.dh{height: 86px; line-height: 84px; border-bottom: 1px solid #ebebeb; text-align: center;}
#login .login_box>.dh>span{line-height: 84px; font-size: 18px; color: #007f64; padding: 0 10px; border-bottom: 2px solid #007f64; display: inline-block;}
#login .login_box>form{margin: 40px 0; padding: 0 45px;}
#login .login_box>form .form-group{margin-bottom: 20px; position: relative;}
#login .login_box>form .form-group input{width: 100%; height: 52px; border-bottom: 1px solid #ebebeb;}
#login .login_box>form .form-group .forget .reg{color: #007f64;}
#login .login_box>form .form-group button{width: 100%; height: 52px; background-color: #007f64; color: #fff; font-size: 18px; margin-top: 10px; transition: all 0.3s;}
#login .login_box>form .form-group button:hover{opacity: 0.9;}
#login .login_box>form .form-group p{width: calc(100% - 30px); font-size: 15px; line-height: 1.6;}
#login .login_box>form .form-group p>a{color: #007f64;}
#login .login_box>form .form-group .img{width: 19px; height: 12px; position: absolute; right: 0; top: 20px; overflow: hidden; cursor: pointer;}
#login .login_box>form .form-group i{width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 50%; display: inline-block; margin-right: 10px; position: relative; cursor: pointer;}
#login .login_box>form .form-group i.on{background-color: #007f64; border-color: #007f64;}
#login .login_box>form .form-group i.on::after{content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 10px; font-weight: bold; font-family: Arial, sans-serif;}

/*reg*/
#reg{width: 800px; margin-top: 100px;}
#reg .reg_box{background-color: #fff; box-shadow: 0 5px 23px 0 #ebebeb; padding: 50px 0; margin: 30px auto 0;}
#reg .reg_box .form_box{width: 360px; margin: auto;}
#reg .reg_box .form_box span{font-size: 20px; font-weight: bold; display: block; text-align: center;}
#reg .reg_box .form_box form{margin-top: 30px;}
#reg .reg_box .form_box .form-group{margin-bottom: 20px; position: relative;}
#reg .reg_box .form_box .form-group input{width: 100%; height: 52px; border-bottom: 1px solid #ebebeb;}
#reg .reg_box .form_box .form-group em{display: block; color: #007f64; position: absolute; right: 0; cursor: pointer;}
#reg .reg_box .form_box .form-group button{width: 100%; height: 52px; background-color: #007f64; color: #fff; font-size: 18px; margin-top: 10px; transition: all 0.3s;}
#reg .reg_box .form_box .form-group button:hover{opacity: 0.9;}
#reg .reg_box .form_box .form-group p{width: calc(100% - 30px); font-size: 15px; line-height: 1.6;}
#reg .reg_box .form_box .form-group p>a{color: #007f64;}
#reg .reg_box .form_box .form-group .img{width: 19px; height: 12px; position: absolute; right: 0; top: 20px; overflow: hidden; cursor: pointer;}
#reg .reg_box .form_box .form-group i{width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 50%; display: inline-block; margin-right: 10px; position: relative; cursor: pointer;}
#reg .reg_box .form_box .form-group i.on{background-color: #007f64; border-color: #007f64;}
#reg .reg_box .form_box .form-group i.on::after{content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 10px; font-weight: bold; font-family: Arial, sans-serif;}

/*cart*/
#cart{margin-top: 10px;}
#cart .cart_con{background-color: #fff;}
#cart .cart_con ul>li{border-bottom: 1px solid #ededed;}
#cart .cart_con ul>li:last-child{border-bottom: 0;}
#cart .cart_con ul>li .cart_item{width: calc(550px / 4); min-height: 56px; display: flex; align-items: center; justify-content: center;}
#cart .cart_con ul>li .ico{width: 150px; justify-content: flex-start; padding-left: 20px;}
#cart .cart_con ul>li .spec{width: 500px; justify-content: flex-start; padding: 20px 0;}
#cart .cart_con ul>li .spec_box{width: 650px; justify-content: flex-start; padding: 20px;}
#cart .cart_con ul>li .spec_box .box{width: 580px; margin-left: 10px;}
#cart .cart_con ul>li .spec_box .img{width: 82px; height: 82px; border: 1px solid #ededed; margin-right: 20px;}
#cart .cart_con ul>li .spec_box .img img{width: 100%; height: 100%; object-fit: contain;}
#cart .cart_con ul>li .spec_box .desc{width: calc(100% - 102px);}
#cart .cart_con ul>li .spec_box .desc>span{line-height: 1.6; display: block;}
#cart .cart_con ul>li .spec_box .desc>span:nth-child(2){color: #666; font-size: 15px;}
#cart .cart_con ul>li .price{color: #c53421; font-weight: bold;}
#cart .cart_con ul>li .quantity-input{width: 100px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #dfdfdf; border-radius: 2px; overflow: hidden;}
#cart .cart_con ul>li .quantity-input button{width: 30px; height: 30px; line-height: 1; font-size: 16px; cursor: pointer; user-select: none; transition: all 0.3s;}
#cart .cart_con ul>li .quantity-input button:hover{background: #f7f7f7;}
#cart .cart_con ul>li .quantity-input input{width: 40px; height: 30px; line-height: 1; text-align: center; font-size: 15px; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
#cart .cart_con ul>li .quantity-input input::-webkit-outer-spin-button,
#cart .cart_con ul>li .quantity-input input::-webkit-inner-spin-button{-webkit-appearance: none; appearance: none; margin: 0;}
#cart .cart_con ul>li .del-item{cursor: pointer;}
#cart .cart_con ul>li .del-item:hover{color: #007f64;}
#cart .cart_buy{background-color: #fff; height: 68px; margin-top: 15px;}
#cart .cart_buy .cart_item{padding-left: 20px;}
#cart .cart_buy .cart_item .del{margin-left: 20px; color: #666; cursor: pointer;}
#cart .cart_buy .cart_item .number>i{color: #c53421; font-weight: bold;}
#cart .cart_buy .cart_item .total{margin: 0 40px 0 5px; line-height: 1;}
#cart .cart_buy .cart_item .total>span{color: #c53421; font-size: 28px; font-family: Arial; font-weight: bold;}
#cart .cart_buy .cart_item .buy{width: 156px; height: 68px; line-height: 68px; background-color: #cb0b17; color: #fff; font-size: 18px; text-align: center;}
#cart .cart_buy .cart_item .buy:hover{opacity: 0.9;}
#cart i.checked{width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 2px; display: inline-block; margin-right: 10px; position: relative; top: 1px; cursor: pointer;}
#cart i.checked.on{background-color: #007f64; border-color: #007f64;}
#cart i.checked.on::after{content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 12px; font-weight: bold; font-family: Arial, sans-serif;}

/*order*/
#order{margin-top: 10px;}
#order .order_address{background-color: #fff; padding: 30px;}
#order .order_address>span{font-size: 18px; display: block;}
#order .order_address .add{height: 100%; line-height: 1; color: #888; cursor: pointer;}
#order .order_address .add .box{text-align: center;}
#order .order_address .add .ico{font-size: 80px; font-weight: lighter; margin-top: -20px;}
#order .order_address .add span{display: block; text-align: center;}
#order .order_address .add:hover{color: #007f64;}
#order .order_address ul{margin-top: 20px; gap: 30px;}
#order .order_address ul>li{width: calc((100% - 60px)/3); border: 1px solid #ededed; padding: 25px; cursor: pointer;}
#order .order_address ul>li .name em{color: #007f64;}
#order .order_address ul>li .address{color: #666; font-size: 15px; line-height: 1.6; margin-top: 10px;}
#order .order_address ul>li .option{margin-top: 10px; font-size: 15px;}
#order .order_address ul>li .option>span{margin-right: 5px;}
#order .order_address ul>li .option>span:hover{color: #007f64;}
#order .order_address ul>li.on{border-color: #007f64; position: relative;}
#order .order_address ul>li.on::after{content: ''; position: absolute; right: -1px; bottom: -1px; width: 32px; height: 32px; background-color: #007f64; clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}
#order .order_address ul>li.on::before{content: '✓'; position: absolute; right: 4px; bottom: 3px; color: white; font-size: 14px; font-weight: bold; line-height: 1; z-index: 1;}
#order .order_con{background-color: #fff; margin-top: 10px; padding: 30px;}
#order .order_con>span{font-size: 18px; display: block;}
#order .order_con .list{padding: 20px; border: 1px solid #ededed; margin-top: 20px;}
#order .order_con ul{gap: 20px; flex-direction: column;}
#order .order_con ul .order_item .img{width: 80px; height: 80px; border: 1px solid #ededed; margin-right: 20px;}
#order .order_con ul .order_item .img img{max-width: 100%; max-height: 100%; object-fit: contain;}
#order .order_con ul .order_item .desc{width: 460px; line-height: 1.6;}
#order .order_con ul .order_item .desc>span:nth-child(2){color: #666; font-size: 15px;}
#order .order_con ul .order_item .price{margin-right: 20px;}
#order .order_con ul .order_item .subtotal{color: #c53421; font-weight: bold; margin-left: 80px;}
#order .order_con .discount{padding: 20px 0 0 0; margin-top: 20px; border-top: 1px solid #ededed;}
#order .order_con .discount.hide{opacity: 0; transition: all 0.3s;}
#order .order_con .coupons{padding: 20px 0 0 0; margin-top: 20px; border-top: 1px solid #ededed;}
#order .order_con .coupons .coupons_con{gap: 15px; margin-top: 15px;}
#order .order_con .coupons .coupon_item{border: 1px solid #c53421; height: 40px; line-height: 38px; font-size: 15px; cursor: pointer;}
#order .order_con .coupons .coupon_item .spec{background-color: #c53421; color: #fff; padding: 0 10px;}
#order .order_con .coupons .coupon_item .num{padding: 0 20px;}
#order .order_con .coupons .coupon_item.on{position: relative;}
#order .order_con .coupons .coupon_item.on::after{content: ''; position: absolute; right: -1px; bottom: -1px; width: 26px; height: 26px; background-color: #c53421; clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}
#order .order_con .coupons .coupon_item.on::before{content: '✓'; position: absolute; right: 2px; bottom: 1px; color: white; font-size: 12px; font-weight: bold; line-height: 1; z-index: 1;}
#order .order_con .coupons .data{color: #888; font-size: 15px;}
#order .order_con .point{padding: 20px 0 0 0; margin-top: 20px; border-top: 1px solid #ededed;}
#order .order_con .point .num{margin-top: 10px; font-size: 15px;}
#order .order_con .point .num>em{margin-left: 10px;}
#order .order_con .point i{width: 20px; height: 20px; border: 1px solid #ddd; border-radius: 50%; display: inline-block; margin-right: 10px; position: relative; cursor: pointer;}
#order .order_con .point i.on{background-color: #c53421; border-color: #c53421;}
#order .order_con .point i.on::after{content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 10px; font-weight: bold; font-family: Arial, sans-serif;}
#order .order_con .note{padding: 20px 0 0 0; margin-top: 20px; border-top: 1px solid #ededed;}
#order .order_con .note textarea{width: calc(100% - 200px); background-color: #f8f8f8; margin-left: 60px; padding: 15px; height: 120px; font-size: 15px;}
#order .order_con .amount{justify-content: flex-end; padding: 30px 20px;}
#order .order_con .amount.hide{opacity: 0; transition: all 0.3s;}
#order .order_con .amount .amount_item{margin-left: 30px;}
#order .order_con .total{justify-content: flex-end; padding: 30px 20px; background-color: #f8f8f8;}
#order .order_con .total.hide{opacity: 0; transition: all 0.3s;}
#order .order_con .total em{color: #c53421; font-size: 28px; font-family: Arial; font-weight: bold;}
#order .order_con .submit{justify-content: flex-end; padding: 30px 0 0 0;}
#order .order_con .submit button{width: 186px; height: 50px; line-height: 50px; background-color: #cb0b17; color: #fff; font-size: 18px; text-align: center;}
#order .order_con .submit button:hover{opacity: 0.9;}

/*modal*/
.modal{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; display: none;}
.modal .modal-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
.modal .modal-content{position: relative; width: 50%; max-width: 90%; background: #fff; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); overflow: hidden;}
.modal .modal-content.model_box{width: 560px;}
.modal .modal-content.modal-pay{width: 680px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.modal .modal-header{padding: 20px; border-bottom: 1px solid #ededed; display: flex; justify-content: space-between; align-items: center;}
.modal .modal-header h3{margin: 0; font-size: 18px; color: #333;}
.modal .close-btn{font-size: 24px; cursor: pointer; color: #666;}
.modal .form-row{padding: 0 20px 15px 20px;}
.modal .form-row:first-child{padding-top: 20px;}
.modal .form-row input,.form-row select,.form-row textarea {width: 100%; padding: 5px 15px; border: 1px solid #ededed; font-size: 15px;}
.modal .form-row textarea{min-height: 80px;}
.modal .form-row .row{gap: 15px;}
.modal .form-footer{padding: 20px; display: flex; justify-content: center; gap: 10px; border-top: 1px solid #ededed;}
.modal .btn{padding: 5px 50px; border: none; cursor: pointer; font-size: 15px;}
.modal .cancel{background: #f6f6f6; color: #333;}
.modal .confirm{background: #007f64; color: #fff;}
.modal .confirm:hover{opacity: 0.9;}
.modal .custom-select{flex: 1; position: relative; border: 1px solid #ededed; background: #fff; cursor: pointer; user-select: none;}
.modal .custom-select[disabled]{background-color: #f9f9f9; color: #999; cursor: not-allowed;}
.modal .select-header{padding: 5px 15px; font-size: 15px; color: #333;}
.modal .custom-select:not([disabled]) .select-header::after {content: "▼"; float: right; font-size: 10px; color: #888;}
.modal .select-options{width: calc(100% + 2px); position: absolute; top: 102%; left: -1px; right: 0; background-color: #fff; border: 1px solid #ededed; border-top: none; max-height: 210px; overflow-y: auto; z-index: 100; margin: 0; padding: 0; list-style: none; box-shadow: 0 2px 6px rgba(0,0,0,0.1);}
.modal .select-options li{padding: 5px 10px; font-size: 15px; cursor: pointer;}
.modal .select-options li:hover{background-color: #f6f6f6;}
.modal .select-options.hide{display: none;}
.modal .model-body{padding: 30px 25px;}
.modal .model-body .qcode img{width: 156px; height: auto;}
.modal .model-body p{line-height: 1.6; margin-left: 20px;}
.modal .model-body .img img{width: 280px; height: auto;}
.modal .model-body .notice{width: 100%; padding: 50px; font-size: 24px; font-weight: bold;}
.modal .model-body .notice img{margin-right: 20px;}
.modal .form-btn{padding: 20px; display: flex; justify-content: center; gap: 10px; border-top: 1px solid #ededed;}
.modal .form-btn a{background: #007f64; color: #fff; padding: 5px 50px; border: none; cursor: pointer; font-size: 15px;}
.modal .form-btn a:hover{opacity: 0.9;}
.modal .form-btn button{background: #f6f6f6; color: #333; padding: 5px 50px; border: none; cursor: pointer; font-size: 15px;}

/*payment*/
#payment{margin-top: 10px;}
#payment .order{margin-bottom: 10px; background-color: #fff; padding: 30px;}
#payment .order .notice>span{font-size: 24px; font-weight: bold; display: block; margin-bottom: 5px;}
#payment .order .date>i{color: #c53421;}
#payment .order .order_con{margin-top: 30px; padding-top: 30px; border-top: 1px solid #ededed;}
#payment .order .order_con .order_item{line-height: 1.4; padding: 8px 0;}
#payment .order .order_con .order_item .price{color: #c53421; font-size: 18px; font-weight: bold; font-family: Arial;}
#payment .paytype{margin-top: 15px; background-color: #fff; padding: 30px;}
#payment .paytype>span{font-size: 18px; display: block;}
#payment .paytype .paytype_con{gap: 20px; margin-top: 20px;}
#payment .paytype .paytype_item{width: calc((100% - 90px)/4); padding: 35px 15px; border: 1px solid #ededed; line-height: 1; cursor: pointer;}
#payment .paytype .paytype_item .img{width: 36px; height: 36px; background-color: #ff9900; border-radius: 5px; margin-right: 15px;}
#payment .paytype .paytype_item:nth-child(2) .img{background-color: #44cc3f;}
#payment .paytype .paytype_item:nth-child(3) .img{background-color: #288dff;}
#payment .paytype .paytype_item .img img{width: 26px;}
#payment .paytype .paytype_item.on{border-color: #007f64; position: relative;}
#payment .paytype .paytype_item.on::after{content: ''; position: absolute; right: -1px; bottom: -1px; width: 32px; height: 32px; background-color: #007f64; clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}
#payment .paytype .paytype_item.on::before{content: '✓'; position: absolute; right: 4px; bottom: 3px; color: white; font-size: 14px; font-weight: bold; line-height: 1; z-index: 1;}
#payment .paytype .paytype_item em{font-size: 14px; display: block; margin-top: 8px;}
#payment .paytype .btn{display: flex; justify-content: center;}
#payment .paytype .btn-pay{width: 200px; height: 50px; line-height: 50px; background-color: #c53421; color: #fff; text-align: center; font-size: 18px; display: block; transition: all 0.3s; margin-top: 60px;}
#payment .paytype .btn-pay:hover{opacity: 0.9;}

/*user*/
#user{width: 100%; background-color: #fff; padding: 0 0 0 30px; margin-top: 10px;}
#user .dh{width: 200px; padding: 30px 0;}
#user .dh>span{font-size: 20px; font-weight: bold; display: block;}
#user .dh>ul{margin-top: 10px;}
#user .dh>ul>li span{padding: 5px 0; display: block;}
#user .dh>ul>li dl>dd>a{line-height: 34px; padding: 0 0 0 10px; font-size: 15px;}
#user .dh>ul>li dl>dd>a.on{color: #007f64;}
#user .list{width: calc(100% - 230px); border-left: 1px solid #f1f1f1;}
#user .list .list_dh{height: 60px; line-height: 60px; border-bottom: 1px solid #ededed; padding: 0 30px; display: flex; justify-content: space-between;}
#user .list .list_dh>span{font-size: 18px; font-weight: bold;}
#user .list .list_dh>a{font-size: 15px;}
#user .list .list_dh>a>i{margin-right: 5px; font-size: 20px;}
#user .list .list_dh>a>i.fa{font-size: 16px;}
#user .list .list_dh>ul>li>a{height: 60px; line-height: 60px; padding: 0 5px; margin-right: 40px; border-bottom: 2px solid transparent; display: block;}
#user .list .list_dh>ul>li>a.on{border-color: #007f64; color: #007f64;}
#user .list .list_con{padding: 30px;}
#user .list .list_box{padding: 30px 30px 60px 30px;}
#user .list .user_info{gap: 20px; margin-bottom: 30px;}
#user .list .user_info .avatar{width: calc((100% - 20px)/2); border: 1px solid #ededed; padding: 25px 20px;}
#user .list .user_info .avatar .img{width: 100px; height: 100px; border-radius: 50%; border: 1px solid #ededed; overflow: hidden;}
#user .list .user_info .avatar .img img{width: 100%; height: 100%; object-fit: cover;}
#user .list .user_info .avatar .name{font-size: 18px; font-weight: bold; margin-left: 20px;}
#user .list .user_info .avatar .name span{display: block;}
#user .list .user_info .info{width: calc((100% - 20px)/2); border: 1px solid #ededed; padding: 25px 20px;}
#user .list .user_info .info .info_dh>span{font-size: 18px; font-weight: bold;}
#user .list .user_info .info .info_dh>a{font-size: 15px;}
#user .list .user_info .info .info_con{margin-top: 5px; line-height: 1.6; font-size: 15px;}
#user .list .user_info .info .info_con>em{color: #888; margin-top: 10px; display: block;}
#user .list .user_order .data{padding-top: 30px;}
#user .list .order_dh{height: 60px; line-height: 60px; border-bottom: 1px solid #ededed; display: flex; justify-content: space-between; margin: 0 -30px; padding: 0 30px;}
#user .list .order_dh>dl>dd>a{height: 60px; line-height: 60px; padding: 0 5px; margin-right: 40px; border-bottom: 2px solid transparent; display: block;}
#user .list .order_dh>dl>dd>a.on{border-color: #007f64; color: #007f64;}
#user .list .order_con{margin-top: 20px;}
#user .list .order_con ul{gap: 20px; flex-direction: column;}
#user .list .order_con ul>li{border: 1px solid #ededed; padding-bottom: 20px; transition: all 0.3s;}
#user .list .order_con ul>li a{color: #333;}
#user .list .order_con ul>li .orderno{background-color: #f8f8f8; padding: 10px 20px; border-bottom: 1px solid #ededed;}
#user .list .order_con ul>li .product{width: calc(100% - 100px); padding: 20px; gap: 20px 0; flex-direction: column;}
#user .list .order_con ul>li .img{width: 110px; height: 110px; border: 1px solid #ededed; overflow: hidden;}
#user .list .order_con ul>li .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
#user .list .order_con ul>li .desc_box{width: calc(100% - 110px); line-height: 1.6; padding-left: 20px;}
#user .list .order_con ul>li .desc_box>.spec{font-size: 15px; color: #666; display: block;}
#user .list .order_con ul>li .desc_box>.price{margin-top: 10px;}
#user .list .order_con ul>li .desc_box>.price>i{color: #c53421; margin-right: 30px;}
#user .list .order_con ul>li .total{justify-content: flex-end; padding: 0 20px;}
#user .list .order_con ul>li .total .list_item{margin-left: 20px;}
#user .list .order_con ul>li .total .list_item>em{color: #c53421;}
#user .list .order_con ul>li .btn{margin-top: 20px; justify-content: flex-end; padding: 0 20px;}
#user .list .order_con ul>li a.more{width: 150px; height: 46px; line-height: 46px; background-color: #cb0b17; color: #fff; text-align: center; display: block; transition: all 0.3s;}
#user .list .order_con ul>li a.more:hover{opacity: 0.9;}

/*orderlist*/
#orderlist ul{gap: 20px; flex-direction: column;}
#orderlist ul>li{border: 1px solid #ededed; padding-bottom: 20px; transition: all 0.3s;}
#orderlist ul>li a{color: #333;}
#orderlist ul>li .orderno{background-color: #f8f8f8; padding: 10px 20px; border-bottom: 1px solid #ededed;}
#orderlist ul>li .product{width: calc(100% - 100px); padding: 20px; gap: 20px 0; flex-direction: column;}
#orderlist ul>li .img{width: 110px; height: 110px; border: 1px solid #ededed; overflow: hidden;}
#orderlist ul>li .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
#orderlist ul>li .desc_box{width: calc(100% - 110px); line-height: 1.6; padding-left: 20px;}
#orderlist ul>li .desc_box>.spec{font-size: 15px; color: #666; display: block;}
#orderlist ul>li .desc_box>.price{margin-top: 10px;}
#orderlist ul>li .desc_box>.price>i{color: #c53421; margin-right: 30px;}
#orderlist ul>li .total{justify-content: flex-end; padding: 0 20px;}
#orderlist ul>li .total .list_item{margin-left: 30px;}
#orderlist ul>li .total .list_item>em{color: #c53421;}
#orderlist ul>li .btn{margin-top: 20px; justify-content: flex-end; padding: 0 20px;}
#orderlist ul>li a.more{width: 150px; height: 46px; line-height: 46px; background-color: #cb0b17; color: #fff; text-align: center; display: block; transition: all 0.3s;}
#orderlist ul>li a.more:hover{opacity: 0.9;}

/*orderdetails*/
#orderdetails .order_status>span{display: block;}
#orderdetails .order_status>span>i{color: #c53421; font-weight: bold;}
#orderdetails .order_status .list_box{width: 90%; margin: auto;}
#orderdetails .order_status .list_item .img{width: 46px; height: 46px; background-color: #cbcbcb; border-radius: 50%; position: relative; z-index: 2;}
#orderdetails .order_status .list_item .img>img{width: 26px; height: 26px;}
#orderdetails .order_status .list_item span{font-size: 15px; margin-top: 10px; display: block;}
#orderdetails .order_status .list_item_on .img{background-color: #cb0b17;}
#orderdetails .order_status .line{flex: 1; height: 1px; background-color: #ededed; margin: -40px -2px 0 -2px;}
#orderdetails .order_product{margin-top: 30px;}
#orderdetails .order_product>span{height: 50px; line-height: 50px; background-color: #f8f8f8; font-weight: bold; display: block; padding: 0 20px; margin-bottom: 20px;}
#orderdetails .order_product .box{gap: 20px; flex-direction: column; margin-top: 20px;}
#orderdetails .order_product .list_item .img{width: 110px; height: 110px; border: 1px solid #ededed; overflow: hidden;}
#orderdetails .order_product .list_item .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
#orderdetails .order_product .list_item .desc_box{width: calc(100% - 110px); line-height: 1.6; padding-left: 20px;}
#orderdetails .order_product .list_item .desc_box>.spec{font-size: 15px; color: #666; display: block;}
#orderdetails .order_product .list_item .desc_box>.price{margin-top: 10px;}
#orderdetails .order_product .list_item .desc_box>.price>i{color: #c53421; margin-right: 30px;}
#orderdetails .order_product .list_item .desc_box>.price>span{color: #333;}
#orderdetails .order_product .list_item .desc_box>span{color: #333;}
#orderdetails .order_product .list_item .btn{width: 100px; height: 36px; line-height: 36px; font-size: 15px; border: 1px solid #ededed; border-radius: 30px; text-align: center; margin-right: 10px;}
#orderdetails .order_product .list_item .btn:hover{border-color: #007f64;}
#orderdetails .order_info{margin-top: 30px;}
#orderdetails .order_info>span{height: 50px; line-height: 50px; background-color: #f8f8f8; font-weight: bold; display: block; padding: 0 20px; margin-bottom: 20px;}
#orderdetails .order_info ul>li{padding: 5px 0;}
#orderdetails .order_info ul>li>span:nth-child(1){width: 80px;}
#orderdetails .order_info ul>li>span:nth-child(2){flex: 1;}
#orderdetails .order_info dl{width: calc(100% - 80px); gap: 20px;}
#orderdetails .order_info dl>dd{width: calc((100% - 100px)/6);}
#orderdetails .order_info dl>dd .img{width: 100%; height: 100px; border: 1px solid #ededed; overflow: hidden;}
#orderdetails .order_info dl>dd .img>img{max-width: 100%; max-height: 100%; object-fit: cover;}
#orderdetails .order_delivery{margin-top: 30px;}
#orderdetails .order_delivery>span{height: 50px; line-height: 50px; background-color: #f8f8f8; font-weight: bold; display: block; padding: 0 20px; margin-bottom: 20px;}
#orderdetails .order_delivery ul>li{padding: 5px 0;}
#orderdetails .order_delivery ul>li>span:nth-child(1){width: 100px;}
#orderdetails .order_delivery ul>li>span:nth-child(2){flex: 1;}
#orderdetails .order_total{border-top: 1px solid #ededed; padding: 30px 0 0 30px; margin: 20px 0 0 -30px;}
#orderdetails .order_total .list_item{height: 46px;}
#orderdetails .order_total em{color: #c53421; font-weight: bold; font-family: Arial;}
#orderdetails .order_total em>i{font-size: 24px;}
#orderdetails .order_total .apply{width: 150px; height: 46px; line-height: 46px; background-color: #cb0b17; color: #fff; text-align: center; display: block; transition: all 0.3s;}
#orderdetails .order_total .apply:hover{opacity: 0.9;}
#orderdetails .order_total .apply_on{background-color: #007f64; margin-left: 15px;}
#orderdetails .form{margin-top: 30px;}
#orderdetails .form-textarea{align-items: flex-start;}
#orderdetails .form-upload{align-items: flex-start;}
#orderdetails button{width: 160px;}
#orderdetails .custom-select-items{max-height: 126px;}
#orderdetails .invoice_form .form-group{margin: 0 0 60px 0;}
#orderdetails .invoice_form .custom-select-selected{max-height: 126px;}

/*inquiry*/
#inquiry .inquiry_dh{width: 100%; background-color: #fff; padding: 0 30px 30px 30px; border-bottom: 1px solid #ededed; font-weight: bold; margin: 0 -30px;}
#inquiry .inquiry_dh .ico{width: 68px; height: 68px; background-color: #007f64; border-radius: 50%; margin-right: 20px;}
#inquiry .inquiry_dh .ico img{width: 30px; height: 30px; display: block;}
#inquiry .inquiry_dh .desc>span{line-height: 1.6; display: block;}
#inquiry .inquiry_con{border-left: 1px solid #ededed; margin: 0 25px;}
#inquiry .list_item{width: 100%; padding: 20px 20px 20px 40px; position: relative;}
#inquiry .list_item::after{content: ''; width: 16px; height: 16px; background-color: #fff; border: 1px solid #007f64; border-radius: 50%; display: block; position: absolute; left: -9px; top: 50%; transform: translateY(-50%); z-index: 2;}
#inquiry .list_item:nth-child(1)::after{background-color: #007f64;}
#inquiry .list_item>span{line-height: 1.8; display: block;}
#inquiry .list_item>span.date{color: #888;}

/*review*/
#review ul{gap: 20px; flex-direction: column;}
#review ul>li{border: 1px solid #ededed; padding: 20px; transition: all 0.3s;}
#review ul>li a{color: #333;}
#review ul>li .desc{width: calc(100% - 120px);}
#review ul>li em:hover{color: #007f64;}
#review ul>li .img{width: 110px; height: 110px; border: 1px solid #ededed; overflow: hidden;}
#review ul>li .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
#review ul>li .desc_box{width: calc(100% - 110px); line-height: 1.6; padding-left: 20px;}
#review ul>li .desc_box>.spec{font-size: 15px; color: #666; display: block;}
#review ul>li .desc_box>.price{margin-top: 10px;}
#review ul>li .desc_box>.price>i{color: #ef0000; margin-right: 30px;}
#review .review_con .desc{width: calc(100% - 200px);}
#review .review_con .img{width: 110px; height: 110px; border: 1px solid #ededed; overflow: hidden;}
#review .review_con .img>img{max-width: 100%; max-height: 100%; object-fit: contain;}
#review .review_con .desc_box{width: calc(100% - 110px); line-height: 1.6; margin-left: 20px;}
#review .review_con .desc_box>.spec{font-size: 15px; color: #666; display: block;}
#review .review_con .desc_box>.price{margin-top: 10px;}
#review .review_con .desc_box>.price>i{color: #ef0000; margin-right: 30px;}
#review .review_con .rating{margin-top: 30px;}
#review .review_con .rating .rating_item{padding: 2px 0;}
#review .review_con .rating .rating_item>span{margin-right: 20px;}
#review .review_con .rating .rating_item .fa{font-size: 18px;}
#review .review_con .rating .rating_item .fa-star{color: #ef0000;}
#review .review_con .rating .rating_item .fa-star-o{color: #888;}
#review .review_con .note{margin-top: 30px;}
#review .review_con .note>span{height: 50px; line-height: 50px; background-color: #f8f8f8; font-weight: bold; display: block; padding: 0 20px; margin-bottom: 20px;}
#review .review_con .note ul{flex-direction: row; gap: 20px; margin-top: 20px;}
#review .review_con .note ul>li{width: calc((100% - 90px)/4); padding: 0; border: 0;}
#review .review_con .note ul>li .img{width: 100%; height: 160px; overflow: hidden;}
#review .review_con .note ul>li .img>img{max-width: 100%; max-height: 100%; object-fit: cover;}
#review .review_con .form{margin-top: 30px;}
#review .review_con .form .form-stars{margin-bottom: 0;}
#review .review_con .form .form-stars .fa{font-size: 18px; transition: color 0.3s ease;}
#review .review_con .form .form-stars .fa-star{color: #ef0000;}
#review .review_con .form .form-stars .fa-star-o{color: #888;}
#review .review_con .form .form-textarea{align-items: flex-start; margin-top: 20px;}
#review .review_con .form .form-upload{align-items: flex-start;}

/*coupons*/
#coupons ul{gap: 30px;}
#coupons ul>li{width: calc((100% - 60px)/3); height: 130px; background: url(../images/coupon_bg.png) no-repeat center right; border: 1px solid #ededed; overflow: hidden;}
#coupons ul>li.no{background-image: url(../images/coupon_no.png);}
#coupons ul>li .desc{width: calc(100% - 80px); padding: 15px;}
#coupons ul>li .desc .num{color: #ef0000;}
#coupons ul>li .desc .num>em{font-size: 30px; font-weight: bold; font-family: Arial;}
#coupons ul>li .desc>span{font-size: 14px; color: #999;}
#coupons ul>li .apply{width: 56px; cursor: pointer;}
#coupons ul>li .apply>span{width: 10px; line-height: 1.4; color: #fff; display: block;}

/*history*/
#history ul{gap: 30px;}
#history ul>li{width: calc((100% - 60px)/3); background-color: #fff; padding: 25px; border: 1px solid #ededed; position: relative; overflow: hidden;}
#history ul>li a{display: block;}
#history ul>li .img{width: 100%; height: 260px; margin: auto; overflow: hidden;}
#history ul>li .img>img{max-width: 92%; height: 100%; object-fit: contain;}
#history ul>li .desc>span{font-size: 18px; font-weight: bold; display: block;}
#history ul>li .price{margin-top: 10px;}
#history ul>li .price>span{color: #ef0000; font-size: 22px;}
#history ul>li .price>span>i{font-size: 22px; font-family: Arial;}
#history ul>li .price>em{color: #888;}
#history ul>li .mark{width: 100%; height: 50px; background-color: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; left: 0; opacity: 0; color: #fff; font-size: 15px; z-index: 2; cursor: pointer; transform: translateY(100%); transition: all 0.3s;}
#history ul>li .mark i{margin-right: 5px; position: relative; top: -1px;}
#history ul>li:hover .mark{opacity: 1; transform: translateY(0);}

/*setting*/
#setting .setting_img{align-items: baseline;}
#setting .setting_img .img{width: 100px; height: 100px; border-radius: 50%; border: 1px solid #ededed; overflow: hidden;}
#setting .setting_img .img img{width: 100%; height: 100%; object-fit: cover;}
#setting .setting_img input{display: none;}
#setting .setting_img button{margin-left: 20px; width: 120px; height: 40px; line-height: 40px; border: 1px solid #ededed; transition: all 0.3s;}
#setting .setting_img button:hover{background-color: #007f64; color: #fff; border-color: #007f64;}
#setting .setting_form{margin-top: 30px;}
#setting .setting_form>span{width: 100%; background-color: #f8f8f8; height: 46px; line-height: 46px; font-size: 16px; font-weight: bold; display: block; padding: 0 20px; margin-bottom: 30px;}
#setting .setting_form .input{width: 300px; position: relative;}
#setting .setting_form button{margin-top: 10px; width: 140px; height: 46px; line-height: 46px; font-size: 16px;}
#setting .setting_form .code{height: 46px; line-height: 44px; position: absolute; top: 0; right: 12px; color: #007f64; cursor: pointer;}

/*address*/
#address ul{gap: 20px; flex-direction: column;}
#address ul li{line-height: 1.6; border: 1px solid #ededed; display: block; padding: 20px; transition: all 0.3s;}
#address ul li .name span{font-weight: bold;}
#address ul li .name em{padding: 5px 15px; font-size: 15px; background-color: #007f64; color: #fff; border-radius: 20px;}
#address ul li .name a{padding: 5px 15px; font-size: 15px;}
#address ul li .option{margin-top: 20px;}
#address ul li .option>span{margin-right: 10px; cursor: pointer;}
#address ul li .option>span:hover{color: #007f64;}
#address ul li:hover{border-color: #007f64;}

/*invoice*/
#invoice ul{gap: 20px; flex-direction: column;}
#invoice ul li{line-height: 1.6; border: 1px solid #ededed; padding: 20px; transition: all 0.3s;}
#invoice ul li .desc{flex: 1;}
#invoice ul li .desc>span{font-weight: bold; display: block;}
#invoice ul li .desc>.row_box>em{padding: 5px 15px; font-size: 15px; background-color: #007f64; color: #fff; border-radius: 20px;}
#invoice ul li .desc>.row_box>a{padding: 5px 15px; font-size: 15px;}
#invoice ul li .desc .row{font-size: 15px; margin-top: 5px; color: #666;}
#invoice ul li .desc .row>span{margin-right: 10px;}
#invoice ul li .option{margin-top: 20px;}
#invoice ul li .option>span{margin-right: 10px; cursor: pointer;}
#invoice ul li .option>span:hover{color: #007f64;}
#invoice ul li:hover{border-color: #007f64;}

/*invoice_form*/
.invoice_form{font-size: 15px;}
.invoice_form form{padding: 20px 0 0 0;}
.invoice_form .form-group{margin-bottom: 10px; padding: 0 50px;}
.invoice_form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.invoice_form .form-group>em{width: 96px; line-height: 42px; display: inline-block;}
.invoice_form .form-group i{width: 10px; display: inline-block; color: #cb0b17;}
.invoice_form .form-group input[type="text"]{width: 300px; height: 42px; border: 1px solid #e6e6e6; outline: none; text-indent: 10px; transition: all .6s;}
.invoice_form .form-group input[type="text"]:focus{border-color: #007f64;}
.invoice_form .form-group button{width: 200px; height: 50px; line-height: 50px; background-color: #007f64; color: #fff; text-align: center; font-size: 18px; display: block; transition: all 0.3s; margin-top: 30px;}
.invoice_form .form-group button:hover{opacity: 0.9;}

/*message*/
.list_message{gap: 20px; flex-direction: column;}
.list_message li{line-height: 1.6; border: 1px solid #ededed; display: block; padding: 20px;}
.list_message span{font-weight: bold;}
.list_message p{font-size: 15px; margin: 5px 0;}
.list_message em{font-size: 15px; color: #666; display: block;}

/*table*/
table{width: 100%; border-width: 1px; border-color: #ededed; border-collapse: collapse;}
table th{border-width: 1px; padding: 8px; border-style: solid; border-color: #ededed; background-color: #e8e8e8;}
table td{border-width: 1px; padding: 8px; border-style: solid; border-color: #ededed; background-color: #fff;}

/*list_news*/
.list_news{width: 100%; background-color: #fff; padding: 0 30px; margin-top: 10px;}
.list_news .dh{width: 200px; padding: 30px 0;}
.list_news .dh>span{font-size: 20px; font-weight: bold; display: block;}
.list_news .dh>ul{margin-top: 10px;}
.list_news .dh>ul>li a{padding: 5px 0; display: block;}
.list_news .dh>ul>li a.on{color: #007f64;}
.list_news .dh>ul>li dl>dd>a{line-height: 34px; padding: 0 0 0 10px; font-size: 15px;}
.list_news .list{width: calc(100% - 230px); border-left: 1px solid #f1f1f1; padding: 30px 0 60px 30px;}
.list_news .list ul li{padding: 20px; border: 1px solid #f1f1f1; margin-bottom: 20px; transition: all 0.3s;}
.list_news .list ul li .desc_box{width: calc(100% - 140px);}
.list_news .list ul li .date{font-family: Arial; text-align: center;}
.list_news .list ul li .date>span{font-size: 48px; font-weight: bold; color: #007f64; line-height: 1; display: block;}
.list_news .list ul li .date>em{display: block;}
.list_news .list ul li .desc{width: calc(100% - 90px);}
.list_news .list ul li .desc>span{font-size: 18px; font-weight: bold; display: block;}
.list_news .list ul li .desc>p{margin-top: 10px; line-height: 1.8; color: #333;}
.list_news .list ul li .more{height: 40px; line-height: 40px; text-align: center; padding: 0 15px; border: 1px solid #e6e6e6; transition: all 0.3s;}
.list_news .list ul li .more i{font-size: 18px; margin-left: 10px;}
.list_news .list ul li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.list_news .list ul li:hover .more{color: #007f64; border-color: #007f64;}

/*list_pic_news*/
ul.list_pic_news{gap: 25px; margin-top: 10px;}
ul.list_pic_news li{width: calc((100% - 50px)/3); background-color: #fff; overflow: hidden;}
ul.list_pic_news li .img{width: 100%; height: 260px; overflow: hidden;}
ul.list_pic_news li img{width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; -ms-transition: all 0.6s;}
ul.list_pic_news li:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
ul.list_pic_news li .desc{padding: 15px;}
ul.list_pic_news li .desc span{font-size: 18px; display: block;}
ul.list_pic_news li .desc p{margin-top: 10px; color: #666; line-height: 1.8;}
ul.list_pic_news li .desc em{font-size: 16px; color: #666; display: block; margin-top: 20px; font-family: Arial;}

/*dis_news*/
#dis_news{background-color: #fff; padding: 30px; margin-top: 10px;}
#dis_news .news_title{font-weight: bold; font-size: 24px; text-align: center;}
#dis_news .news_date{color: #666; text-align: center; line-height: 1.6;}
#dis_news .news_content{margin-top: 30px;}

/*pages*/
.pages{width: 100%; margin: 60px auto 0; text-align: center;}
.pages .pages_box{display: flex; align-items: center; justify-content: center;}
.pages .pages_con{display: none;}
.pages a{border: 1px solid #e5e5e5; padding: 0 12px; margin: 0 4px;}
.pages a:hover,.pages a.active{background: #007f64; color: #fff; border-color: #007f64;}
.pages span{border: 1px solid #e5e5e5; padding: 0 12px; margin: 0 4px; cursor: pointer;}
.pages span:hover,.pages span.active{background: #007f64; color: #fff; border-color: #007f64;}

/*animate*/
@keyframes rotate{
  from{transform: rotate(0deg);}
  to{transform: rotate(360deg);}
}

/*empty*/
.empty{background-color: #fff; text-align: center; color: #888; padding: 100px 0; margin-top: 10px;}
.empty img{width: 160px; height: 160px; margin: auto;}
.empty a{width: 200px; height: 46px; line-height: 46px; background-color: #cb0b17; color: #fff; font-size: 18px; text-align: center; display: block; margin: 20px auto;}
.empty a:hover{opacity: 0.9;}

/*form*/
.form{margin: 0 auto; width: 100%; font-size: 15px;}
.form .form-group{margin-bottom: 10px;}
.form .form-group{margin-bottom: 15px; display: flex; align-items: center;}
.form .form-group>em{width: 96px; line-height: 42px; display: inline-block;}
.form .form-group>em>i{width: 10px; display: inline-block; color: #cb0b17;}
.form .form-group.textarea{align-items: flex-start;}
.form .form-group input[type="text"]{width: 300px; height: 42px; border: 1px solid #e6e6e6; outline: none; text-indent: 10px; transition: all .6s;}
.form .form-group input[type="text"]:focus{border-color: #007f64;}
.form .form-group input.code{width: 80px;}
.form .form-group .form-box>img{display: inline-block; margin-left: 10px;}
.form .form-group>textarea{width: 700px; height: 160px; border: 1px solid #e6e6e6; padding: 10px; transition: all .6s;}
.form .form-group>textarea:focus{border-color: #007f64;}
.form .form-group button{width: 200px; height: 50px; line-height: 50px; background-color: #007f64; color: #fff; text-align: center; font-size: 18px; display: block; transition: all 0.3s; margin-top: 30px;}
.form .form-group button:hover{opacity: 0.9;}

/*nav*/
#footer_nav{background: #383838; padding: 45px 0; color: #fff;}
#footer_nav a{color: #fff;}
#footer_nav a:hover{color: #fff;}
#footer_nav .list>ul>li{font-size: 20px;}
#footer_nav .list>ul>li>img{max-width: 46px; margin-right: 15px;}

/*footer*/
#footer{background: #383838; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.1);}
#footer a{color: #ffff;}
#footer a:hover{color: #ffff;}
#footer .footer_con{margin: 0 auto; padding: 40px 0; text-align: center;}
#footer .footer_con .copy>p{font-size: 32px; font-weight: bold; font-family: Arial;}
#footer .footer_copy{text-align: center; padding: 15px 0;}

/*media*/
@media screen and (max-width: 1200px){
  .menu>ul>li>a{padding: 0 15px;}
}