* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #d15230;
    background-image: url("../images/bg.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
}
a {
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
.clearfix {
    clear: both;
}
header {
    width: 100%;
    height: 70px;
    background: #d84d2c; /*background-image:url('../images/top_bg.jpg');background-size:100% 100%;*/
    overflow: hidden;
    position: relative;
}
header .logo {
    position: absolute;
    top: 5px;
    left: 10px;
}
header .logo a {
    display: block;
}
header .logo img {
    display: block;
    height: 60px;
}
header .down {
    float: right;
    padding: 15px 20px 0 0;
}
header .down img {
    height: 40px;
}
.top_nav {
    background: #c63f1f;
    height: 46px;
    line-height: 46px;
    position: relative;
    width: 100%;
}
.top_nav .link {
    width: 50%;
    float: left;
}
.top_nav a {
    width: 100%;
    color: #ffea99;
    display: inline-block;
    text-align: center;
}
.top_nav .line {
    position: absolute;
    height: 26px;
    top: 10px;
    left: 50%;
    border-right: 1px solid #d84d2c;
}
.top_nav .list_nav_btn img {
    height: 8px;
    vertical-align: middle;
    transform: rotate(0);
    transition: transform 0.3s ease;
}
.top_nav .list_nav_btn img.on {
    transform: rotate(180deg);
}

.has_submenu {
    position: relative;
}
.top_nav .submenu {
    display: none;
    position: absolute;
    left: 20px;
    top: 45px;
    background: #fef1d7;
    border-radius: 10px;
    background-image: url("../images/submenu_bg.png");
    background-size: 100% 100%;
    z-index: 2;
}
.top_nav .submenu a {
    color: #c83e22;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid #c83e22;
    font-size: 14px;
}
.top_nav .submenu a:last-child {
    border-bottom: none;
}

.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}

.list1 {
    padding: 10px 18px 0 18px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.list1 .title {
    position: absolute;
    top: -38px;
    left: 0;
}
.list1 .title img {
    width: 70%;
    margin-left: 15%;
}
.list1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.list1 li {
    background: #fff6ed;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    width: calc(50% - 5px);
}
/* .list1 li .border{width:100%;box-sizing:border-box;padding:10px;border:1px dashed #b37f25;border-radius:10px;} */
.list1 li .border1 {
    width: 100%;
    box-sizing: border-box;
    /* padding:10px; */
    /* background:#fff6ed; */
    /* border:1px solid #d9a05d; */
    border-radius: 10px;
}
.list1 li .img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
}
.list1 li .img img {
    width: 100%;
    min-height: 90px;
    display: block;
}
.list1 li .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list1 li .info .name {
    color: red;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.list1 li .info .num {
    font-size: 13px;
    color: #888;
    flex: 1;
}
.list1 li .info .link {
    width: 50%;
    display: flex;
    align-items: center;
}
.list1 li .info .link a {
    display: inline-block;
    width: 100%;
}
.list1 li .info .link a img {
    width: 100%;
    display: block;
}
/* .list1 .l .img{float:left;} */
/* .list1 .l .info{float:right;} */
/* .list1 .r .img{float:right;} */
/* .list1 .r .info{float:left;} */
.list1 .line {
    border-bottom: 1px solid #d9a05d;
    clear: both;
    padding-top: 10px;
}
.list1 .feedback {
    margin-top: 10px;
    height: 55px;
    overflow: hidden;
}
.list1 .feedback .slide .star {
    color: #c83e22;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 18px;
}
.list1 .feedback .slide .star span:last-child img {
    height: 10px;
}
.list1 .feedback .slide .text {
    font-size: 12px;
    color: #f4684d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 16px;
}

.list2 {
    position: relative;
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 18px;
}
.list2 .border1 {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #d66239;
}
.list2 .border2 {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #ca8250;
}
.list2 .title {
    position: absolute;
    top: -25px;
    left: 0;
}
.list2 .title img {
    width: 70%;
    margin-left: 15%;
}
.list2 ul {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 10px 10px 10px;
    border-radius: 10px;
    background: #f8e1b8;
    background-image: url("../images/list_bg_small.jpg");
    background-size: auto;
    background-repeat: repeat;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.list2 ul li {
    width: calc(50% - 5px);
    background: #d2472a;
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #f8e1b8 inset;
    /* margin-bottom: 10px; */
}
.list2 ul li:first-child{
    width: 100%;
}
.list2 ul li:first-child .img{
    height: 120px;
}
.list2 ul li:first-child .img img{
    min-height: 120px;
}
/* .list2 ul li:last-child {
    margin-bottom: 0;
} */
.list2 li .img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    /* float: left; */
}
.list2 li .img img {
    display: block;
    width: 100%;
    min-height: 100px;
}
.list2 li .info {
    width: 100%;
    /* float: right; */
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list2 li .info .name {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.list2 li .info .num {
    font-size: 13px;
    color: #f1f1f1;
    flex: 1;
}
.list2 li .info .link {
    width: 40%;
    /* padding-top: 20px; */
    text-align: center;
    display: flex;
    align-items: center;
}
.list2 li .info .link a {
    display: inline-block;
    width: 100%;
}
.list2 li .info .link a img {
    display: block;
    width: 100%;
}

.list2 .line {
    border-bottom: 1px solid #d9a05d;
    clear: both;
    padding-top: 10px;
}
.list2 .feedback {
    margin-top: 10px;
    height: 55px;
    overflow: hidden;
}
.list2 .feedback .slide .star {
    color: #f8e1b8;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 18px;
}
.list2 .feedback .slide .star span:last-child img {
    height: 10px;
}
.list2 .feedback .slide .text {
    font-size: 12px;
    color: #f8e1b8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 16px;
}

.list3 {
    position: relative;
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 30px 18px 0 18px;
}
.list3 .title {
    position: absolute;
    top: -25px;
    left: 0;
}
.list3 .title img {
    width: 70%;
    margin-left: 15%;
}
.list3 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
/* .list3 ul li:first-child {
    padding-top: 35px;
} */
.list3 ul li {
    /* background-image: url("../images/list_bg3.png"); */
    background: #fff6ec;
    background-size: 100% 100%;
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 10px; */
}
/* .list3 ul li:last-child {
    margin-bottom: 0;
} */
.list3 li .img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    /* float: right; */
}
.list3 li .img img {
    width: 100%;
    min-height: 90px;
    display: block;
}
.list3 li .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* float: left; */
}
.list3 li .info .name {
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.list3 li .info .num {
    font-size: 13px;
    color: #888;
    flex: 1;
}
.list3 li .info .link {
    width: 45%;
    display: flex;
    align-items: center;
}
.list3 li .info .link a {
    display: inline-block;
    width: 100%;
}
.list3 li .info .link a img {
    width: 100%;
    display: block;
}
.list3 .line {
    border-bottom: 1px solid #d9a05d;
    clear: both;
    padding-top: 10px;
}
.list3 .feedback {
    margin-top: 10px;
    height: 55px;
    overflow: hidden;
}
.list3 .feedback .slide .star {
    color: #c83e22;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 18px;
}
.list3 .feedback .slide .star span:last-child img {
    height: 10px;
}
.list3 .feedback .slide .text {
    font-size: 12px;
    color: #f4684d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 16px;
}

.foot {
    height: 80px;
}
.foot_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: #fff1d7;
    box-sizing: border-box;
    padding: 10px 25px;
    z-index: 999;
}
.foot_nav.noDownloadBtn {
    display: flex;
}
.foot_nav.noDownloadBtn .link {
    flex: 1;
}
.foot_nav .link {
    display: inline-block;
    font-size: 14px;
    color: #c83e22;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-top: 4px;
    font-weight: bold;
}
.foot_nav .link:nth-child(2) {
    margin-right: 0;
}
.foot_nav .link .img {
    height: 16px;
}
.foot_nav .link img {
    height: 16px;
}
.foot_nav .link .text {
    height: 20px;
    line-height: 20px;
}
.foot_nav .service {
    float: right;
    width: 60%;
    height: 32px;
    line-height: 32px;
    background: #c83e22;
    border-radius: 20px;
    color: #ffea99;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.foot_nav .service img {
    height: 14px;
    vertical-align: middle;
    margin-right: 3px;
}
.foot_nav .service span {
    vertical-align: middle;
}

.list_wrap {
    padding: 15px;
}
.list_wrap .count {
    background-image: url("../images/list_banner_bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 90px;
}
.list_wrap .count div {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.list_wrap .count span {
    display: inline-block;
    font-size: 14px;
    background: #fef1d7;
    color: #cd5031;
    padding: 3px 10px;
    border-radius: 8px;
}

.list_wrap .list {
    width: 100%;
    margin-top: 20px;
}
.list_wrap .list .title {
    font-weight: bold;
    color: #ffea99;
    border-left: 5px solid #ffea99;
    padding-left: 10px;
    height: 18px;
    line-height: 18px;
}

.list_wrap .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.list_wrap .list li {
    background: #f8e1b8;
    border-radius: 10px;
    /* margin: 10px 0; */
    box-sizing: border-box;
    padding: 10px;
    width: calc(50% - 5px);
}
.list_wrap .list.firstBig li:first-child {
    width: 100%;
}
.list_wrap .list.firstBig li:first-child .img{
    height: 120px;
}
.list_wrap .list.firstBig li:first-child .img img{
    min-height: 120px;
}
.list_wrap .list.firstBig li .info .link {
    width: 35%;
}
.list_wrap .list li .border {
    width: 100%;
    box-sizing: border-box;
    /* padding: 10px; */
    /* border: 1px dashed #b37f25; */
    border-radius: 10px;
}
.list_wrap .list li .border1 {
    width: 100%;
    box-sizing: border-box;
    /* padding: 10px; */
    /* background: #fff6ed; */
    /* border: 1px solid #d9a05d; */
    border-radius: 10px;
}
.list_wrap .list li .img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
}
.list_wrap .list li .img img {
    width: 100%;
    min-height: 90px;
    display: block;
}
.list_wrap .list li .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list_wrap .list li .info .name {
    color: red;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.list_wrap .list li .info .num {
    font-size: 13px;
    color: #888;
    flex: 1;
}
.list_wrap .list li .info .link {
    width: 50%;
    display: flex;
    align-items: center
}
.list_wrap .list li .info .link a {
    display: inline-block;
    width: 100%;
}
.list_wrap .list li .info .link a img {
    width: 100%;
    display: block;
}

.list_wrap .line {
    border-bottom: 1px solid #d9a05d;
    clear: both;
    padding-top: 10px;
}
.list_wrap .feedback {
    margin-top: 10px;
    height: 55px;
    overflow: hidden;
}
.list_wrap .feedback .slide .star {
    color: #c83e22;
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 18px;
}
.list_wrap .feedback .slide .star span:last-child img {
    height: 10px;
}
.list_wrap .feedback .slide .text {
    font-size: 12px;
    color: #f4684d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 16px;
}

.detail_wrap {
    padding: 15px;
}
.detail_wrap .detail_img {
    width: 100%;
}
.detail_wrap .detail_img img {
    width: 100%;
    border-radius: 10px;
    vertical-align: top;
}

.detail_wrap .border1 {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #d66239;
}
.detail_wrap .border2 {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #ca8250;
    overflow: hidden;
}

.detail_wrap .info {
    margin-top: 15px;
}
.detail_wrap .info .text {
    background: #fff1d7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.detail_wrap .info .text .num {
    color: #c63f22;
    font-size: 16px;
    padding-bottom: 10px;
}
.detail_wrap .info .text .name {
    color: #c63f22;
    padding-bottom: 15px;
    font-size: 16px;
}
.detail_wrap .info .text .small {
    color: #f4684d;
    font-size: 14px;
    height: 18px;
}
.detail_wrap .info .text .small span:nth-child(1) {
    float: left;
}
.detail_wrap .info .text .small span:nth-child(2) {
    float: right;
}

.detail_wrap .intro {
    margin-top: 15px;
}
.detail_wrap .intro .text {
    background: #fff1d7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.detail_wrap .intro .text .title {
    color: #f4684d;
    font-size: 16px;
    padding-bottom: 5px;
}
.detail_wrap .intro .text .text_1 {
    color: #c63f22;
    font-size: 14px;
    margin-bottom: 15px;
}
.detail_wrap .intro .text .text_1:last-child {
    margin-bottom: 0;
}

.detail_wrap .feedback {
    margin-top: 10px;
}
.detail_wrap .feedback .content {
    background: #fff1d7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.detail_wrap .feedback .content li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffd78d;
}
.detail_wrap .feedback .content .title {
    color: #c83e22;
    padding: 5px 0 10px 0;
    font-size: 18px;
}
.detail_wrap .feedback .content .star {
    color: #c83e22;
    font-size: 16px;
}
.detail_wrap .feedback .content .star span:last-child img {
    height: 10px;
}
.detail_wrap .feedback .content .text {
    font-size: 14px;
    color: #f4684d;
    padding: 10px 0;
}

.detail_wrap .feedback .content .media {
    overflow: hidden;
}
.detail_wrap .feedback .content .media div {
    float: left;
    width: 30%;
    height: 70px;
    margin-right: 1%;
    margin-bottom: 3px;
    overflow: hidden;
}
.detail_wrap .feedback .content .media .video {
    height: 70px;
    background: #000;
    position: relative;
    display: none;
}
.detail_wrap .feedback .content .media .video::before {
    content: "\25B6";
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.detail_wrap .feedback .content .media div img {
    width: 100%;
}

.detail_wrap .feedback .content .goods {
    font-size: 14px;
    color: #c83e22;
    padding-top: 8px;
}

.detail_wrap .feedback .content .more {
    text-align: center;
}
.detail_wrap .feedback .content .more a {
    display: inline-block;
    background: #f3684b;
    color: #fef0d3;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
}
.bottom_text {
    color: #fef0d3;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.feedback_wrap {
    padding: 15px;
}
.feedback_wrap .count {
    background-image: url("../images/list_banner_bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 90px;
}
.feedback_wrap .count div {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.feedback_wrap .count span {
    display: inline-block;
    font-size: 14px;
    background: #fef1d7;
    color: #cd5031;
    padding: 3px 10px;
    border-radius: 8px;
}
.feedback_wrap .banner_text {
    width: 100%;
    margin-top: 15px;
}
.feedback_wrap .banner_text img {
    width: 100%;
}
.feedback_wrap .border1 {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #d66239;
}
.feedback_wrap .border2 {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #ca8250;
}
.feedback_wrap .feedback .content {
    background: #fff1d7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.feedback_wrap .feedback .content li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffd78d;
}
.feedback_wrap .feedback .content .title {
    color: #c83e22;
    padding: 5px 0 10px 0;
    font-size: 18px;
}
.feedback_wrap .feedback .content .star {
    color: #c83e22;
    font-size: 16px;
}
.feedback_wrap .feedback .content .star span:last-child img {
    height: 10px;
}
.feedback_wrap .feedback .content .text {
    font-size: 14px;
    color: #f4684d;
    padding: 10px 0;
}
.feedback_wrap .feedback .content .media {
    overflow: hidden;
}
.feedback_wrap .feedback .content .media div {
    float: left;
    width: 30%;
    height: 70px;
    margin-right: 1%;
    margin-bottom: 3px;
    overflow: hidden;
}
.feedback_wrap .feedback .content .media .video {
    height: 70px;
    background: #000;
    position: relative;
    display: none;
}
.feedback_wrap .feedback .content .media .video::before {
    content: "\25B6";
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.feedback_wrap .feedback .content .media div img {
    width: 100%;
}
.feedback_wrap .feedback .content .goods {
    font-size: 14px;
    color: #c83e22;
    padding-top: 8px;
}
.feedback_wrap .feedback .content .more {
    text-align: center;
}
.feedback_wrap .feedback .content .more a {
    display: inline-block;
    background: #f3684b;
    color: #fef0d3;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
}

.home_feedback {
    box-sizing: border-box;
    padding: 0 18px;
    margin-top: 40px;
    position: relative;
}
.home_feedback .border1 {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #d66239;
}
.home_feedback .border2 {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #ca8250;
}
.home_feedback .content {
    background: #fef0d6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.home_feedback .content .title {
    color: #c83e22;
    width: 70%;
    position: absolute;
    top: -28px;
    left: 15%;
}
.home_feedback .content .title img {
    width: 100%;
}
.home_feedback .content li:first-child {
    padding-top: 15px;
}
.home_feedback .content li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffd78d;
}
.home_feedback .content .star {
    color: #c83e22;
    font-size: 16px;
}
.home_feedback .content .star span:last-child img {
    height: 10px;
}
.home_feedback .content .text {
    font-size: 14px;
    color: #f4684d;
    padding: 10px 0;
}
.home_feedback .content .media {
    overflow: hidden;
}
.home_feedback .content .media div {
    float: left;
    width: 30%;
    height: 70px;
    margin-right: 1%;
    margin-bottom: 3px;
    overflow: hidden;
}
.home_feedback .content .media .video {
    height: 70px;
    background: #000;
    position: relative;
    display: none;
}
.home_feedback .content .media .video::before {
    content: "\25B6";
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.home_feedback .content .media div img {
    width: 100%;
}
.home_feedback .content .goods {
    font-size: 14px;
    color: #c83e22;
    padding-top: 8px;
}
.home_feedback .content .more {
    text-align: center;
}
.home_feedback .content .more a {
    display: inline-block;
    background: #f3684b;
    color: #fef0d3;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
}

.list_wrap .feedback1 {
    margin-top: 20px;
}
.list_wrap .feedback1 .title {
    font-weight: bold;
    color: #ffea99;
    border-left: 5px solid #ffea99;
    padding-left: 10px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.list_wrap .feedback1 .border1 {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #d66239;
}
.list_wrap .feedback1 .border2 {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #f6e1b2;
    border-radius: 10px;
    background: #ca8250;
}
.list_wrap .feedback1 .content {
    background: #fef0d6;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.list_wrap .feedback1 .content li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffd78d;
}
.list_wrap .feedback1 .content .star {
    color: #c83e22;
    font-size: 16px;
}
.list_wrap .feedback1 .content .star span:last-child img {
    height: 10px;
}
.list_wrap .feedback1 .content .text {
    font-size: 14px;
    color: #f4684d;
    padding: 10px 0;
}
.list_wrap .feedback1 .content .media {
    overflow: hidden;
}
.list_wrap .feedback1 .content .media div {
    float: left;
    width: 30%;
    height: 70px;
    margin-right: 1%;
    margin-bottom: 3px;
    overflow: hidden;
}
.list_wrap .feedback1 .content .media .video {
    height: 70px;
    background: #000;
    position: relative;
    display: none;
}
.list_wrap .feedback1 .content .media .video::before {
    content: "\25B6";
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.list_wrap .feedback1 .content .media div img {
    width: 100%;
}
.list_wrap .feedback1 .content .goods {
    font-size: 14px;
    color: #c83e22;
    padding-top: 8px;
}
.list_wrap .feedback1 .content .more {
    text-align: center;
}
.list_wrap .feedback1 .content .more a {
    display: inline-block;
    background: #f3684b;
    color: #fef0d3;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
}

.quick_nav {
    background-image: url("../images/fast_nav_bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 10px;
}
.quick_nav div {
    width: 33.3%;
    float: left;
    text-align: center;
    padding-top: 13px;
}
.quick_nav div a {
    display: inline-block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    background-image: url("../images/fast_nav.png");
    background-size: 100% 100%;
    color: #fff5ed;
    font-weight: bold;
    font-size: 12px;
}
.feedback_wrap .quick_nav {
    margin: 0 0 15px 0;
}

.pager {
    text-align: center;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
}
.pager li {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden;
}
.pager li:first-child {
    border-radius: 15px 0 0 15px;
    box-sizing: border-box;
    border-right: 1px solid #ff7575;
}
.pager li:last-child {
    border-radius: 0 15px 15px 0;
}
.pager li span {
    display: inline-block;
    width: 100%;
    height: 36px;
    background: #e5e5e5;
    color: #9f9f9f;
}
.pager li a {
    display: inline-block;
    width: 100%;
    height: 36px;
    color: #c83e22;
    background: #fff1d7;
}

.show_img {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.show_img div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_img img {
    max-width: 90%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.show_video {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 999;
}
.show_video div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show_video div video {
    width: 100%;
}

.tips {
    background: #e0522e;
    padding-top: 10px;
    display: none;
}
.tips .text1 {
    width: 92%;
    margin: 0 auto;
    border: 3px solid #f19c7a;
    border-radius: 25px;
}
.tips .text2 {
    padding: 5px 10px;
    background: #fae1c1;
    border: 3px solid #cb382a;
    border-radius: 25px;
}
.tips .title {
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #c63f1e;
    padding-bottom: 5px;
}
.tips p {
    color: #c63f1e;
    line-height: 22px;
    padding-bottom: 5px;
    font-size: 14px;
}

.tips_top_fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px 0px #000000;
    background: #d84d2c;
}
.tips_top_fixed.none {
    display: none !important;
}
.tips_top_fixed span {
    float: left;
    color: #ffea99;
    font-weight: bold;
    padding-left: 10px;
}
.tips_top_fixed a {
    display: inline-block;
    width: 90px;
    float: right;
    margin-right: 10px;
    margin-top: 12px;
}
.tips_top_fixed a img {
    width: 100%;
    height: 36px;
}

.feedback_wrap,
.list_wrap,
.detail_wrap {
    background-color: #e0522e;
    background-image: url(../images/bg.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.right_float_btn_wrap {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -105px;
    z-index: 1;
}
.right_float_btn_wrap a {
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 38px;
    color: #fae1c1;
    background-image: url("../images/float_btn_bg2.png");
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.img a {
    display: block;
}
/*.loading{background-color:#efefef;background-image: url('../images/loading-0.gif');background-position: center;background-repeat: no-repeat;}*/
.loading {
    background-color: #efefef;
    background-image: url("../images/loading_text.png");
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.animated-element {
    animation: scaleAnimation 2s infinite;
}

@media screen and (min-width: 640px) {
    .tips_top_fixed {
        width: 640px;
        left: 50%;
        margin-left: -320px;
    }
    body {
        background: #eee;
    }
    .wrap {
        width: 640px;
        margin: 0 auto;
        background-image: url("../images/bg.jpg");
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
    .foot_nav {
        width: 640px;
        left: 50%;
        margin-left: -320px;
    }
    .list1 .title {
        left: 50%;
        margin-left: -160px;
        top: -50px;
    }
    .list1 .title img {
        width: 320px;
        margin-left: 0;
    }
    .list2 .title {
        left: 50%;
        margin-left: -160px;
        top: -40px;
    }
    .list2 .title img {
        width: 320px;
        margin-left: 0;
    }
    .list3 .title {
        left: 50%;
        margin-left: -160px;
        top: -40px;
    }
    .list3 .title img {
        width: 320px;
        margin-left: 0;
    }
    .home_feedback .content .title {
        left: 50%;
        margin-left: -160px;
        top: -50px;
    }
    .home_feedback .content .title img {
        width: 320px;
        margin-left: 0;
    }
    .list2,
    .list3,
    .home_feedback {
        margin-top: 60px;
    }
    .list1 li .img {
        height: 150px;
    }
    .list1 li .info .name {
        font-size: 18px;
    }
    .list1 li .info .num {
        font-size: 18px;
        padding: 15px 0 5px 0;
    }
    .list1 li .info .link {
        width: 60%;
    }
    .list2 li .img {
        height: 150px;
    }
    .list2 li .info .name {
        font-size: 18px;
    }
    .list2 li .info .num {
        font-size: 18px;
        padding: 15px 0 5px 0;
    }
    .list2 li .info .link a {
        width: 60%;
    }
    .list3 ul li {
        padding: 30px 35px;
    }
    .list3 li .img {
        height: 150px;
    }
    .list3 li .info .name {
        font-size: 18px;
    }
    .list3 li .info .num {
        font-size: 18px;
        padding: 15px 0 5px 0;
    }
    .list3 li .info .link {
        width: 60%;
    }
    .show_video div,
    .show_video div video {
        width: 100%;
        height: 100%;
    }
    .home_feedback .content .media .video,
    .home_feedback .content .media div {
        height: 150px;
    }
    .list_wrap .feedback1 .content .media .video,
    .list_wrap .feedback1 .content .media div {
        height: 150px;
    }
    .detail_wrap .feedback .content .media .video,
    .detail_wrap .feedback .content .media div {
        height: 150px;
    }
    .feedback_wrap .feedback .content .media .video,
    .feedback_wrap .feedback .content .media div {
        height: 150px;
    }
    .list_wrap .list li .img {
        height: 150px;
    }
    .list_wrap .list li .info .name {
        font-size: 18px;
    }
    .list_wrap .list li .info .num {
        font-size: 18px;
        padding: 15px 0 5px 0;
    }
    .list_wrap .list li .info .link {
        width: 60%;
    }
    .quick_nav {
        padding: 0 50px;
        height: 80px;
    }
    .quick_nav div {
        padding-top: 18px;
    }
    .quick_nav div a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .list_wrap .count {
        height: 120px;
    }
    .list_wrap .count div {
        padding-top: 70px;
    }
    .feedback_wrap .count {
        height: 120px;
    }
    .feedback_wrap .count div {
        padding-top: 70px;
    }

    .top_nav {
        height: 50px;
        line-height: 50px;
    }
    .top_nav .submenu {
        top: 50px;
        left: 50px;
    }

    .foot_nav .link {
        margin-top: 2px;
    }
    .foot_nav .link .img,
    .foot_nav .link img {
        height: 20px;
    }
    .foot_nav .service {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin-top: 3px;
    }
    .foot_nav .service img {
        height: 18px;
    }
}

.-banner {
    z-index: 9999;
}

.down_app_btn {
    display: none;
}
.right_float_btn_wrap a.down_app_btn {
    display: none;
}
