@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1400px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

h3.miya_template_left_box_title.nybtdds {
    background: #00b1a9;
    padding: 10px 20px;
    color: #fff;
    position: relative;
}
.miya_message_right form button {
    background-color: #00b1a9;
}
.miya_message_right form button:hover {
    background: #00b1a9;
}
.miya_info_right_product_center p img {
    width: 100%;
}

.clear {
  clear: both;
}
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #333;
    background:#fff;
}
.footer-lists li a{
	color:#fff;
}
.p-left .p-title a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.top a {
    line-height: 35px;
    font-size: 14px;
    color:#333;
}
.clear{clear:both;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.remen h1 {
    font-weight: bold;
    float:right;
    margin: 0;
    color: #333;
    font-size: 14px;
}
/*head&nav*/
.head {
    height: 120px;
}
.flex {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.head .logo {
    color: #333;
    font-size: 39px;
    font-weight: bold;
    margin-top: 27px;
        width: 50%;
}
.head .logo img{
	width:100%;
}
.head .tel {
    padding-top: 25px;
}
.logo_tel {
    padding-top:17px;
    height: 100px;
    float: right;
    background: url(/public/boots/image/phone.png) left center no-repeat;
    padding-left: 59px;
    box-sizing: border-box;
    margin-top: 7px;
}
.logo_tel p {
    height: 30px;
    line-height: 30px;
    float: left;
    color: #6b6b6b;
    font-size: 16px;
}
.logo_tel p span {
    display: block;
    font-size: 38px;
    color: #00b1a9;
    height: 30px;
    line-height: 36px;
    font-weight: bold;
}
.logo_tel p span a{
    color: #00b1a9;
}

a.reman {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

p#fzwz {
    display: inline-block;
}

.sycpfw{
    width: 100%;
    background: url(/public/boots/image/cpbg.jpg)center no-repeat;
    padding-bottom: 63px;
}
.title {
    text-align: center;
    padding: 70px 0 35px 0;
}
.title b {
    display: block;
    font-size: 40px;
    color: #333;
}
.title t {
    color: #00b1a9;
}
.title p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}


ul.fenl {
    display: block;
    text-align: center;
    margin: 0 auto;
}

ul.fenl li {
    display: inline-block;
    border: 1px solid #aeaeae;
    margin-right: 10px;
    line-height: 35px;
    padding: 0 19px;
    margin-bottom: 10px;
}

ul.fenl li a {
    color: #333;
    font-size: 16px;
}

.procenter {
    margin-top: 50px;
}
.procenter ul {
    
}
.procon ul li {
    display: block;
    width: 21.14%;
    border: 1px solid #e6e6e6;
    padding: 19px 19px 0 19px !important;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    margin: 0 14px 14px 0;
    float: left;
}
.procon ul li:nth-child(4n) {
    margin-right: 0;
}
.procon ul li a, .procon ul li img {
    position: relative;
    z-index: 33;
    transition: all 0.5s ease;
}
.procon ul li>a {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
    height: 253px;
}
.procon ul li img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.procon ul li span {
    display: block;
    padding-top: 0px !important;
    line-height: 69px;
}
.procon ul li span a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: lighter;
    color: #222222;
    padding: 0px 0;
    line-height: 69px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.procon ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -120%;
    background: #00b1a9;
    transition: all 0.5s ease;
    transform: rotate(90deg);
}
.procon ul li:hover:after{ left:0px; transform: rotate(0deg);}
.procon ul li:hover a{ color:#fff;}
.procon ul li:hover a:after{ background:#fff; color:#006db8;}
.procon ul li:hover a:after{ width:80px;}

.data_bg {
    height: auto;
    background: url(/public/boots/image/ysbg.jpg)no-repeat center;
    padding: 40px 0;
}
.data_content{display:flex;flex-direction:row-reverse;align-items:center;height:100%;}
.data{display:flex;justify-content:space-between;align-items:center;width:1000px;height:550px;padding:0 40px;background:#fff;}
/*左边*/
.data_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    height: 100%;
}
.data_left b{font-size:34px;color:#333;}
.data_left t{display:block;margin:5px 0 55px 0;font-size:24px;color:#333;}
.data_left i {
    color: #00b1a9;
    font-style: normal;
    letter-spacing: 2px;
}
.data_left span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
}
.data_left span+span{margin-top:15px;}
.data_left em {
    font-size: 16px;
    font-weight: lighter;
    font-style: normal;
    color: #333;
}
.data_left a{display:block;margin-top:50px;width:150px;line-height:50px;border-bottom:3px #00b1a9 solid;font-size:18px;color:#666;font-weight:lighter;transition: 0.3s;}
.data_left a:hover{border-bottom: 3px #00b1a9 solid;color:#00b1a9;}
.data_right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 60%;
}
.data_right img {
    width: 100%;
}

.zzzs {
    background: #f8fbff;
    padding:0 0 50px 0;
}

#demo{overflow:hidden;width:100%;margin:4px auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}
.roll_product {float: left;}
.product_list1 li{float:left;margin:0 7px;background:#fff;text-align:center;padding-top:6px;width:auto;border: 1px solid #c6c6c6;}
.product_list1 li img {
    max-width: 100%;
    height: 305px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.product_list1 li h3{color:#333;font-size:16px;font-weight:normal;line-height:35px;}
.product_list1 li:hover{background:#00b1a9;}
.product_list1 li:hover h3{color:#fff;}
.clear {
  clear: both;
}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}

/*简介*/
.com_bg{height:760px;background:#f5f5f5;}
.com{position: relative;}
.com_fl{height:760px; position: relative;z-index: 2;}
.com_fl *{display: block;}
.com_fl_title{position: relative;z-index: 9;}
.com_fl_title b{margin:110px 0 17px 0;font-size:60px;color:#e9e9e9;    font-weight: normal;}
.com_fl_title p{font-size:40px;color:#00b1a9;line-height: 54px;position: relative;font-weight: bold;}
.com_fl_title p:nth-child(2):after{content:"";display: block;width:90px;height:4px;background: #00b1a9;position: absolute;top: 25px;left: 254px;}
.com_fl_title p.com_fl_p{color:#333;}
.com_fl_bj{width:933px;height:400px;padding:55px 90px 0 0; background: #f5f5f5;position:absolute;bottom:0px;left:0px;}
.com_fl_text{margin-bottom: 40px;}
.com_fl_text span{font-size: 24px;color:#333;}
.com_fl_text .wmnr {
    margin-top: 40px;
    font-size: 16px;
    color: #555;
    line-height: 34px;
    font-weight: normal;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.com_fl_text t{font-size:165px;color:#dedede;position: absolute;right: 80px;top: -20px;}
.com_fl_a p{float:left;font-size: 60px;color:#ccc;}
.com_fl_a a{width:180px;height:50px;line-height: 50px;background: #00b1a9;font-size:18px;color:#fff;text-align: center;float:right;}
.com_fl_a a:hover{background: #00b1a9;}
.com_fr{position: absolute;top: 0;right:-260px;}
.font_en2 {
    font-family: "Belgika 8th";
    text-transform: uppercase;
}

.fwlc{background:#f8fbff;}
.process{padding: 0 0 80px 0;}
.pctitl{text-align: center;font-size: 18px; color: #aaaaaa;font-weight: lighter;}
.pctitl b{display: block;margin-bottom: 5px;font-size: 40px;color: #222;}
.pctitl b span{color: #006db8;}
.pcul{font-size: 0;text-align: center;position: relative;margin: 26px 0 80px;}
.pcul:after{content: '';display: block;position: absolute;width: 1270px;height: 1px;background: #e3e3e3;left: 0;right: 0;margin: 0 auto;bottom: 20px;}
.pcul li {
    display: inline-block;
    vertical-align: top;
    width: 14%;
}
.pcicon{height: 55px;}
.pc_t{margin: 15px 0 25px 0;font-size: 18px;color: #222222;font-weight: normal;} 
.pc_t span {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}
.pcnum{display: inline-block;padding: 0 10px;background: #f8fbff;position: relative;z-index: 3;}
.pcnum span{display: inline-block;background: #f8fbff;width: 34px;line-height: 34px;border: 1px  solid #e4e4e4;font-size: 16px;color: #aaaaaa;font-weight: lighter;border-radius: 50%;}
.feedback{padding: 30px;box-shadow: 0 0 20px #ccc;font-size: 0;}
.feedback ul li{display: inline-block;vertical-align: top;width: 280px;height: 68px; box-sizing: border-box;background: #f5f5f5;}
.feedback ul li input{display: inline-block;height: 68px;border: none; background: none;width: 160px;}
.feedback ul li+li{margin-left: 10px;}
.pcul li:hover .pcicon{-webkit-animation: icon-bounce .7s alternate;
    -moz-animation: icon-bounce .7s alternate;
    -o-animation: icon-bounce .7s alternate;
    animation: icon-bounce .7s alternate;}
.feedback ul li:nth-child(1),.feedback ul li:nth-child(2),.feedback ul li:nth-child(3){padding-left: 60px;}
.feedback ul li:nth-child(1){background:#f5f5f5 url(/public/boots/image/233.png)no-repeat left center}
.feedback ul li:nth-child(2){background:#f5f5f5 url(/public/boots/image/803.png)no-repeat left center}
.feedback ul li:nth-child(3){background:#f5f5f5 url(/public/boots/image/766.png)no-repeat left center;    width: 464px;}
.feedback ul li:nth-child(4) button{width: 100%; background: #00b1a9;color: #fff;transition: all .3s ease;height: 68px;border: none;}
.feedback ul li:nth-child(4) button:hover{background: #00b1a9;}
.feedback ul li img{display: inline-block; vertical-align: top;margin-top: 25px;}

.news_bg{padding: 0 0 29px 0;background: #fff;}
.newstab{text-align: center;padding-bottom:40px;}
.newstab a{ display: inline-block;width: 200px;line-height: 50px;border-radius: 30px;background: #fff;font-size: 16px;color: #666666;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #00b1a9;color: #fff;}
.newsleft{width: 500px;height: 488px;box-sizing: border-box;background: #fff;padding: 0 40px;}
.newsright{width:899px;height: 490px;}
.newsleft .news_div_item_pic{position: relative;left: 0;top: 0;width: 426px;height: 360px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;object-fit: cover;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#00b1a9;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item{}
.newsleft .news_div_item_date{position: absolute;right:0;padding-top: 52px; bottom:0;text-align: center; background: #00b1a9; width: 82px;height: 80px;box-sizing: border-box; display: none !important;}
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #ffffff;font-weight: lighter;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}
.newsleft .news_div_item_content{width: 100%;margin-top: 15px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #333;white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #999;font-weight: lighter;margin-top: 10px;line-height: 26px;height: 52px;overflow: hidden;
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.newsright .news_div_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    box-sizing: border-box;
    width: 49.4%;
    height: 151px;
    margin: 0 5px 5px 0;
    padding: 32px 0 0 120px;
}
.newsright .news_div_item:nth-child(2n){margin-left: 0;}
.newsright .news_div_item_content{width: 260px;}
.newsright .news_div_item_date{position: absolute;left:30px;padding-top: 52px; top:40px;text-align: center;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #555555;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}

.newsright .news_div_item:nth-child(2n) {
    margin-right: 0;
}

.links {
    width: 100%;
    overflow: hidden;
    border-top: 1px rgb(238 238 238 / 45%) solid;
    line-height: 100px;
}
.links_l{float:left;}
.links_lm{font-size:16px; line-height:100px; color:#333;}
.links_r{float:left; width:1300px; color:#333;}
.links_r a{line-height: 100px;font-size:15px; color:#333;font-weight: lighter;}
.links_r li:hover a{color:#c7000b !important;}
.linkTagcs ul{margin:0px;padding:0px;list-style-type:none;}
.linkTagcs li{list-style:none;margin:0px;  padding-right:10px;line-height:30px;float:left;}
.linkTagcs li a{color:#333;word-break:break-all;}
.linkTagcs li img{border:0px;}



.copy {width: 100%;padding: 80px 0 33px;background:#00b1a9;}
.copy_box {
    width: 74%;
    min-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.copy_con {width: 50%;position: relative;}
.copy_con ul {display: flex;justify-content: space-between;width: 100%;}
.copy_con li {display: flex;flex-direction: column;}
.copy_con li p {font-size: 18px;color: #fff;line-height: 36px;padding-bottom: 22px;}
.copy_con li a {font-size: 15px;color: #fff;line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#fff;transition:0.5s;}
.copy_int {width: 435px;}
.copy_int p {display: block;font-size: 18px;color: #fff;align-items:  center;justify-content: center;text-align: center;}
.copy_int p span {font-size: 30px;font-weight: bold;}
.copy_int ul {margin-top: 20px;display: block;text-align: center;}
.copy_int li {
    width: 52%;
    height: auto;
    background: #f5f5f5;
    padding: 15px 31px;
    display: inline-block;
    margin: 0 auto;
}
.copy_int li i {
    display: inline-block;
    float: left;
}
.copy_int li i img {width: 113px;}
.copy_int li p {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    color: #333;
    padding-top: 29px;
    float: left;
    margin-left: 16px;
}
.copy_int li p span {
    font-size: 16px;
    display: block;
}
.copy_int em {font-size: 16px;color: #fff;display: block;margin-top: 30px;border-bottom: 1px solid #ddd;padding-bottom: 20px;font-weight: normal;font-style: normal;width: 100%;align-content: center;text-align: center;}


.copyright{padding:28px 0;overflow:hidden;background: #00b1a9;    border-top: 1px solid #36d5ce;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#fff; text-align:center;}
.copyright a{color:#fff;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}

.copy_con li a:nth-child(n+8) {
    display: none;
}



@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav {
	display: block;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9999;
    width: 20%;
}
#foot_nav a img {
    width: 100%;
    float: right;
}

a.reman{
    display:none
}
.head .logo {
    color: #333;
    font-size: 29px;
    font-weight: bold;
    margin-top: 37px;
    width: 50%;
}

.logo_tel {
    padding-top: 23px;
    height: 100px;
    float: right;
    background: url(/public/boots/image/phone.png) left center no-repeat;
    padding-left: 41px;
    box-sizing: border-box;
    margin-top: 13px;
    background-size: 14%;
}
.logo_tel p span {
    display: block;
    font-size: 25px;
    color: #00b1a9;
    height: 30px;
    line-height: 26px;
    font-weight: bold;
}

.procenter {
    margin-top: 30px;
}
.procon ul li:nth-child(2n) {
    margin-right: 0;
}
.procon ul li {
    display: inline-block;
    width: 41.7%;
    border: 1px solid #e6e6e6;
    padding: 19px 19px 0 19px !important;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    margin: 0 2% 2% 0%;
}
.data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    height: 550px;
    padding: 0 12px;
    background: #fff;
}
.data_left t {
    display: block;
    margin: 5px 0 25px 0;
    font-size: 24px;
    color: #333;
}
.com_bg {
    height: auto;
    background: #f5f5f5;
    padding: 40px 0;
}
.com_fr {
    position: relative;
    top: 0;
    right: 0;
}
.com_fl_title b {
    margin: 61px 0 17px 0;
    font-size: 60px;
    color: #e9e9e9;
    font-weight: normal;
}
.com_fl {
    height: 760px;
    position: relative;
    z-index: 2;
    width: 99%;
}
.com_fl_bj {
    width: 95%;
    height: 400px;
    padding: 55px 3% 0;
    background: #f5f5f5;
    position: relative;
    bottom: 0px;
    left: 0px;
    top: 18px;
}
.com_fl_text t {
    font-size: 116px;
    color: #dedede;
    position: absolute;
    right: 0;
    top: -10px;
}
.com_fr.fr img {
    width: 100%;
}
.pc_t span {
    display: block;
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}
.pc_t {
    margin: 15px 0 25px 0;
    font-size: 16px;
    color: #222222;
    font-weight: normal;
}
.pcul {
    font-size: 0;
    text-align: center;
    position: relative;
    margin: 2px 0 39px;
}
.feedback {
    padding: 9px;
    box-shadow: 0 0 20px #ccc;
    font-size: 0;
}

.feedback ul li {
    display: inline-block;
    vertical-align: top;
    width: 49.1%;
    height: 68px;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.feedback ul li input {
    display: inline-block;
    height: 68px;
    border: none;
    background: none;
    width: 90%;
}
.feedback ul li:nth-child(3) {
    background: #f5f5f5 url(/public/boots/image/766.png)no-repeat left center;
    width: 100%;
    margin-left: 0;
}
.feedback ul li:nth-child(4){
    width:100%;
    margin-left: 0;
}
.newsleft {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    padding: 0 10px 30px;
}
.newsleft .news_div_item_pic {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
    overflow: hidden;
    overflow: hidden;
    border: 1px solid #eee;
}
.newsright {
    width: 100%;
    height: auto;
}
.newsright .news_div_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    box-sizing: border-box;
    width: 49.1%;
    height: 151px;
    margin: 0 5px 5px 0;
    padding: 32px 0 0 76px;
}
.newsright .news_div_item_date {
    position: absolute;
    left: 7px;
    padding-top: 52px;
    top: 40px;
    text-align: center;
}
.newsright .news_div_item_content {
    width: 96%;
}
.links_r {
    float: left;
    width: 85%;
    color: #999;
}
.copy {
    width: 100%;
    padding: 25px 0;
}
.copy_box {
    width: 98%;
    min-width: 98%;
}
.copy_con li {
    display: block;
    flex-direction: column;
}
.copy_con li:first-child{
    display:none;
}
.copy_con li:nth-child(n+3){
    display:none;
}
.copy_con li a {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: lighter;
    margin-right: 3%;
    width: 46%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.copy_int p span {
    font-size: 20px;
    font-weight: bold;
}
.copy_int {
    width: 50%;
}

.copy_int li {
    width: 70%;
    height: auto;
    background: #f5f5f5;
    padding: 15px 31px;
    display: inline-block;
    margin: 0 auto;
}
.copyright .con {
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.copyright {
    padding: 0 0 10px;
    overflow: hidden;
    background: #00b1a9;
    border-top: 1px solid #36d5ce;
    font-weight: 100;
}


/*内页*/
.miya_page_about {
    width: 98%;
    margin: 40px auto;
}

.miya_page_about_left {
    display: none;
}
.miya_page_about_right {
    width: 100%;
    float: right;
    position: relative;
}

.miya_sort_left{
	display:none;
}
.miya_sort {
    width: 98%;
    margin: 40px auto;
}
.miya_sort_right {
    width: 98%;
    margin: 40px auto;
}
.miya_sort_right {
    width: 100%;
}
.miya_info_left{
	display:none;

}
.miya_info {
    width: 98%;
    margin: 40px auto;
}
.miya_info_right {
    width: 100%;
    float: right;
}
.miya_info_right_product_top_left {
    float: left;
    width:100%;
}
.miya_info_right_product_top_right {
   display: none;
}
.miya_sort_right_product_li:nth-child(2n) {
    margin-right: 0;
}

.miya_sort_right_product_li:nth-child(3),.miya_sort_right_product_li:nth-child(9),.miya_sort_right_product_li:nth-child(15),.miya_sort_right_product_li:nth-child(21) {
    margin-right: 20px;
}
.miya_sort_right_product_li {
    float: left;
    width: 44.7%;
    margin-right: 20px;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 20px;
}
.miya_sort_right_product_li_img img {
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    width: auto;
}

.miya_message_left{
	display:none;
}
.miya_message {
    width: 98%;
    margin: 40px auto;
}
.miya_message_right {
    float: right;
    width: 100%;
}

.miya_info_right_info_link_li {
    float: left;
    width:19.4%;
    margin-right: 16px;
    padding: 10px;
    background: #fafafa;
    margin-bottom: 10px;
}
.miya_info_right_info_link_li:nth-child(4n) {
    margin-right: 0px;
}



}
