/*会员中心*/

.kes_title.colorH h3,
.kes_title.colorH h6 {
    color: #a57245;
}

.login_box {
    width: 400px;
    background: #fff;
    border-radius: 18px;
    position: absolute;
    right: 15%;
    padding-bottom: 90px;
    z-index: 1003;
    bottom: 18%;
    overflow: hidden;
    height: 400px;
}

.login_box h3 {
    text-align: center;
    padding: 32px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 22px;
    color: #333;
}

.login_box .step {
    position: absolute;
    left: 0;
    height: 300px;
    top: 90px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 1600px;
    overflow: hidden;
}

.login_box .step.s1 {
    left: 0;
}

.login_box .step.s2 {
    left: -400px;
}

.login_box .step.s3 {
    left: -800px;
}

.login_box .step li {
    width: 400px;
    float: left;
    height: 300px;
}

.form {
    padding: 40px 40px 16px;
}

.input_do {
    height: 48px;
    width: 100%;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 30px;
}

.login_icon {
    width: 46px;
    height: 46px;
    background: #fafafa;
    position: relative;
}

.login_icon .icon {
    height: 24px;
    width: 21px;
    background: url(../images/zhanghao.png) left center no-repeat;
    top: 10px;
    left: 12px;
    position: absolute;
}

.login_icon .psd {
    height: 24px;
    width: 21px;
    background: url(../images/mima.png) left center no-repeat;
    top: 10px;
    left: 12px;
    position: absolute;
}

.input_do .input_c {
    height: 24px;
    width: 230px;
    border: none;
    line-height: 24px;
    top: 10px;
    text-indent: 2px;
    position: absolute;
    left: 60px;
    font-size: 14px;
    background: transparent;
}

.submit {
    height: 48px;
    width: 100%;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: block;
    background: #f09e38;
    margin-top: 40px;
}

.submit:hover {
    background: #a57245;
}

.forget {
    padding: 0 40px;
}

.forget a {
    font-size: 16px;
}

.forget a:hover {
    color: #f09e38;
}

@media (max-width: 1791px) {
    .login_box {
        bottom: 16%;
    }
    .login_box h3 {
        text-align: center;
        padding: 22px 0;
    }
    .form {
        padding: 30px 40px 16px;
    }
    .input_do {
        margin-bottom: 20px;
    }
    .submit {
        margin-top: 30px;
    }
    .login_box {
        padding-bottom: 50px;
    }
}

.member_content {
    width: 100%;
    height: 100%;
    background: url(../images/member_bg.jpg) center center no-repeat;
    background-size: cover;
}

.member_show {
    padding: 10px 0 38px;
    background: #fff;
}

.news_list2 {
    width: 100%;
    position: relative;
}

.left_kehu2 {
    width: 372px;
    height: 380px;
    float: right;
}

.left_kehu_top2 {
    height: 80px;
    background: #fff;
}

.left_kehu2 p {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 6px 30px rgba(167, 89, 9, 0.2);
    -moz-box-shadow: 0 6px 30px rgba(167, 89, 9, 0.2);
    box-shadow: 0 6px 30px rgba(167, 89, 9, 0.2);
}

.title_m {
    font-size: 20px;
    color: #666;
    margin-top: 28px;
    position: relative;
    padding-left: 16px;
    float: left;
    margin-bottom: 20px;
}

.title_m::before {
    content: "";
    width: 4px;
    height: 24px;
    background: #f09e38;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.more1.black {
    color: #999;
}

.more1.black:hover {
    border-bottom: 1px dotted #999;
}

.member_desc {
    width: 748px;
    float: left;
}

.desc_info p {
    line-height: 30px;
    word-wrap: break-word;
    margin-bottom: 32px;
}


/*.member_zx{width:100%;padding: 100px 0;background: url(../images/temp/bg7-1.jpg) left center no-repeat;background-size: cover;}
.h3{font-size:24px;color:#333;text-align: center;line-height: 24px;margin-bottom:20px;}
.zx_detail{width:100%;height: 400px;background: url(../images/fg.png) left center no-repeat;padding:80px;overflow: hidden;}
.zx_detail ul{width:480px;float: left;}
.zx_detail ul+ul{margin-left: 80px;}
.zx_detail ul li{position: relative;margin-bottom: 10px;line-height: 32px;font-size:16px;padding-left: 18px;}
.zx_detail ul li i{display: block;width:5px;height: 5px;border-radius: 50%;background: #f09e38;position: absolute;left:0;top:14px;}

.sercive_lc{padding:100px 0;width:100%;background: #f6f6f6;}
.lc_desc{width:100%;background: #fff;-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);}
.lc_desc h3{font-size:24px;color:#333;height: 116px;line-height: 116px;border-bottom: 1px solid #e1e1e1;text-align: center;}
.lc_box{padding: 72px 0;}
.lc_box img{margin: auto;}*/

.member_vip {
    width: 100%;
    background: #fff3dd;
    border-top: 108px solid #fff;
}

.vip_box {
    width: 1200px;
    background: url(../images/bg_member.jpg) left top no-repeat;
    height: 870px;
    overflow: hidden;
    margin-top: -108px;
    z-index: 99;
}

.vip_box h3 {
    width: 350px;
    height: 60px;
    background: #fbd74f;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    color: #986b0d;
    margin: 36px auto 48px;
}

.vip_yx ul li {
    width: 262px;
    height: 308px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(251, 215, 79, 0.2);
    -moz-box-shadow: 0 3px 20px rgba(251, 215, 79, 0.2);
    box-shadow: 0 3px 20px rgba(251, 215, 79, 0.2);
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 36px 20px;
    margin: 0 0 20px 30px;
}

.vip_yx ul li h5 {
    color: #aa6815;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.vip_yx ul li p {
    font-size: 12px;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 44px;
    height: 56px;
}

.vip_yx ul li p font {
    color: #999;
    font-size: 12px;
}

.vip_yx ul li img {
    margin: auto;
}

.score_shop {
    padding: 40px 0 70px;
    background: #fff;
    width: 100%;
}

.member_top {
    height: 80px;
    width: 100%;
}

.duihuan_list li {
    width: 270px;
    float: left;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.duihuan_list li:nth-of-type(4n) {
    margin-right: 0;
}

.d_info {
    padding: 0 20px 20px;
}

.d_info h3 {
    padding: 16px 0 14px;
    color: #333;
    font-size: 16px;
}

.duihuan_list li:hover h3 {
    color: #d38e36;
}

.score span {
    font-size: 16px;
    float: left;
    color: #f09e38;
    display: block;
    line-height: 30px;
}

.score .d {
    display: block;
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 14px;
    background: #f09e38;
    color: #fff;
}

.d:hover {
    background: #d38e36;
}


/*.member_youhui{width:100%;padding: 100px 0;background: url(../images/temp/bg7-2.jpg) left center no-repeat;background-size: cover;}
.youhui_list ul li{width:580px;height: 364px;overflow: hidden;position: relative;float: left;}
.youhui_list ul li+li{margin-left: 40px;}
.youhui_info{position: absolute;right:26px;top:100px;}
.youhui_info h5{font-size:28px;color:#db9946;line-height: 30px;}
.youhui_info span{display: block;margin: 16px 0 46px 0;}
.youhui_info b{display: block;font-size:14px;color:#db9946;}
.youhui_info b font{display: inline-block;color:#db9946;margin-left: 10px;font-family: "iconfont";font-size:24px;vertical-align: middle;}
.youhui_list ul li a:hover b{color:#9c5d0d;font-size:15px;}
.youhui_list ul li a:hover b font{color:#9c5d0d;font-size:25px;}
.member_other{padding: 40px 0 130px;background: #fff;}
.member_other .list li{border-radius: 0; }
.member_other .imgs img{border-radius:0;}
.member_other .list li:hover h3{background: #db9946;color:#fff;border-radius:0;font-size:20px;}*/


/*积分商城*/

.member_center {
    padding: 282px 0 52px;
    background: #efefef;
}

.my_left {
    width: 278px;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.my_left .touxiang {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 20px auto;
}

.my_left .touxiang img {
    max-width: 100%;
}

.userinfo {
    margin-left: 30px;
    line-height: 40px;
    padding-bottom: 30px;
}

.userinfo p {
    font-size: 16px;
}

.userinfo p span {
    color: #db9946;
}

.userinfo .outLogin {
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    background: #db9946;
    color: #FFF;
}

.my_right {
    width: 900px;
    float: right;
}

.person_info {
    width: 100%;
    padding: 40px 40px 36px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 38px;
}

.person_info_top {
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 32px;
}

.touxiang img {
    max-width: 100px;
    border-radius: 100%;
    float: left;
}

.touxiang span {
    font-size: 16px;
    display: block;
    line-height: 30px;
    padding-left: 124px;
    margin-bottom: 6px;
}

.touxiang span.member_name {
    color: #db9946;
    margin-top: 16px;
}

.do_info {
    padding-right: 90px;
}

.do_info a {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
}

.do_info a.address {
    margin-top: 28px;
}

.do_info a i {
    color: #666;
    font-family: "iconfont";
    font-size: 14px;
    margin-right: 6px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.do_info a.address i {
    font-size: 16px;
}

.do_info a:hover,
.do_info a:hover i {
    color: #db9946;
}

.zhanghu_desc {
    width: 100%;
}

.zhanghu_desc dl dd {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 20px;
}

.zhanghu_desc dl dd+dd {
    border-left: 1px solid #e1e1e1;
}

.zhanghu_desc dl dd span {
    color: #db9946;
}

.person_order {
    width: 100%;
    padding: 24px 40px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.person_order h3 {
    padding: 14px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    color: #db9946;
    margin-bottom: 40px;
}

.person_order table {
    width: 100%;
    text-align: center;
}

.person_order table tr th {
    height: 40px;
    vertical-align: middle;
    background: #f9f9f9;
}

.person_order table tr td {
    padding: 20px 0;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
}

.person_order table tr td a {
    color: #db9946;
}

.person_order table tr td a:hover {
    border-bottom: 1px dotted #db9946;
}

.person_order table tr td a.canleno {
    color: #f00;
    font-weight: bold;
}

.pro img {
    max-width: 80px;
    float: left;
}

.pro span {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 32px;
    line-height: 20px;
    max-width: 200px;
}


/*国际服务*/

.international_box {
    padding: 24px 0 80px;
    width: 100%;
}

.box_list {
    width: 100%;
    margin-bottom: 40px;
}

.h5 {
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 0;
    font-size: 18px;
    color: #db9946;
    margin-bottom: 40px;
}

.box_list p {
    line-height: 30px;
    font-size: 16px;
}

.box_list p strong {
    display: inline-block;
    width: 100px;
    color: #db9946;
    font-weight: normal;
}

.service_gj_left {
    width: 560px;
    float: left;
}

.service_gj_left p {
    line-height: 30px;
    word-wrap: break-word;
    margin-bottom: 26px;
}

.service_gj_left p:last-child {
    margin-bottom: 0;
}

.service_gj_right {
    float: right;
    width: 480px;
}


/*会员活动*/

.member_huodong {
    width: 100%;
    padding: 60px 0 100px;
}

.huodong_list li {
    width: 580px;
    height: 400px;
    overflow: hidden;
    float: left;
    margin-right: 38px;
    margin-bottom: 38px;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.huodong_list li:nth-of-type(2n) {
    margin-right: 0;
}

.m_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hd_info {
    background: #fff;
    width: 100%;
}

.hd_info h3 {
    width: 100%;
    position: relative;
    height: 32px;
    overflow: hidden;
    padding: 0 112px 0 18px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #333;
}

.hd_info h3 span {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.hd_info h3 span.ck {
    background: #db9946;
}

.hd_info h3 span.fk {
    background: #f78171;
}

.hd_info h3 span.yh {
    background: #6ecc66;
}

.hd_info h3 span.rdbj {
    background: #f771d6;
}

.hd_info p {
    line-height: 22px;
    font-size: 14px;
    padding: 0 18px;
}

.label {
    width: 104px;
    height: 32px;
    position: absolute;
    right: -20px;
    top: 0;
    text-indent: 26px;
    color: #fff;
    font-size: 14px;
    background: #ffba00;
    line-height: 32px;
}

.label i {
    width: 0;
    height: 0;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.huodong_list li:hover .hd_info h3 {
    color: #db9946;
}

.huodong_list li:hover {
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.label.over {
    background: #eee;
    color: #666;
}


/*会员卡*/

.member_card {
    width: 100%;
    padding: 24px 0 40px;
}

.mc_list1 {
    width: 100%;
}

.mc_list1 p {
    line-height: 30px;
    word-wrap: break-word;
    padding-left: 20px;
}

.mc_list1 p:last-child {
    margin-bottom: 0;
}


/*会员章程*/

.mc_list1 p.t_bg {
    font-weight: bold;
    color: #bd9361;
    background: url(../images/m_r2.png) 0 12px no-repeat;
    padding-left: 21px;
}

.mc_list1 p span {
    display: inline-block;
    height: 4px;
    width: 4px;
    vertical-align: middle;
    margin: 0 10px 0 6px;
    background: #dcc2a3;
    border-radius: 100%;
}

.mc_list1 p img {
    max-width: 822px;
    display: block;
}

.mc_list1 p strong {
    font-weight: bold;
    color: #bd9361;
}

.mc_list1 p font {
    color: #484848;
}


/*加入会员*/

.mc_list1 p.phone {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 22px;
    padding-left: 0;
}

.mc_list1 p.phone i {
    font-size: 18px;
    color: #666;
    font-family: "iconfont";
    display: inline-block;
    margin-right: 8px;
}

.mc_list1 form table {
    width: 822px;
    border: 1px solid #e6e6e6;
}

.mc_list1 form table tr th {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
    text-indent: 20px;
    text-align: left;
    vertical-align: middle;
}

.mc_list1 form table tr td {
    padding: 20px;
    border: 1px solid #e6e6e6;
}

.mc_list1 input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 5px;
}

.mc_list1 .member_input {
    border: 1px solid #e6e6e6;
    width: 168px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
}

#content {
    width: 609px;
    height: 234px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    line-height: 24px;
}

.button {
    width: 100%;
    margin: 20px 0;
    height: 40px;
}

.button .submits {
    width: 180px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-indent: 45px;
    border: 0;
    text-align: left;
    cursor: pointer;
    background: url(../images/m_r2.png) 125px -8px no-repeat #db9946;
    float: left;
}

.button span {
    color: #787878;
    float: left;
    margin-left: 10px;
    line-height: 40px;
}


/*意见反馈*/

.mc_list1 .table2 {
    width: 1200px;
    border: 0;
}

.mc_list1 .table2 tr td {
    border: 0;
    padding: 20px 0;
}

.input_sr {
    width: 540px;
    padding: 20px;
    background: #f6f6f6;
    font-size: 18px;
    color: #999;
    border: 0;
}

#content1 {
    width: 100%;
    height: 240px;
    padding: 30px 20px;
    line-height: 24px;
    background: #f6f6f6;
    border: 0;
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
}

.m_submit {
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 0;
    background: #db9946;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.m_submit:hover {
    background: #a57245;
}

.tan {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.newyemian {
    position: absolute;
    width: 862px;
    left: 50%;
    background: #fff;
    z-index: 10000;
    border-radius: 5px;
    padding: 20px;
    display: none;
}

.newyemian .colshanchu {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    right: 0;
    top: 0;
    color: #333;
    font-size: 22px;
    text-align: center;
    line-height: 64px;
    font-family: "iconfont";
}

.tan_main {
    width: 100%;
}