@charset "UTF-8";

/*整站样式*/
html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei", STHeiti, 宋体, arial;
    background-color: #fff;
    width: 100%;
}

input,
textarea,
button {
    font-family: "Microsoft YaHei", STHeiti, 宋体, arial;
    padding: 0;
    font-family: Verdana, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", STHeiti, 宋体, arial;
    font-weight: normal;
}

img {
    border: 0;
}

input[type=submit]:hover,
button:hover {
    cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
input:active {
    outline-color: transparent;
    border: 0;
}

a {
    color: #333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    width: 1500px;
    border: 0;
    padding: 0;
    margin: 0 auto;
    /* *zoom: 1; */
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.absolute {
    position: absolute;
}

.pors {
    position: relative;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ml40 {
    margin-left: 40px;
}

.list-unstyled li,
.list-inlineblock li {
    list-style-type: none;
}

.layouts {
    position: relative;
    margin: 0 auto;
}

.layouts:after,
.layouts:before,
.list-unstyled:after,
.list-unstyled:before {
    content: "";
    display: table;
}

.layouts:after,
.list-unstyled:after {
    clear: both;
}

.clear {
    clear: both;
}

.inline_block,
.list-inlineblock li {
    display: inline-block;
}

.blue {
    color: #006aff;
}

.blue1 {
    color: #09abd9;
}

.bg1 {
    background: #fafafa;
}

.bg2 {
    background: #f4f4f4;
}

.img-responsive img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.index-place-list .img-responsive img {
    width: 100%;
}
.index-place-list .img-responsive {
    padding-right: 9px;
}

.scale-picture {
    overflow: hidden;
}

.scale-picture img {
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}

li:hover .scale-picture img,
.each-item:hover .scale-picture img,
.each:hover .scale-picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.oveflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*header*/
header {
    height: 150px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

header.on {
    z-index: 1000;
    /*position:fixed;*/
    width: 100%;
}

header .tops {
    width: 80%;
    height: 100px;
    margin: auto;
}

header .tops .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .tops .left-section {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

header .tops .left-section .logo {
    /* width: 200px; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 20px 0;
}

header .tops .left-section .vertical-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, #585858, #7e857f);
    margin-right: 20px;
}

header .tops .left-section .slogan {
    font-size: 26px;
    color: #2d3748;
    white-space: nowrap;
}

header .tops .right-section {
    display: flex;
    gap: 15px;
}



header .tops .right-section .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

header .tops .right-section .ico {
    width: 18px;
    position: relative;
    bottom: 2px;
}

header .tops .right-section .btn-evaluate {
    border: 1px solid #bc9550;
    color: #000;
    background: none;
}

header .tops .right-section .btn-query {
    background: #bc9550;
    color: #fff;
}

header .tops .right-section .btn:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



header .wrap {
    width: 100%;
}

@media (max-width:1400px) {
    header .wrap {
        width: 100%;
    }
}










nav {
    width: 100%;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #e53827;
    text-align: center;
}

nav>ul>li {
    float: left;
    height: 50px;
    margin: 0 50px;
    text-align: left;
}

nav .list-unstyled {
    display: inline-block;
    margin: auto;
}

nav .per {
    display: block;
    margin-left: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    transition: all .4s;
}

nav .on .per:hover {
    color: #e53827;
}

nav li:hover .per {
    color: #fff;
}

nav .per i {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-left: 8px;
    background: url("../images/header-down.png")
        /*header-down.png*/
        no-repeat center center;
}

nav li:hover .per i {
    transform: rotate(180deg);
}

header .right-content {
    float: right;
    line-height: 100px;
    text-align: right;
}

header .right-content>div {
    float: left;
}

header .right-content .link-wrap {
    padding: 0 20px;
}

header .right-content .link-wrap a {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    color: #333;
    line-height: 1;
    border-left: 1px solid #ddd;
}

header .right-content .link-wrap a:first-child {
    border-left: 0;
}

header .right-content .phone {
    height: 26px;
    padding: 2px 8px 2px 2px;
    margin-top: 35px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #ff7f00;
    line-height: 24px;
    border: 1px solid #ff7f00;
    border-radius: 15px;
}

header .right-content .phone .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ff7f00 url("../images/header-phone.png")
        /*header-phone.png*/
        no-repeat center center;
    border-radius: 100%;
    vertical-align: -5px;
}

.sub-nav {
    z-index: 9;
    position: absolute;
    height: 0;
    padding: 0;
    /* overflow: hidden; */
    transition: all .3s;
    background: #fff;
    min-width: 160px;
    display: none;
}

.sub-nav ul li{
    position: relative;
}


.sub-nav h3{ padding-left: 10px; border-left: 2px solid #E61D31; margin-left: 20px; margin-bottom: 10px;}

.tour-sub-nav {
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
}

header .sub-nav .wrap {
    width: 1500px;
}

.sub-nav.on {
    height: auto;
    display: block;
}

.product-sub-nav.sub-nav.on {
    padding: 30px 0;
}

.sub-nav .each-dl-list {
    margin-left: -40px;
    overflow: hidden;
    white-space: normal;
}

.sub-nav .each-dl {
    float: left;
    width: 350px;
    height: 180px;
    padding: 15px 0;
    margin: 0 0 2.5% 40px;
    overflow: hidden;
}

.sub-nav .dt-title {
    height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sub-nav .dt-title strong {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 50px;
}

.sub-nav .dt-title strong a {
    color: #fff;
}

.sub-nav .dd-content a {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.sub-nav .dd-content a:hover {
    opacity: .7;
}

.sub-nav .dd-content a span {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    width: 1px;
    height: 15px;
    background: #666;
}

.normal-sub-nav.sub-nav.on {
    padding: 15px 0;
    background: #fafafa;
}

.normal-sub-nav li {
    line-height: 30px;
}

.normal-sub-nav .sper {
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
}

.normal-sub-nav .sper:hover {
    text-decoration: underline;
}

.sub-nav-list{display: none;position: absolute;left: 100%;top: 0; padding: 20px 0; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.sub-nav-list a{ display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 3px 20px; font-size: 14px; color: #333; line-height: 1.6; transition: all .4s;}

.sub-nav-list.show {
    display: block;
}

/* banner */
.index-banner .swiper-pagination-bullet, .normal-banner .swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important;
    opacity: 0.7 !important;
}
.index-banner .swiper-pagination-bullet-active, .normal-banner .swiper-pagination-bullet-active{
    background: #fff !important;
    width: 25px !important;
    border-radius: 8px !important;
    opacity: 1 !important;
}
footer{
    background-color: #4c4c4c;
}
/*footer*/
footer .top-footer {
    overflow: hidden;
}

footer .left-side {
    float: left;
    width: 22%;
}

footer .right-side {
    float: left;
    width: 78%;
}

footer .left-side-inner {
    width: 300px;
    padding: 50px 0 40px;
}

footer .right-side-inner {
    width: 100%;
    padding: 50px 0 40px;
}

footer .left-side-1 {
    float: left;
    width: 300px;
    margin-bottom: 30px;
}

footer .left-side-inner .share {
    margin-left: 5px;
}

footer .left-side-inner .logo {
    margin-top: 65px;
}

footer .left-side-2 {
    margin-left: 270px;
}

footer .qr-code {
    width: 230px;
}

footer .qr-code ul li {
    float: left;
    padding: 0 5px;
    list-style-type: none;
}

footer .left-side-2 .contact {
    padding-bottom: 10px;
}

footer .qr-code .tips {
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

footer .left-side-2 .qr-code .tips,
footer .bottom-menu .each a,
footer .right-side .each {
    font-size: 14px;
    color: #fff;
    opacity: .9;
}

footer .bottom-menu .each a:hover {
    opacity: .4;
}

footer .dt-title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
    margin-right: 20px;
}

footer .left-side .each {
    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;
    opacity: .8;
    filter: Alpha(opacity=80);
}

footer .right-side .right-box {
    padding-left: 90px;
}

footer .bottom-menu .each-item {
    float: left;
    width: 22%;
    margin-bottom: 65px;
}
footer .bottom-menu .each-item:first-child {
    width: 30%;
}

footer .bottom-menu .each {
    padding-bottom: 10px;
}

/* footer .address-wrap { */
    /* padding-top: 30px; */
    /* border-top: 1px solid rgba(255, 255, 255, .2); */
/* } */

footer .right-side .address-wrap .each {
    display: inline-block;
    margin-bottom: 5px;
}

footer .copyright {
    padding: 10px 0;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    background: linear-gradient(to bottom, #ae833f, #d0ad6d);
}

footer .copyright a {
    color: #fff;
}

footer .copyright .icp {
    width: 20px;
    position: relative;
    bottom: 3px;
    padding: 0 5px;
}

footer .share-icon {
    display: inline-block;
    width: 50px;
    height: 32px;
    margin-left: 15px;
    position: relative;
    top: 0;

}
.show_ewm{width: 150px; height: 150px;border-radius: 5px; background-color: #FFFFFF; position: absolute; left: 50%; margin-left: -75px; bottom:42px ;  display: none; z-index: 2; }
.show_ewm img{ width: 150px; height: 150px;border-radius: 5px;  margin: auto; }
footer .share1 {
    background: url(../images/share1-1.png) no-repeat center center;
}
footer .share1:hover .show_ewm{ display: block; }

footer .share2 {
    background: url(../images/share1-2.png) no-repeat center center;
}
footer .share2:hover .show_ewm{ display: block; }

footer .share3 {
    background: url(../images/share1-3.png) no-repeat center center;
}
footer .share3:hover .show_ewm{ display: block; }

/*index-others*/
.main.on {
    padding-top: 100px;
}

.normal-banner {
    position: relative;
}

.index-banner .swiper-slide a {
    display: block;
    width: 100%;

}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev,
.normal-banner .swiper-button-next,
.normal-banner .swiper-button-prev {
    display: none;
    width: 25px;
    height: 45px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.index-banner:hover .swiper-button-next,
.index-banner:hover .swiper-button-prev,
.normal-banner:hover .swiper-button-next,
.normal-banner:hover .swiper-button-prev {
    display: block;
    opacity: 1;
}

.index-banner .swiper-button-next,
.normal-banner .swiper-button-next {
    background: url("../images/next1.png")
        /*next1.png*/
        no-repeat center center;
}

.index-banner .swiper-button-prev,
.normal-banner .swiper-button-prev {
    background: url("../images/prev1.png")
        /*prev1.png*/
        no-repeat center center;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.normal-banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

.index-banner .swiper-pagination-bullet,
.normal-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
}

.index-banner .swiper-pagination-bullet-active,
.normal-banner .swiper-pagination-bullet-active {
    background: #e53827;
}

.index-wrap {
    padding: 70px 0;
}

.normal-title-wrap {
    padding-bottom: 35px;
    text-align: left;
}

.normal-title-wrap .normal-title1 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.normal-title-wrap .normal-title1 .title-txt2 {
    font-size: 18px;
    margin-left: 20px;
    font-weight: 400;
    color: #666;
}

.normal-title-wrap .normal-title2,
.index-special .title-wrap .title2 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.normal-title-wrap .normal-title2 {
    font-size: 18px;
    color: #666;
}

.normal-more {
    text-align: center;
}

.normal-more .more-btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 58px;
    background: #e53827;
    border-radius: 30px;
    border: 1px solid #e53827;
    transition: all .4s ease-in-out;
}

.index-hotel .normal-more .more-btn {
    color: #282828;
    background: #ffd400;
    border-color: #ffd400;
}

.index-hotel .normal-more .more-btn:hover {
    color: #ffd400;
}

.normal-more .more-btn:hover {
    background: transparent;
    color: #e53827;
}

.index-special .title-wrap .title2 {
    padding-top: 5px;
    font-family: Arial, Verdana, sans-serif;
}

.index-place,
.index-parner {
    background: #f6f6f6
}

.index-special {
    background: url(../images/choice-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.index-special .title-wrap {
    margin-bottom: 55px;
}

.index-special .title-txt {
    margin-bottom: 3px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.index-spacial-list li {
    float: left;
    width: 24.3333%;
    text-align: left;
    border-left: 1px solid #dfdfdf;
}

.index-spacial-list .item-inner {
    width: 200px;
    margin: 0 auto;

}

.index-spacial-list li:last-child .item-inner {
    width: 240px;
}

.index-spacial-list .icon {
    display: table;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    transition: all .4s ease-in-out;
}

.index-spacial-list .icon-inner {
    display: table-cell;
    vertical-align: middle;
}

.index-spacial-list .icon img:first-child,
.index-spacial-list li:hover .icon img {
    display: inline-block;
    opacity: 1;
}

.index-spacial-list .text-title {
    padding: 13px 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    transition: all .4s ease-in-out;
}

.index-spacial-list .text-des {
    font-size: 14px;
    color: #fff;
    transition: all .4s ease-in-out;
}

.index-spacial-list li:hover .text-des {
    color: #fff;
}

/* .index-place-list .swiper-container {
    height: 550px;
} */
/* 
.index-place-list .item {
    display: block;
    text-align: center;
} */

.index-place-list .item-inner {
    position: relative;
    top: 0;
}


.index-place-list .item .text-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    height: 115px;
    text-align: left;
    background: url(../images/golden_22.jpg) repeat-y center center;
    background-size: 100% 100%;
    color: #FFFFFF;
    padding: 0 15px;
}

.index-place-list .item .text-title1 {
    padding: 10px 0 5px;
    font-size: 24px;
    transition: padding .4s ease-in-out;
}

.index-place-list .item .text-title1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/more.png) no-repeat center center;
    margin-left: 20px;
}

.index-place-list .item .text-title2 {
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    overflow: hidden;
}

.index-place-list .item .text-title3 {
    font-size: 12px;
    margin-top: 10px;
}

/* .index-place-list .item:hover .text-title1 {
    padding: 20px 0 5px;
    color: #fff;
}

.index-place-list .item:hover .text-title2 {
    color: #fff;
}

.index-place-list .item:hover .text-title3 {
    color: #fff;
} */

.index-place-list .swiper-pagination {
    bottom: 15px;
    width: 60px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 0;
    color: #aaa;
    text-align: left;
    background: url("../images/line-bg.png")
        /*line-bg.png*/
        no-repeat center center;
}

.index-place-list .swiper-pagination-current {
    display: inline-block;
    margin-right: 15px;
    font-size: 36px;
    font-style: italic;
    color: #333;
}

.index-place-list .swiper-pagination-total {
    font-size: 18px;
}

.index-place-list .line {
    position: absolute;
    bottom: 28px;
    left: 5%;
    display: block;
    width: 85%;
    height: 1px;
    background: #aaa;
}

.index-place-list .swiper-button-next,
.index-place-list .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
}

.index-place-list .swiper-button-next {
    background: #fff url("../images/next.png")
        /*next.png*/
        no-repeat center center;
}

.index-place-list .swiper-button-prev {
    left: auto;
    right: 60px;
    background: #fff url("../images/prev.png")
        /*prev.png*/
        no-repeat center center;
}

/*顾问团队*/
.index-team {
    background: #fff;
}

.index-team .title-txt span {
    background: red;
    border-radius: 10px;
    padding: 15px 25px;
    color: #fff;
    font-size: 38px;
}

.index-team .title-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
}

.index-team .left-side {
    float: left;
    width: 25%;

}

.index-team .right-side {
    float: left;
    width: 75%;
    padding-top: 90px;
}

.index-team .form-container {
    background: url(../images/card_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 260px;
    padding: 70px 30px 20px;
    text-align: center;
    margin-top: 15px;
}

.index-team .form-container .t1 {
    color: red;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 24px;
}

.index-team .form-container .t2 {
    font-size: 16px;
    margin-bottom: 20px;
}

.index-team .form-container .layui-form-item {
    margin-bottom: 15px;
}

.index-team .form-container .layui-input-block {
    width: 100%;
}

.index-team .form-container .layui-select-title {
    width: 100%;
}

.index-team .submit-btn {
    margin-top: 20px;
    border-radius: 38px;
    padding: 0 50px;
}

.index-team .submit-btn:hover{
    background: url(../images/golden_22.jpg) repeat-y center center;
    background-size: 100% 100%;
}

.index-team .submit-btn button {
    width: 100%;
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.index-team .submit-btn .secondary-btn {
    background-color: #d4af37;
    margin-top: 10px;
}

.index-team .layui-input-block {
    margin-left: 0px
}

.index-team .layui-input {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    border-radius: 7px;
}

.index-team .layui-input:hover {
    border: 1px solid #eee;
}

/*移民通道*/
.index-aisle {
    background: url(../images/aisle.jpg) no-repeat top center;
    background-size: 100% 100%;
    min-height: 310px;
}

.index-aisle .title-txt {
    margin-bottom: 25px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: left;
    margin-top: 80px;
}

.index-aisle .form-container {
    padding: 30px 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
}

.index-aisle .layui-form-item {
    margin-bottom: 0px
}

.index-aisle .layui-form-item .layui-inline{
    height: 65px !important;
    line-height: 65px !important;
    border-radius: 10px !important;
    font-size: 18px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.index-aisle .layui-form-item .layui-form-label{
    height: 65px;
    line-height: 49px;
    background-color: inherit;
    border: none;
}

.index-aisle .layui-form-item .layui-input{
    line-height: 65px;
    height: 65px;
    border: none;
}

.index-aisle .layui-btn {
    background: url(../images/golden_22.jpg) repeat-y center center;
    background-size: 100% 100%;
    border: none;
    padding: 0 25px;
    height: 65px;
    font-weight: bold !important;
    font-size: 18px;
}
.bgnone{ background-color: inherit !important;}
/*成功案例*/
.index-cese {
    background: radial-gradient(circle, #f6f6f6, #f9f9f9);
}

.index-cese .bg {
    background: linear-gradient(to right, #ab803c, #d2ae70);
    border-radius: 10px;
    padding: 10px;
}

.index-cese .top-tabs {
    display: flex;
    font-size: 16px;
}

.index-cese .top-tab {
    margin-top: 10px;
    padding: 0 35px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    border-right: 1px solid #000;
}
.index-cese .top-tab:last-child{
    border-right: none;
    padding-right: 0px;
}

.index-cese .top-tab:hover,
.top-tab.active {
    color: #e53827;
    font-weight: bold;
}

.index-cese .content-area {
    display: none;
    height: 629px;
    border-top: none;
}

.index-cese .content-area.active {
    display: flex;
    animation: fadeIn 0.5s;
    padding: 5px 0px 5px 5px;
}

.index-cese .left-tabs {
    width: 320px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
}

.index-cese .left-tab {
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 11px;
    margin-right: 20px;
    margin-left: 10px;
    overflow: hidden;
}
.index-cese .left-tab:last-child{
    margin-bottom: 0px;
}

.index-cese .left-tab:hover,
.left-tab.active {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 10px 0 0 10px;
    background-color: #f6f6f6;
    background-image: url(../images/icon_55.png);
    background-repeat: no-repeat;
    background-position: 262px center;
    padding-right: 70px;
}

.index-cese .right-content {
    flex: 1;
    padding: 20px 50px;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-left: -10px;
    background-image: url(../images/casebg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.index-cese .tab-panel {
    display: none;
}

.index-cese .tab-panel.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.index-cese .profile-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    /* Space for the header */
}

.index-cese .profile-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.index-cese .profile-info {
    text-align: left;
}

.index-cese .profile-name {
    font-size: 26px;
}

.index-cese .profile-tags {
    color: #333333;
    font-size: 16px;
}

.index-cese .sub-title {
    background-color: #e53827;
    color: white;
    padding: 5px 15px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.index-cese .button-group {
    display: flex;
    border: 2px solid #b2853d;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 15px;
}

.index-cese .button {
    /* flex: 1; */
    padding: 10px 15px;
    text-align: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.index-cese .button-left {
    background: linear-gradient(180deg, #ebc67d, #b2853d);
    border-right: 1px solid #ccc;
    white-space: nowrap;
    width: 20%;

}

.index-cese .button-right {
    background-color: white;
    /* border-left: 1px solid #ccc; */
    color: #000;
    width: 80%;
}


.index-cese .left-section {
    width: 65%;
    padding-right: 50px;
}

.index-cese .right-section {
    width: 35%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.index-cese .profile-header {
    /* display: flex; */
    align-items: center;
    margin-bottom: 30px;
    /* padding: 0 0 0 10px; */
}




.index-cese .timeline {
    height: 70px;
    padding: 15px 50px;
    position: relative;
    margin: 20px 0;
    background: linear-gradient(180deg, #ebc67d, #b2853d);
    border-radius: 10px;
}

.index-cese .line {
    height: 2px;
    background-color: #fff;
    position: relative;
    top: 35px;
}

.index-cese .dots {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 70px;
    right: 70px;
    top: 45px;
}

.index-cese .dot {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border: 1px solid #b2853d;
    border-radius: 50%;
}

.index-cese .timeline-labels {
    display: flex;
    justify-content: space-between;
}

.index-cese .timeline-item {
    text-align: center;
    line-height: 35px;
}

.index-cese .date {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.index-cese .event {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.index-cese .background {
    margin-top: 20px;
}

.index-cese .section-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.index-cese .content {
    width: auto;
    line-height: 1.6;
    color: #555;
    border: 1px solid #cdaa6a;
    padding: 10px 10px;
    border-radius: 10px;
}

.index-cese .profile-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*new*/

.index-news {
    background: #f6f6f6
}

.index-news .title-txt {
    margin-bottom: 3px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.index-news .title-txt .title-txt2 {
    font-size: 18px;
    margin-left: 20px;
    font-weight: 400;
    color: #666;
}

.index-news .title-txt .title-txt2 label {
    color: #e53827;
}

.index-news .title-txt .num {
    color: #e53827;
    font-size: 22px;
    font-weight: bold;
}

.index-news-list .news-container {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.index-news-list .news-column {
    width: 32%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.index-news-list .image {
    padding: 0 15px 15px;
    background-color: #FFFFFF;
}

.index-news-list .column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #FFFFFF;
}

.index-news-list .column-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.index-news-list .more-btn {
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.index-news-list .more-btn:hover {
    color: #e53827;
}

.index-news-list .news-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

/* .index-news-list .news-list {
    padding: 0 20px;
} */

.index-news-list .news-item {
    padding: 15px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}

.index-news-list .news-item:last-child {
    border-bottom: none;
}

.index-news-list .news-item-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-news-list .newsactive {
    background-color: #f6f6f6;
    transition: all 0.3s;
}
.index-news-list .newsactive .news-item-title{
    color: #000;
}
.index-news-list .newsactive .news-desc{ display: -webkit-box; }

.index-news-list .news-desc {
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}

/*cate top*/
.right-nav {
    background-color: #fff;
    padding: 15px 0;
    position: fixed;
    top: 50%;
    margin-top: -160px;
    right: 0px;
    width: 75px;
    border-radius: 10px 0 0 10px;
    z-index: 999;
}

.right-nav .right-nav-item {
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    line-height: 15px
}

.right-nav .go-back-top {
    display: none;
    cursor: pointer;
    padding-top: 30px;
}

.right-nav .right-qr-code {
    display: none;
    position: absolute;
    left: -185px;
    top: -53px;
    width: 170px;
    height: 170px;
    background: #fff;
    border: 1px solid #D8DCE1;
    box-shadow: 0 0 20px rgba(10, 34, 58, .1)
}

.right-nav .arrow-right {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    transform: rotate(45deg);
    border: 1px solid #D8DCE1;
    background: #fff;
    box-shadow: 0 0 20px rgba(10, 34, 58, .1)
}

.arrow-bottom{
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: 1px solid #D8DCE1;
    background: #fff;
    box-shadow: 0 0 20px rgba(10, 34, 58, .1);
    z-index: -1;
}


.right-nav .qr-code-info {
    position: absolute;
    top: 0;
    width: 164px;
    height: 164px;
    padding: 3px;
    background: #fff;
}

.right-nav .qr-code-info img {
    width: 158px;
    height: 158px;
    margin-top: 4px;
}

.right-nav .right-nav-item:hover .right-qr-code {
    display: block;
}

.right-nav .right-assessment {
    display: none;
    position: absolute;
    left: -165px;
    top: 0;
    width: 170px;
    height: 58px;
    background: #fff;
    border: 1px solid #D8DCE1;
    box-shadow: 0 0 20px rgba(10, 34, 58, .1);
}

.right-nav .right-assessment-box {
    position: absolute;
    top: 0;
    width: 170px;
    height: 58px;
    background: #fff;
}

.right-nav .right-assessment-box a {
    display: block;
    width: 100%;
    height: 100%;
    color: #0A223A;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.right-nav .free-assessment-wrap {
    position: absolute;
    top: 0;
    left: -20px;
    width: 80px;
    height: 60px;
}

.right-nav .free-assessment-wrap:hover .right-assessment {
    display: block;
}

/*inner page*/
.main {
    background: url("../images/normal-bg.jpg")
        /*normal-bg.jpg*/
        no-repeat fixed center top;
}

.about-banner {
    height: 350px;
}

.about-tab,
.mudidi-info-tab {
    background: #fff;
}

.mudidi-info-tab.on {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.mudidi-info-tab .wrap {
    position: relative;
}

.mudidi-info-tab .add-love {
    position: absolute;
    right: 300px;
    top: 25px;
    display: block;
}

.mudidi-info-tab .add-love,
.holiday-info-parameter .parameter-wrap .add-love {
    width: 32px;
    height: 30px;
    background: url("../images/add-love1.png")
        /*add-love1.png*/
        no-repeat center center;
}

.holiday-info-parameter .parameter-wrap .add-love {
    display: inline-block;
    margin-left: 50px;
}

.mudidi-info-tab .add-love.on,
.holiday-info-parameter .parameter-wrap .add-love.on {
    background: url("../images/add-love1a.png")
        /*add-love1a.png*/
        no-repeat center center;
}

.mudidi-info-tab .buy-now {
    position: absolute;
    right: 0;
    width: 240px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 80px;
    text-align: center;
    background: #ffd400;
}

.mudidi-info-tab li {
    float: left;
}

.about-tab li a,
.mudidi-info-tab li a {
    position: relative;
    display: block;
    height: 80px;
    margin: 0 20px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 80px;
}

.about-tab li.on a,
.mudidi-info-tab li.on a {
    color: #2fc5f8;
}

.about-tab li a:after,
.mudidi-info-tab li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 2px;
    background: #2fc5f8;
}

.about-tab li.on a:after,
.mudidi-info-tab li.on a:after {
    display: block;
}

.about-page-inner {
    padding: 50px 0 60px;
}

.about-main-content,
.normal-main-content {
    padding: 29px 29px 70px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.more {
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s;
    color: #999;
}

.more i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/more2.png) no-repeat center center;
    position: relative;
    top: 5px;
    padding: 0 5px;
    transition: all 0.3s;
}

.more:hover {
    transform: translateX(5px);
}

.main img {
    max-width: 100%;
}

article {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.join-descrition {
    margin-bottom: 60px;
    overflow: hidden;
}

.join-descrition .each-side {
    width: 560px;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.join-descrition .left-side {
    float: left;
    background: #faf8f0;
}

.join-descrition .right-side {
    float: right;
    background: #f5efea;
}

.join-descrition .each-side-inner {
    padding: 30px;
}

.join-descrition .each-side .title {
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #e4dbd4;
}

.join-descrition .each-side article {
    color: #999;
}

.join-list .dt-title,
.join-list .dd-content li {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.join-list .dt-title {
    color: #fff;
    background: #e53827;
}

.join-list .dd-content li:nth-child(2n) {
    background: #f5f5f5;
}

.join-list .item {
    float: left;
    padding-left: 20px;
}

.join-list .item1 {
    width: 310px;
}

.join-list .item2 {
    width: 150px;
}

.join-list .item3 {
    width: 100px;
}

.contact-way {
    padding: 30px 80px 60px;
}

.contact-way li {
    float: left;
    width: 25%;
    text-align: center;
}

.contact-way li .item-inner {
    padding: 0 15px;
}

.contact-way li .icon {
    display: table;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #eaeaea;
    border-radius: 100%;
    transition: all .4s ease-in-out;
}

.contact-way li:hover .icon {
    background: #e53827;
}

.contact-way li .icon-inner {
    display: table-cell;
    vertical-align: middle;
}

.contact-way li .text-wrap {
    padding: 15px 0;
    font-size: 14px;
    color: #999;
    transition: all .4s ease-in-out;
}

.contact-way li:hover .text-wrap {
    color: #e53827;
}

.contact-way li .stitle {
    display: block;
    margin: 5px 0 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
    color: #333;
}

.mudidi-page {
    padding-bottom: 40px;
}

.mudidi-tab {
    padding: 40px 0;
}

.mudidi-tab ul {
    margin-left: -50px;
}

.mudidi-tab li {
    position: relative;
    float: left;
    width: 200px;
    margin: 0 0 20px 50px;
    text-align: center;
}

.mudidi-tab li:hover {
    background: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.mudidi-tab li .img-responsive {
    padding: 10px;
    background: #fff;
    border-radius: 100%;
}

.mudidi-tab li .img-responsive img {
    border-radius: 100%;
}

.mudidi-tab li .dt-title {
    display: block;
    padding: 20px 0 15px;
    font-size: 24px;
    font-family: 'Simsun', 'Microsoft Yahei';
    font-weight: normal;
    color: #282828;
}

.mudidi-tab li .dd-content {
    z-index: 1;
    position: absolute;
    display: none;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    opacity: 0;
}

.address-wrap .layui-input {
    border-radius: 30px;
    background: none;
    border: 1px solid #ccc;
    color: #FFFFFF;
}

.address-wrap .layui-btn {
    border-radius: 30px;
    line-height: 35px;
    background-color: #f6f6f6 !important;
    color: #b2853d !important;
    font-weight: bold;
    padding: 0 30px;
}

.mudidi-tab li:hover .dd-content {
    display: block;
    opacity: 1;
}

.mudidi-tab li .dd-content a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    color: #666;
}

.mudidi-tab li .dd-content a:hover {
    color: #e53827;
}

.mudidi-list>ul>li {
    padding: 25px 30px 30px;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.mudidi-list .text-title a {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}

.mudidi-list .text-des {
    color: #999;
}

.mudidi-list .item-content {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px dotted #999;
}

.mudidi-list li .img-responsive {
    float: left;
}

.mudidi-list li .img-responsive img {
    width: 570px;
    height: 360px;
}

.mudidi-list li .text-wrap {
    margin-left: 610px;
    color: #333;
}

.mudidi-list li .text-tab {
    height: 30px;
    margin-bottom: 15px;
}

.mudidi-list li .text-tab li {
    position: relative;
    float: left;
    width: 33.33%;
    line-height: 30px;
    cursor: pointer;
}

.mudidi-list .text-tab li:after {
    content: '';
    position: absolute;
    left: 7px;
    display: none;
    width: 0;
    height: 0;
    padding-top: 4px;
    border-bottom: 10px solid #eee;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.mudidi-list .text-tab li.on:after {
    display: block;
}

.mudidi-list .text-tab li .icon {
    width: 30px;
    height: 30px;
}

.mudidi-list .text-tab li .icon img,
.mudidi-list .text-tab li.on .icon img:first-child {
    display: none;
    margin-right: 8px;
    vertical-align: -9px;
}

.mudidi-list li .text-tab li .icon img:first-child,
.mudidi-list .text-tab li.on .icon img {
    display: inline-block;
}

.mudidi-list li .text-tab li strong {
    font-weight: normal;
    font-size: 18px;
}

.mudidi-list .text-toggle .each-one {
    display: none;
}

.mudidi-list .text-toggle .each-one-inner {
    padding: 10px 30px;
    font-size: 14px;
    background: #eee;
}

.mudidi-list li .text-detail {
    padding-top: 15px;
}

.mudidi-list li .text-detail .each-one {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}

.mudidi-list li .text-detail .each-one .item1 {
    float: left;
    padding: 15px 0 0 35px;
}

.mudidi-list li .text-detail .each-one .item2 {
    margin-left: 40%;
}

.mudidi-list li .text-detail .each-one .big {
    font-size: 30px;
    font-weight: bold;
    color: #ff7f00;
}

.mudidi-list li .text-more {
    padding-top: 25px;
    font-size: 18px;
    text-align: center;
}

.mudidi-list li:hover .text-title a,
.mudidi-list li .text-more a:hover {
    color: #e53827;
}

.mudidi-info-content {
    padding-bottom: 55px;
}

.mudidi-info-content .mudidi-info4 .normal-main-content {
    padding: 29px;
}

.mudidi-info-title {
    z-index: 2;
    position: absolute;
    width: 100%;
    font-size: 14px;
    color: #f8f8f8;
    padding: 20px 0 30px;
    background: rgba(0, 0, 0, .6);
}

.mudidi-info-title .wrap {
    position: relative;
    width: 1150px;
}

.mudidi-info-title .title-inner {
    padding-right: 150px;
}

.mudidi-info-title h1 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

.mudidi-info-title .price {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    color: #ff0;
}

.mudidi-info-title .price b {
    font-size: 30px;
}

.mudidi-info {
    font-size: 14px;
    color: #666;
}

.mudidi-info .normal-title-wrap {
    padding: 35px 0 20px;
}

.mudidi-info .normal-title-wrap .normal-title1 {
    font-family: 'Microsoft Yahei', Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.mudidi-info .normal-title-wrap .normal-title2 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}

.mudidi-info .article {
    padding: 5px 0 40px;
    text-align: center;
}

.mudidi-info1 .text-img-list li {
    margin-bottom: 10px;
}

.mudidi-info1 .text-img-list .img-responsive {
    float: right;
}

.mudidi-info1 .text-img-list .text-wrap {
    position: relative;
    height: 250px;
    margin-right: 800px;
    background: #f4f4f4;
}

.mudidi-info1 .text-img-list .text-inner {
    position: absolute;
    top: 50%;
    width: 95%;
    padding: 0 2.5%;
    text-align: center;
    transform: translateY(-50%);
}

.mudidi-info1 .text-img-list .text-inner h6 {
    font-size: 30px;
    color: #333;
}

.mudidi-info2 .wrap {
    position: relative;
}

.mudidi-info2 .mudidi-info2-tab {
    position: absolute;
    left: -100px;
}

.mudidi-info2 .mudidi-info2-tab.on {
    z-index: 9;
    position: fixed;
    top: 130px;
    left: 50%;
    margin-left: -700px;
}

.holiday-info-page-inner .mudidi-info2 .mudidi-info2-tab.on {
    top: 100px;
}

.mudidi-info2 .mudidi-info2-tab li {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #333;
    border-radius: 100%;
    margin-bottom: 10px;
}

.mudidi-info2 .mudidi-info2-tab li.on {
    background: #fa0;
}

.mudidi-info2 .mudidi-info2-tab a {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    transform: translateY(-50%);
}

.mudidi-info2 .mudidi-info2-tab span {
    font-size: 14px;
    color: #fff;
}

.mudidi-info2 .mudidi-info2-tab b {
    font-size: 22px;
}

.mudidi-info2 .mudidi-info2-tab i {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.mudidi-info2 .mudidi-info2-tab .on i {
    color: #fff;
}

.mudidi-info2 .text-img-list li {
    position: relative;
    padding: 20px 0;
    margin-left: 12px;
    border-left: 1px solid #d8d8d8;
}

.mudidi-info2 .text-img-list li .dt-title {
    padding-bottom: 20px;
}

.mudidi-info2 .text-img-list li .circle {
    position: absolute;
    left: -13px;
    width: 23px;
    height: 23px;
    padding: 10px 0;
    background: #fff;
}

.mudidi-info2 .text-img-list li .circle-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
}

.mudidi-info2 .text-img-list li .circle-inner,
.mudidi-info2 .text-img-list li .circle-inner:after {
    border: 1px solid #d8d8d8;
    border-radius: 100%;
}

.mudidi-info2 .text-img-list li .circle-inner:after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5.5px 0 0 -5.5px;
}

.mudidi-info2 .text-img-list li .title-wrap {
    padding: 7px 0 0 30px;
    font-size: 24px;
    color: #333;
}

.mudidi-info2 .text-img-list li .day {
    float: left;
    width: 105px;
    font-family: Arial, Verdana, sans-serif;
    font-style: italic;
}

.mudidi-info2 .text-img-list li .day span {
    font-size: 30px;
}

.mudidi-info2 .text-img-list li .dd-content {
    margin-left: 135px;
    padding: 9px;
    color: #333;
    line-height: 1.6;
    border: 1px solid #d8d8d8;
}

.mudidi-info2 .text-img-list li .img-text {
    background: #282828;
}

.mudidi-info2 .text-img-list li .img-text .img-responsive {
    float: left;
    width: calc(100% - 220px);
}

.mudidi-info2 .text-img-list li .right-cont {
    position: relative;
    float: right;
    width: 220px;
    height: 380px;
}

.mudidi-info2 .text-img-list li .right-cont-inner {
    position: absolute;
    top: 50%;
    width: 180px;
    padding: 20px;
    transform: translateY(-50%);
}

.mudidi-info2 .text-img-list li .right-cont .icon {
    float: left;
    display: block;
}

.mudidi-info2 .text-img-list li .right-cont .icon-text {
    margin-left: 50px;
}

.mudidi-info2 .text-img-list li .right-cont .each {
    margin-top: 10px;
}

.mudidi-info2 .text-img-list li .right-cont .each:first-child {
    margin-top: 0;
}

.mudidi-info2 .text-img-list li .right-cont .dt {
    display: block;
    font-size: 18px;
    font-style: normal;
    color: #fff;
}

.mudidi-info2 .text-img-list li .right-cont .dd {
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.mudidi-info2 .text-img-list li .right-cont .dd span {
    display: block;
}

.mudidi-info2 .text-img-list li .text-wrap {
    padding: 15px 0 30px;
}

.traffix-fee-list ul {
    margin-left: -20px;
}

.traffix-fee-list li {
    float: left;
    width: 560px;
    margin: 0 0 20px 20px;
    text-align: center;
}

.traffix-fee-list li .dt-title,
.traffix-fee-list li .dd-content div {
    height: 60px;
    line-height: 60px;
}

.traffix-fee-list li .dd-content div:nth-child(2n) {
    background: #f4f4f4;
}

.traffix-fee-list li .dt-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e53827;
}

.traffix-fee-list li .dd-content div span {
    float: left;
    width: 50%;
    display: block;
    font-size: 18px;
    color: #333;
    text-align: left;
}

.traffix-fee-list li .dd-content div span:first-child {
    text-align: center;
}

.traffix-fee-list li .dd-content div span b {
    display: inline-block;
    padding: 0 5px;
    font-size: 24px;
    color: #e53827;
}

.mudidi-fee-detail .each-one {
    padding: 25px 0 30px;
    border-top: 1px solid #d8d8d8;
}

.mudidi-fee-detail .each-one .dt-title {
    width: 280px;
    font-size: 18px;
    color: #333;
}

.mudidi-fee-detail .each-one .dd-content {
    margin-left: 190px;
    margin-top: -25px;
}

.mudidi-fee-detail .each-one .dd-content li {
    list-style-type: decimal;
}

.mudidi-info4 .message-board {
    margin-bottom: 35px;
}

.mudidi-info4 .message-board .text-area {
    border: 1px solid #eaeaea;
}

.mudidi-info4 .message-board textarea {
    display: block;
    width: 97%;
    height: 115px;
    padding: 1.5%;
    border: 0;
}

.mudidi-info4 .message-board .bottom-wrap {
    margin-top: -1px;
    line-height: 48px;
    border: 1px solid #eaeaea;
}

.mudidi-info4 .message-board .input-submit {
    float: right;
    width: 148px;
    height: 48px;
}

.mudidi-info4 .message-board .input-submit input {
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 48px;
    background: #e53827;
}

.mudidi-info4 .message-board .tips-wrap {
    padding: 0 20px;
    margin-right: 148px;
    color: #bbb;
    text-align: right;
}

.evaluation-list-wrap .evaluation-title {
    height: 45px;
    font-size: 18px;
    color: #333;
    line-height: 45px;
    border-bottom: 1px solid #f0f0f0;
}

.evaluation-list-wrap .evaluation-title span {
    display: inline-block;
    height: 45px;
    border-bottom: 1px solid #666;
}

.evaluation-list ul {
    padding-bottom: 30px;
}

.evaluation-list li {
    padding: 28px 0;
    border-bottom: 1px solid #e4e4e4;
}

.evaluation-list li .icon-w {
    float: left;
}

.evaluation-list li .icon {
    display: block;
    width: 80px;
    height: 80px;
}

.evaluation-list li .icon img {
    border-radius: 100%;
}

.evaluation-list li .text-wrap {
    margin-left: 110px;
}

.evaluation-list li .name {
    font-size: 18px;
    color: #333;
}

.evaluation-list li .time {
    display: block;
    padding: 5px 0 15px;
    font-size: 12px;
    color: #bbb;
}

.evaluation-list li .des {
    padding-bottom: 15px;
}

.evaluation-list li .pic-list {
    padding-bottom: 25px;
}

.evaluation-list li .pic-list .s-img {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.evaluation-list li .reply-wrap {
    padding: 10px 20px;
    font-size: 14px;
    color: #ff7f00;
    background: #f5f5f5;
}

.evaluation-list li .reply-wrap span {
    display: block;
    margin-top: 10px;
}

.evaluation-list li .reply-wrap span:first-child {
    margin-top: 0;
}

.hotel-holiday-page {
    background: #fff;
}

.bread-menu {
    padding: 30px 0;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    background: #fff;
}

.bread-menu .tips {
    display: inline-block;
    padding-left: 40px;
    background: url("../images/location.png")
        /*location.png*/
        no-repeat left center;
}

.bread-menu a {
    display: inline-block;
    margin: 0 5px;
    color: #666;
}

.bread-menu a.on {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    background: #e53827;
    border-radius: 13px;
}

.hotel-holiday-list {
    padding-bottom: 50px;
}

.hotel-holiday-list li {
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.hotel-holiday-list1 li {
    padding: 9px;
}

.hotel-holiday-list1 li:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.hotel-holiday-list1 li .img-responsive {
    float: right;
}

.hotel-holiday-list1 li .text-wrap {
    height: 330px;
    margin-right: 840px;
    padding: 35px;
    text-align: center;
    background: #f4f4f4;
}

.hotel-holiday-list1 li .text-title {
    padding: 35px 0 20px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.hotel-holiday-list li:hover .text-title {
    color: #e53827;
}

.hotel-holiday-list1 li .text-des {
    height: 60px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
}

.hotel-holiday-list1 li .text-btn,
.hotel-holiday-list2 li .bottom-wrap .text-btn,
.holiday-info-parameter .parameter-wrap .book-btn,
.theme-trip-list1 .each-list .dd-content-more a,
.personal-form .each-wrap .input-submit {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
    text-align: center;
    background: #e53827;
    border: 1px solid #009cea;
    border-radius: 5px;
}

.hotel-holiday-list1 li .text-btn {
    width: 118px;
    height: 38px;
}

.hotel-holiday-list li .text-btn:hover {
    color: #e53827;
    background: transparent;
}

.hotel-holiday-list2 li {
    padding: 20px 30px;
    background: #fffbfb;
}

.hotel-holiday-list2 li:hover {
    border-color: #e53827;
}

.hotel-holiday-list2 li .text-title {
    height: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px dotted #999;
}

.hotel-holiday-list2 li .img-responsive {
    float: left;
}

.hotel-holiday-list2 li .text-wrap {
    margin-left: 580px;
}

.hotel-holiday-list2 li .each-wrap {
    height: 250px;
    border-bottom: 1px solid #d8d8d8;
}

.hotel-holiday-list2 li .each-wrap .each,
.holiday-info-parameter .parameter-wrap .each {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.hotel-holiday-list2 li .each-wrap .each:first-child,
.holiday-info-parameter .parameter-wrap .each:first-child {
    margin-top: 0;
}

.hotel-holiday-list2 li .each-wrap .dt-title,
.holiday-info-parameter .parameter-wrap .each .dt-title {
    float: left;
    padding-left: 40px;
    color: #999;
}

.hotel-holiday-list2 li .each-wrap .each1 .dt-title,
.holiday-info-parameter .parameter-wrap .each1 .dt-title {
    background: url("../images/icon1-1.png")
        /*icon1-1.png*/
        no-repeat left center;
}

.hotel-holiday-list2 li .each-wrap .each2 .dt-title,
.holiday-info-parameter .parameter-wrap .each2 .dt-title {
    background: url("../images/icon1-2.png")
        /*icon1-2.png*/
        no-repeat left center;
}

.hotel-holiday-list2 li .each-wrap .each3 .dt-title,
.holiday-info-parameter .parameter-wrap .each3 .dt-title {
    background: url("../images/icon1-3.png")
        /*icon1-3.png*/
        no-repeat left center;
}

.holiday-info-parameter .parameter-wrap .each4 .dt-title {
    background: url("../images/icon1-4.png")
        /*icon1-4.png*/
        no-repeat left center;
}

.hotel-holiday-list2 li .each-wrap .dd-content,
.holiday-info-parameter .parameter-wrap .each .dd-content {
    margin-left: 125px;
}

.hotel-holiday-list2 li .bottom-wrap {
    padding-top: 30px;
    font-size: 16px;
    color: #e53827;
    line-height: 70px;
}

.hotel-holiday-list2 li .bottom-wrap .big {
    font-size: 36px;
}

.hotel-holiday-list2 li .bottom-wrap .text-btn,
.holiday-info-parameter .parameter-wrap .book-btn {
    width: 218px;
    height: 68px;
    font-size: 30px;
    line-height: 68px;
}

.hotel-holiday-list2 li .bottom-wrap .text-btn {
    float: right;
}

.holiday-info-parameter {
    padding: 25px 0 60px;
}

.holiday-info-parameter h1 {
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.holiday-info-parameter .picture-wrap {
    float: left;
    width: 720px;
}

.holiday-info-parameter .picture-wrap .show-pic {
    width: 720px;
    height: 460px;
    margin-bottom: 20px;
    overflow: hidden;
}

.holiday-info-parameter .picture-wrap .show-pic img {
    width: 720px;
    height: 460px;
}

.holiday-info-parameter .small-scroll-pic {
    position: relative
}

.holiday-info-parameter .small-scroll-pic .swiper-container {
    width: 640px;
}

.holiday-info-parameter .small-scroll-pic .swiper-slide img {
    width: 140px;
    height: 90px;
}

.holiday-info-parameter .small-scroll-pic .swiper-slide.on img {
    width: 136px;
    height: 86px;
    border: 2px solid #e53827;
}

.holiday-info-parameter .small-scroll-pic .swiper-button-prev,
.holiday-info-parameter .small-scroll-pic .swiper-button-next {
    width: 40px;
    height: 90px;
    margin-top: -45px;
    opacity: 1;
}

.holiday-info-parameter .small-scroll-pic .swiper-button-next {
    right: 0;
    background: #e53827 url("../images/next2.png")
        /*next2.png*/
        no-repeat center center;
    background-size: 17px auto;
}

.holiday-info-parameter .small-scroll-pic .swiper-button-prev {
    left: 0;
    background: #e53827 url("../images/prev2.png")
        /*prev2.png*/
        no-repeat center center;
    background-size: 17px auto;
}

.holiday-info-parameter .small-scroll-pic .swiper-button-next.swiper-button-disabled {
    right: 0;
    background: #fff url("../images/next.png")
        /*next.png*/
        no-repeat center center;
    background-size: 17px auto;
}

.holiday-info-parameter .small-scroll-pic .swiper-button-prev.swiper-button-disabled {
    left: 0;
    background: #fff url("../images/prev.png")
        /*prev.png*/
        no-repeat center center;
    background-size: 17px auto;
}

.holiday-info-parameter .parameter-wrap {
    margin-left: 760px;
    width: 440px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.holiday-info-parameter .parameter-wrap .price {
    padding: 15px 0;
    color: #ff7f00;
    line-height: 1;
}

.holiday-info-parameter .parameter-wrap .price .big {
    font-size: 36px;
    font-weight: bold;
}

.holiday-info-parameter .parameter-wrap .middle-wrap {
    padding: 25px 10px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.holiday-info-parameter .parameter-wrap .bottom-wrap .each {
    padding: 30px 10px 35px;
}

.holiday-info-parameter .parameter-wrap .per {
    display: inline-block;
    margin: 0 3px 5px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #c4c4c4;
}

.holiday-info-parameter .parameter-wrap .per.on {
    color: #e53827;
    border-color: #e53827;
    background: #fff;
}

.holiday-info-page .mudidi-info {
    background: #fff;
}

.theme-trip-list {
    padding-bottom: 20px;
}

.theme-trip-list2 {
    padding-bottom: 35px;
}

.theme-trip-list1 .each-list {
    margin-bottom: 20px;
    padding: 9px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.theme-trip-list1 .each-list .dt-title {
    position: relative;
    float: left;
    width: 220px;
}

.theme-trip-list1 .each-list .dt-title .text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
}

.theme-trip-list1 .each-list .dt-title .text-inner {
    padding: 25px 15px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
}

.theme-trip-list1 .each-list .dt-title .text-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #999;
}

.theme-trip-list1 .each-list .dt-title .text-des {
    height: 36px;
    padding: 0 5px;
    font-size: 12px;
    color: #282828;
    line-height: 18px;
    overflow: hidden;
}

.theme-trip-list1 .each-list .dd-content {
    position: relative;
    float: left;
    width: 940px;
    height: 380px;
    margin-left: 20px;
}

.theme-trip-list1 .each-list .dd-content-tab {
    padding: 18px 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.theme-trip-list1 .each-list .dd-content-tab .each {
    float: left;
    margin-right: 5px;
}

.theme-trip-list1 .each-list .dd-content-tab .each a {
    display: inline-block;
    height: 24px;
    padding: 0 15px;
    font-size: 14px;
    color: #282828;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 13px;
}

.theme-trip-list1 .each-list .dd-content-tab .each.on a,
.theme-trip-list1 .each-list .dd-content-tab .each:hover a {
    color: #fff;
    background: #e53827;
    border-color: #0097e3;
}

.theme-trip-list1 .each-list .dd-content-list ul {
    margin-left: -20px;
}

.theme-trip-list1 .each-list .dd-content-list li {
    float: left;
    width: 220px;
    margin-left: 20px;
}

.theme-trip-list1 .each-list .dd-content-list .text-wrap {
    padding: 10px 0;
}

.theme-trip-list1 .each-list .dd-content-list .text-title,
.theme-trip-list2 .list-list li .text-title,
.member-order-list li .text-title {
    margin-bottom: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}

.theme-trip-list1 .each-list .dd-content-list li:hover .text-title,
.theme-trip-list2 .list-list li:hover .text-title,
.member-order-list li:hover .text-title {
    color: #e53827;
}

.theme-trip-list1 .each-list .dd-content-list .bottom-w,
.theme-trip-list2 .list-list li .bottom-w,
.member-order-list li .bottom-w {
    position: relative;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}

.theme-trip-list1 .each-list .dd-content-list .bottom-w .price,
.theme-trip-list2 .list-list li .bottom-w .price,
.member-order-list li .bottom-w .price {
    position: absolute;
    top: 0;
    right: 0;
    color: #e53827;
}

.theme-trip-list1 .each-list .dd-content-list .bottom-w .price b,
.theme-trip-list2 .list-list li .bottom-w .price b,
.member-order-list li .bottom-w .price b {
    font-size: 24px;
}

.theme-trip-list1 .each-list .dd-content-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.theme-trip-list1 .each-list .dd-content-more a {
    width: 98px;
    height: 28px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    border-radius: 15px;
}

.theme-trip-list2 .list-list {
    margin-bottom: 30px;
    padding: 14px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.theme-trip-list2 .list-list ul {
    margin-left: -30px;
}

.theme-trip-list2 .list-list li,
.member-order-list li {
    float: left;
    width: 270px;
    margin-left: 30px;
}

.theme-trip-list2 .list-list li .text-wrap,
.member-order-list li .text-wrap {
    padding: 10px 0 20px;
}

.personal-page {
    background: #fff;
}

.personal-page-inner {
    z-index: 1;
    position: relative;
    width: 960px;
    margin: -60px auto 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.personal-wrap {
    padding: 60px 70px;
}

.personal-wrap .article {
    padding-bottom: 70px;
}

.personal-form .each-wrap {
    margin-bottom: 20px;
    padding: 25px 0 10px;
    border-top: 1px solid #d8d8d8;
}

.personal-form .each-wrap:first-child {
    border-top: 0;
}

.personal-form .each-wrap1 .each-form-inner {
    margin-left: -20px;
}

.personal-form .each-wrap .title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.personal-form .each-wrap .each-input {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.personal-form .each-wrap .each-input select,
.personal-form .each-wrap .input-text,
.member-edit-profile .input-text {
    width: 378px;
    height: 58px;
    padding-left: 20px;
    font-size: 14px;
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.personal-form .each-wrap .time-choice .input-text {
    background: #f8f8f8 url("../images/time.png")
        /*time.png*/
        no-repeat 365px center;
}

.personal-form .each-wrap .each-input select {
    width: 400px;
    color: #9c9c9c;
}

.personal-form .each-wrap .textarea-w textarea {
    width: 778px;
    height: 135px;
    padding: 20px;
    font-size: 14px;
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.personal-form .each-wrap .submit-wrap {
    padding-top: 40px;
    text-align: center;
}

.personal-form .each-wrap .input-submit {
    width: 398px;
    height: 68px;
    font-size: 24px;
    line-height: 68px;
}

.login-page {
    position: relative;
}

.login-page .img-responsive:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.login-box {
    z-index: 2;
    position: absolute;
    top: 130px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background: #fff;
    border-radius: 5px;
}

.login-box .title {
    height: 80px;
    font-size: 26px;
    color: #666;
    line-height: 80px;
    text-align: center;
    background: #f8f8f8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.login-box .login-form-box {
    padding: 60px 70px 50px;
}

.login-box .login-form-box .each {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.login-box .login-form-box .each .input-text {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
}

.login-box .login-form-box .each .get-code-btn {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 118px;
    height: 48px;
    font-size: 14px;
    color: #666;
    line-height: 48px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #cdcdcd;
}

.login-box .login-form-box .submit-wrap .input-submit,
.member-edit-profile .submit {
    width: 100%;
    height: 55px;
    font-size: 24px;
    color: #fff;
    line-height: 55px;
    background: #e53827;
    border-radius: 5px;
}

/*member*/
.member-center {
    padding: 40px 0 60px;
}

.member-tab {
    float: left;
    width: 220px;
}

.member-tab .dt-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.member-tab li {
    height: 40px;
    margin-bottom: 1px;
    padding: 10px;
    line-height: 40px;
    border-radius: 5px;
}

.member-tab li.on,
.member-tab li:hover {
    background: #e53827;
}

.member-tab .icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}

.member-tab .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin: -12px 0 0 -12px;
}

.member-tab .on .icon img,
.member-tab .icon img:first-child,
.member-tab li:hover .icon img {
    display: block;
}

.member-tab .on .icon img:first-child,
.member-tab li:hover .icon img:first-child {
    display: none;
}

.member-tab li strong {
    font-weight: normal;
    font-size: 16px;
}

.member-tab li.on strong,
.member-tab li:hover strong {
    color: #fff;
}

.member-right {
    margin-left: 250px;
    min-height: 500px;
}

.member-normal-inner {
    width: 890px;
    min-height: 300px;
    padding: 25px 30px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.member-profile.member-normal-inner {
    padding: 50px 30px;
}

.member-profile .icon,
.member-edit-profile .icon {
    float: left;
}

.member-profile .icon img,
.member-edit-profile .icon img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.member-profile .text-wrap,
.member-edit-profile .form-wrap {
    min-height: 120px;
    margin-left: 160px;
    font-size: 14px;
    color: #333;
}

.member-profile .text-wrap .welcome {
    margin-bottom: 15px;
    font-size: 18px;
}

.member-profile .text-wrap .welcome .big {
    font-size: 24px;
    color: #e53827;
}

.member-profile .text-wrap .other {
    margin-bottom: 15px;
}

.member-profile .text-wrap .other .each {
    display: inline-block;
    margin-right: 50px;
}

.member-profile .text-wrap .other .phone {
    padding-left: 30px;
    background: url("../images/phone.png")
        /*phone.png*/
        no-repeat left center;
}

.member-profile .text-wrap .join-time {
    color: #aaa;
}

.member-normal-inner .title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.member-order-list ul {
    margin-left: -30px;
    padding-bottom: 20px;
}

.none-list-inner {
    position: relative;
    height: 250px;
}

.none-list-inner .none-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.none-list-inner .none-text .icon {
    display: inline-block;
    height: 50px;
    padding-left: 85px;
    font-weight: bold;
    font-size: 24px;
    color: #ddd;
    line-height: 50px;
    background: url("../images/member-none.png")
        /*member-none.png*/
        no-repeat left center;
}

.member-edit-profile .input-file {
    position: relative;
    width: 85px;
    height: 30px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #e53827;
    overflow: hidden;
}

/*
.member-edit-profile .input-file input {
    position:absolute;
    top:0;
    left:0;
    font-size:9999px;
    opacity:0;
}
*/
.member-edit-profile .form-inner>div {
    margin-bottom: 20px;
}

.member-edit-profile .radio-wrap .each-radio {
    display: inline-block;
    margin-right: 25px;
    line-height: 30px;
    color: #333;
}

.member-edit-profile .radio-wrap .radio {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: -8px;
}

.member-edit-profile .radio-wrap .radio input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.member-edit-profile .radio-wrap .radio span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/radio1-1.png")
        /*radio1-1.png*/
        no-repeat center center;
}

.member-edit-profile .radio-wrap .radio input:checked+span {
    background: url("../images/radio1-1a.png")
        /*radio1-1a.png*/
        no-repeat center center;
}

.member-edit-profile .input-text {
    width: 270px;
}

.member-edit-profile .address .input-text {
    width: 600px;
}

.member-edit-profile .submit {
    width: 300px;
    font-size: 20px;
}

.member-edit-profile .stitle {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}

.member-edit-profile .edit-phone {
    font-size: 14px;
    color: #999;
}

.member-edit-profile .edit-phone a {
    color: #e53827;
}

.member-comment-list ul {
    padding-bottom: 25px;
}

.member-comment-list li {
    margin-top: -1px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.member-comment-list li>div {
    float: left;
    padding: 20px 20px 9999px;
    text-align: center;
    border: 1px solid #d8d8d8;
    margin: -1px 0 -9999px -1px
}

.member-comment-list li .img-text {
    width: 270px;
}

.member-comment-list li .time-wrap {
    width: 100px;
    font-size: 14px;
    color: #161616;
}

.member-comment-list li .time-wrap div {
    padding: 50px 0;
}

.member-comment-list li .comment-wrap {
    width: 395px;
    border-right: 0;
}

.member-comment-list li .text-title {
    padding: 10px 0;
    height: 50px;
    font-size: 18px;
    overflow: hidden;
}

.buy-now-box {
    padding: 45px 60px;
}

.buy-now-box .normal-title-wrap {
    padding-bottom: 0;
}

.buy-now-box .personal-form .each-wrap {
    margin-bottom: 0;
}

.page {
    text-align: center;
}

.page a {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    border: 1px solid #e4e4e4;
}

.page a.on,
.page a:hover {
    color: #fff;
    background: #e53827;
    border-color: #e53827;
}

@media(max-width:1420px) {
    .mudidi-info .wrap {
        width: 1100px;
    }

    .mudidi-info2 .mudidi-info2-tab.on {
        margin-left: -650px;
    }

    .traffix-fee-list li {
        width: 510px;
    }
}


/*4.11新增*/

.mudidi-list .mudidi-list-content {
    list-style-type: none;
}

.mudidi-list-content .scale-picture {
    display: inline-block;
    position: relative;
}

.mudidi-list-content .scale-picture i.icon-title {
    position: absolute;
    top: 10px;
    left: 10px;
    font-style: normal;
    width: 50px;
    height: 25px;
    background-color: #FF8000;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.mudidi-list-content .scale-picture i.icon-title1 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-style: normal;
    width: 50px;
    height: 25px;
    background-color: #00aaff;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.mudidi-list-content .lan {
    display: inline-block;
    width: 730px;
    height: 150px;
    vertical-align: top;
    margin-left: 30px;
}

.lan p.title {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.lan p.lan-content {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    margin-bottom: 25px;
}

.lan p.price {
    /*padding-top: 25px;*/
    color: #ff8005;
    font-size: 20px;
    line-height: 24px;
}

.lan p.price .big {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
}

.mudidi-list-content .look {
    float: right;
    width: 100px;
    height: 40px;
    background-color: #ff8000;
    color: #FFFFFF;
    border: 1px solid #df7000;
    border-radius: 30px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-top: 55px;
}

@media screen and (max-width: 1600px) {
    .main_header,.main_main,.main_footer{
        zoom: 85%;
    }
}