﻿html {
    height: 100%;
}

html,
body {
    width: 100%;
}

body {
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: text;
    -moz-user-focus: text;
    -moz-user-select: text;
    /* webkit-user-select: none;
    -webkit-font-smoothing: antialiased; */
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div,
dl,
dt,
dd,
input,
button,
label,
ul,
ol,
li,
p,
select,
span,
textarea,
thead,
tfoot,
table,
tr,
td,
figure,
figcaption,
time,
small {
    font-weight: normal;
    margin: 0;
    padding: 0;

}

input,
button {
    font-size: 14px;
}

input,
textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}


div {
    display: block;
}

table {
    border-collapse: collapse;
}

li,
ol,
ul {
    list-style-type: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

em,
cite,
i {
    font-style: normal;
}

button,
input,
textarea,
select {
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    outline-style: none;
    line-height: 1.3333;
    vertical-align: middle;
    background-color: transparent;
}

input[type=date]:before {
    content: attr(placeholder);
    color: #999;
}

input::-webkit-clear-button,
input::-webkit-calendar-picker-indicator {
    display: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a {
    text-decoration: none
}

:focus {
    outline: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    display: block;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    content: '';
}

/* ::-webkit-scrollbar {
    width: 0;
} */

@font-face {
    font-family: 'Porsche Next';
    src: url('../fonts/PorscheNext-Regular.eot');
    src: url('../fonts/PorscheNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PorscheNext-Regular.woff2') format('woff2'),
        url('../fonts/PorscheNext-Regular.woff') format('woff'),
        url('../fonts/PorscheNext-Regular.ttf') format('truetype'),
        url('../fonts/PorscheNext-Regular.svg#PorscheNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SimHei';
    src: url('../fonts/SimHei.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
input,
textarea {
    font-family: Porsche Next, SimHei, Arial, xingothic-sc-w7, STHeiti, SimHei, sans-serif;
}

.all {
    width: 100%;
    padding-bottom: 8.771vw;
}

header {
    width: 100%;
    height: 9%;
    /* background: red; */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

header .logo {
    height: 70%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    cursor: pointer;
}

header .line-left {
    width: 44%;
    height: 1px;
    background: #C8CACB;
    position: absolute;
    left: 1%;
    bottom: 0;
}

header .line-right {
    width: 44%;
    height: 1px;
    background: #C8CACB;
    position: absolute;
    right: 1%;
    bottom: 0;
}

header .my {
    position: absolute;
    right: 17%;
    bottom: 20%;
    cursor: pointer;
}

header .my a {
    color: #151515;
}

header .my .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    /* border: 1px solid #e8e8e8; */
    float: left;
}

header .my .txt {
    font-size: 14px;
    line-height: 30px;
    color: #151515;
    float: left;
    margin-left: 10px;
}

header .lang {
    box-sizing: border-box;
    position: absolute;
    width: 130px;
    height: 35px;
    right: 2%;
    bottom: 16%;
    border: 1px solid #999999;
    border-radius: 35px;
}

header .lang .icon {
    position: absolute;
    width: 20px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

header .lang .txt1 {
    position: absolute;
    left: 45px;
    top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #151515;
    cursor: pointer;
}

header .lang .ties {
    position: absolute;
    width: 1px;
    height: 4px;
    left: 80px;
    top: 50%;
    transform: translate(0, -50%);
    background: #999999;
}

header .lang .txt2 {
    position: absolute;
    left: 90px;
    top: 6px;
    font-size: 15px;
    line-height: 22px;
    color: #151515;
    opacity: 0.4;
    cursor: pointer;
}

footer {
    width: 100%;
    height: 168px;
    position: relative;
    left: 0;
    bottom: 0;
    background: #fff;
    margin-top: 117px;
}

footer .main {
    width: 880px;
    height: 100%;
    margin: 0 auto;
    border-top: 1px solid #C8CACB;
    position: relative;
}

footer .main .logo {
    width: 90.0096px;
    position: absolute;
    left: 10.0032px;
    top: 16.992px;
    display: none;
}

footer .main .copyright {
    position: absolute;
    left: 0;
    bottom: 30.5664px;
    font-size: 12px;
    line-height: 18.0096px;
    color: #999999;
    cursor: pointer;
}

footer .main .txt {
    position: absolute;
    right: 95px;
    top: 23.0016px;
    font-size: 12px;
    line-height: 18.0096px;
    color: #000000;
    cursor: pointer;
}

footer .main .contact {
    position: absolute;
    right: 0;
    top: 23.0016px;
    font-size: 12px;
    line-height: 16.992px;
    color: #151515;
    cursor: pointer;
}

footer .main .contact .tell {
    width: 115px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    text-align: center;
    display: none;
    /* display: inline-block; */
}

.home-ban {
    width: 100%;
}

.home-tit {
    width: 100%;
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    color: #151515;
    margin-top: 60px;
}

.home-data {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #999999;
    text-align: center;
    margin-top: 18px;
}

.home-line {
    width: 60px;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}

.home-txts {
    width: 100%;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    color: #151515;
    margin-top: 20px;
}

.home-btn {
    width: 268px;
    height: 60px;
    background: #D5001C;
    margin: 0 auto;
    margin-top: 93px;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.home-btn .arr {
    width: 10px;
    position: absolute;
    left: 88px;
    top: 50%;
    transform: translate(0, -50%);
}

.home-sub {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #151515;
    margin-top: 30px;
}

.my-h1 {
    width: 100%;
    font-size: 32.0064px;
    line-height: 45.0048px;
    text-align: center;
    color: #151515;
    padding-top: 8%;
    font-weight: bold;
}

.my-form {
    width: 500.0064px;
    margin: 0 auto;
    margin-top: 49.9968px;
}

.my-form .top {
    width: 100%;
    height: 49.9968px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    position: relative;
}

.my-form .top span {
    width: 50%;
    height: 100%;
    font-size: 18.0096px;
    text-align: center;
    line-height: 49.9968px;
    display: block;
    float: left;
    cursor: pointer;
    font-weight: bold;
}

.my-form .top .line {
    width: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #151515;
    transition: all .2s;
}

.my-form .regin {
    width: 92%;
    margin: 0 auto;
    margin-top: 20.0064px;
}

.my-form-tit {
    width: 100%;
    font-size: 12px;
    line-height: 20.0064px;
    color: #555;
    margin-top: 20px;
    display: block;
}

.ent-box {
    width: 100%;
    height: 48px;
    border: 1px solid #151515;
    margin-top: 42.0096px;
    position: relative;
}

.ent-box .tip-txt {
    font-size: 14.9952px;
    color: #999;
    padding: 5.76px;
    background: #fff;
    position: absolute;
    left: 3%;
    top: 7.68px;
    transition: all .5s;
}

.ent-box.act .tip-txt {
    top: -17.28px;
}

.ent-box.err {
    border: 1px solid #D5001C;
}

.ent-box.err .int-err {
    display: block;
}

.ent-box.err .tip-txt {
    top: -17.28px;
}

.int-err {
    font-size: 14.9952px;
    color: #D5001C;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}

.intput {
    width: 96%;
    height: 48px;
    font-size: 14.9952px;
    color: #151515;
    padding-left: 4%;
    position: relative;
    z-index: 9;
}

.gende {
    width: 101%;
    height: 42.0096px;
    margin-top: 39.9936px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.gende .tit {
    font-size: 16px;
    color: #999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.gende.err .tit {
    color: #D5001C;
}

.gende .kg1 {
    width: 15.9936px;
    height: 15.9936px;
    border: 1px solid #151515;
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.gende .kg1.on {
    background: #D5001C;
    border: 1px solid #D5001C;
}

.gende .kg1 img {
    width: 95%;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translate(-50%, 0);
    display: none;
}

.gende .kg1.on img {
    display: block;
}

.gende .man {
    font-size: 17px;
    color: #555;
    position: absolute;
    left: 63%;
    top: 50%;
    transform: translate(0, -50%);
}

.gende .kg2 {
    width: 15.9936px;
    height: 15.9936px;
    border: 1px solid #151515;
    position: absolute;
    left: 89.5%;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.gende .kg2.on {
    background: #D5001C;
    border: 1px solid #D5001C;
}

.gende .kg2.on img {
    display: block;
}

.gende .kg2 img {
    width: 95%;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translate(-50%, 0);
    display: none;
}

.gende .wom {
    font-size: 17px;
    color: #555;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.my-btn {
    width: 100.7%;
    height: 60px;
    background: #D5001C;
    position: relative;
    margin-top: 60px;
    margin-bottom: 39.9936px;
    cursor: pointer;
}

.my-btn .arr {
    width: 12px;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translate(0, -50%);
}

.my-btn .txt {
    font-size: 18.0096px;
    color: #fff;
    position: absolute;
    left: 19%;
    top: 50%;
    transform: translate(0, -50%);
}

.regin .other-btn {
    font-size: 15px;
    color: #555;
    margin-left: 12%;
    cursor: pointer;
    text-decoration-line: underline;
}

.regin .other-btn a {
    color: #555;
}

.page-h1 {
    width: 100%;
    font-size: 32px;
    color: #151515;
    padding-top: 8%;
    text-align: center;
}

.proxy-form {
    width: 500px;
    margin: 0 auto;
}

.popup {
    background: #D5001C;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    /* border-radius: 0.521vw; */
    font-size: 19.2px;
    color: #fff;
    text-align: center;
    padding: 15.36px 19.2px;
    display: none;
}

.my-form .login {
    width: 92%;
    margin: 0 auto;
    margin-top: 20.0064px;
    display: none;
}

.getcode {
    font-size: 15px;
    color: #D5001C;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 99;
}

.getcode.disabled {
    color: #ccc;
}

/* 完善参会信息 */
.imin-top {
    width: 100%;
    height: 219.999994px;
    background: #fff;
    padding-top: 99.9936px;
    box-shadow: 0px 0px 8px rgba(21, 21, 21, 0.12);
}

.imin-top .main {
    width: 885.200006px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.imin-top .main .tit {
    font-size: 32.000006px;
    color: #151515;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2.083333vw;
}

.imin-top .main .pross {
    width: 100%;
    height: 1px;
    background: #ECECEC;
    position: absolute;
    left: 0;
    top: 138.999994px;
}

.imin-top .main .pross span {
    width: 25%;
    height: 1px;
    background: #151515;
    position: absolute;
    left: 0;
    top: 0;
}

.imin-top .main .nums {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 103.479994px;
}

.imin-top .main .nums.on {
    color: #151515;
}

.imin-top .main .nums.n1 {
    left: 0;
}

.imin-top .main .nums.n2 {
    left: 282.800006px;
}

.imin-top .main .nums.n3 {
    left: 502.8px;
}

.imin-top .main .nums.n4 {
    left: 722.799994px;
}

.imin-top .main .txt {
    font-size: 15.999994px;
    color: #999;
    position: absolute;
    top: 158.000006px;
}

.imin-top .main .txt.on {
    color: #151515;
}

.imin-top .main .txt.txt1 {
    left: 0;
}

.imin-top .main .txt.txt2 {
    left: 282.800006px;
}

.imin-top .main .txt.txt3 {
    left: 502.8px;
}

.imin-top .main .txt.txt4 {
    left: 722.799994px;
}

.imin-box {
    width: 770.000006px;
    margin: 0 auto;
    margin-top: 39.999994px;
    padding: 60px 56.000006px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(21, 21, 21, 0.12);
    position: relative;
}

.bdbom {
    border-bottom: 1px solid #ccc;
}

.bd-chose {
    width: 100%;
}

.bd-tit {
    width: 100%;
    font-size: 14.000006px;
}

.bd-tit.err {
    color: #D5001C;
}

.bd-cm {
    width: 100%;
    height: 60px;
    margin-top: 9.999994px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.bd-cm .cbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.bd-cm .cbox .kuang {
    width: 15.9936px;
    height: 15.9936px;
    border: 1px solid #151515;
}

.bd-cm .cbox.on .kuang {
    background: #D5001C;
    border: 1px solid #D5001C;
}

.bd-cm .cbox .kuang img {
    width: 95%;
    display: none;
}

.bd-cm .cbox.on .kuang img {
    display: block;
}

.bd-cm .cbox .txt {
    font-size: 16px;
    color: #151515;
    margin-left: 9.999994px;
}

.bd-cm .cbox .txt i {
    font-size: 14.000006px;
    color: #999;
}

.bd-cm._6 .cbox {
    margin-right: 50px;
}

.bd-cm._5 .cbox {
    margin-right: 38.4px;
}

.bd-cm._4 .cbox {
    margin-right: 115.2px;
}

.bd-cm._3 .cbox {
    margin-right: 192px;
}

.bd-cm._2 .cbox {
    margin-right: 172.8px;
}

.bd-cm .cbox:last-child {
    margin-right: 0;
}

.bd-sub {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.bd-sub .bd-sub-box {
    width: 335.000006px;
    float: left;
    position: relative;
}

.bd-sub .bd-sub-box:nth-child(2n) {
    width: 335.000006px;
    float: right;
}

.errtxt {
    font-size: 16px;
    color: #D5001C;
    position: absolute;
    left: 15px;
    top: 49px;
    /* display: none; */
}

.bd-input {
    width: 97%;
    height: 60px;
    border: 1px solid #151515;
    font-size: 16px;
    color: #151515;
    padding-left: 2%;
    margin-top: 9.999994px;
}

.bd-input.err {
    border: 1px solid #D5001C;
}

.bd-textarea {
    width: 97%;
    height: 136.8px;
    border: 1px solid #151515;
    font-size: 16px;
    color: #151515;
    padding: 1%;
    margin-top: 9.999994px;
    resize: none;
}

.bd-textarea.bdad {
    height: 60px;
    /* padding: 0; */
}

.bd-textarea.err {
    border: 1px solid #D5001C;
}

.icon-arr {
    width: 19.2px;
    position: absolute;
    right: 24.999994px;
    bottom: 23.840006px;
}

.im-btns {
    width: 770.000006px;
    margin: 0 auto;
    margin-top: 39.999994px;
    padding: 40.8px 56.000006px;
    position: relative;
}

.im-btn-next {
    width: 221.000006px;
    height: 60px;
    background: #D5001C;
    cursor: pointer;
    position: absolute;
    left: 58px;
    bottom: 0;
    border: 1px solid #D5001C;
}

.im-btn-next .arr {
    width: 12px;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translate(0, -50%);
}

.im-btn-next .txt {
    font-size: 18.0096px;
    color: #fff;
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translate(0, -50%);
}

.im-btn-prev {
    width: 159.999994px;
    height: 60px;
    font-size: 18.0096px;
    color: #555;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: absolute;
    left: 58px;
    bottom: 0;
    border: 1px solid #C8CACB;
}

.xingchen {
    width: 885.200006px;
    height: 50.000006px;
    margin: 39.999994px auto;
    position: relative;
}

.xingchen .tit {
    font-size: 18px;
    color: #151515;
    line-height: 50.000006px;
    font-weight: bold;
}

.xingchen .rig {
    width: 243.999994px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ECECEC;
    border: 1px solid #ECECEC;
    border-radius: 24px;
    overflow: hidden;
}

.xingchen .rig .cri {
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 24px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.xingchen .rig.on .cri {
    left: 50%;
}

.xingchen .rig .tbx {
    width: 50%;
    height: 100%;
    font-size: 14.000006px;
    color: #555;
    float: left;
    text-align: center;
    line-height: 50.000006px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.xingchen .rig .tbx.tbx1 {
    font-weight: bold;
}

.xingchen .rig.on .tbx.tbx1 {
    font-weight: normal;
}

.xingchen .rig.on .tbx.tbx2 {
    font-weight: bold;
}

.xc-tit {
    width: 100%;
    font-size: 18px;
    color: #151515;
    font-weight: bold;
    margin-bottom: 39.999994px;
}

.slide-bar {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    right: 1%;
    top: 10%;
    padding: 19.2px 38.4px;
    z-index: 99;
}

.slide-bar .tat {
    position: relative;
    font-size: 14.000006px;
    color: #151515;
    font-weight: bold;
    margin-top: 26.000006px;
}

.slide-bar .tat .line {
    width: 8.000006px;
    height: 3.999994px;
    background: #C8CACB;
    border-radius: 2.000006px;
    position: absolute;
    left: -19.599994px;
    top: 50%;
    transform: translate(0, -50%);
}

.slide-bar .ote {
    font-size: 12px;
    color: #999;
    margin: 9.999994px 0;
}

.ii3-ban {
    width: 882.080064px;
    margin: 0 auto;
    margin-top: 39.999994px;
    position: relative;
    box-shadow: 0px 2px 4px rgb(21 21 21 / 12%);
}

.ii3-ban .bg {
    width: 100%;
    display: block;
}

.ii3-ban .txt {
    font-size: 14.000006px;
    color: #151515;
    position: absolute;
    right: 56.000006px;
    bottom: 15.999994px;
}

.ii-ok {
    width: 80.000006px;
    padding-top: 15%;
    margin: 0 auto;
    display: block;
}

.ii-txt1 {
    width: 100%;
    font-size: 18px;
    color: #151515;
    font-weight: bold;
    margin-top: 39.999994px;
    text-align: center;
    display: block;
}

.ii-txt2 {
    width: 100%;
    font-size: 14.000006px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 39.999994px;
    text-align: center;
    display: block;
}

.ii-btn {
    width: 159.999994px;
    height: 60.999994px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #C8CACB;
    font-size: 18px;
    color: #555;
    text-align: center;
    line-height: 60.999994px;
    margin: 0 auto;
    cursor: pointer;
}

.ii-edit {
    font-size: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #151515;
    margin-top: 20px;
    display: block;
}

.home-page-1 {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page-1 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

.home-page-1 .box .icon {
    width: 15.999994px;
}

.home-page-1 .box .txt {
    font-size: 12px;
    color: #151515;
    margin-left: 6px;
    position: relative;
}

.home-page-1 .box .txt a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.home-page-2 {
    width: 880px;
    margin: 72px auto;
    overflow: hidden;
    /* background: #000000; */
}

.home-page-2 .box {
    width: calc((100% - 60px) / 3);
    height: 200.000006px;
    float: left;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    cursor: pointer;
}

.home-page-2 .box:nth-child(2),
.home-page-2 .box:nth-child(5) {
    margin: 0 30px;
}

.home-page-2 .box .icon {
    width: 36.999994px;
    position: absolute;
    left: 39.24px;
    top: 33.999994px;
}

.home-page-2 .box .txt {
    font-size: 24px;
    color: #151515;
    font-weight: bold;
    position: absolute;
    left: 35.000006px;
    top: 93px;
}

.home-page-2 .box.dis .txt {
    color: #C8CACB;
}

.home-page-2 .box.dis .tip {
    font-size: 18px;
    color: #C8CACB;
    position: absolute;
    left: 35.000006px;
    top: 135px;
}

.home-page-2 .box.online:hover {
    background: #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
}

.center-ban {
    width: 999.999994px;
    display: block;
    margin: 0 auto;
    padding-top: 159.999994px;
    position: relative;
}

.center-ban .ban {
    width: 100%;
}

.center-ban .peo {
    width: 99.999994px;
    height: 99.999994px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 50.000006px;
    position: absolute;
    left: 50%;
    bottom: -39.999994px;
    transform: translate(-50%, 0);
}

.center-ban .peo .box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100%;
}

.center-ban .peo .box .demo {
    width: 35.000006px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.center-ban .peo .box #upimg {
    width: 170%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.center-ban .peo .edit {
    width: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.center-name {
    width: 100%;
    font-size: 24px;
    color: #151515;
    text-align: center;
    margin-top: 54px;
}

.center-loginout {
    width: 880px;
    height: 62px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.center-loginout .out {
    font-size: 18px;
    color: #151515;
    float: right;
    cursor: pointer;
}

.center-main {
    width: 880px;
    height: 453.999994px;
    margin: 0 auto;
    margin-top: 69.999994px;
    /* background: red; */
    position: relative;
}

.center-main .left {
    width: 330px;
    height: 453.999994px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(21, 21, 21, 0.12);
    position: absolute;
    left: 0;
    top: 0;
}

.center-main .right {
    width: 519.999994px;
    height: 453.999994px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(21, 21, 21, 0.12);
    position: absolute;
    right: 0;
    top: 0;
}

.center-main .left .tit {
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: bold;
}

.center-main .left .line {
    width: 290.000006px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 63.999994px;
    background: #ECECEC;
}

.center-main .left .xcb-box {
    width: 290.000006px;
    position: absolute;
    left: 20px;
    top: 93.999994px;
}

.xcb-box .xcb {
    width: 100%;
    overflow: hidden;
}

.xcb .icon {
    width: 24px;
    float: left;
}

.xcb .dot {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #999;
    float: left;
}

.xcb .txt1 {
    width: 49%;
    font-size: 18px;
    float: left;
    margin-left: 12px;
}

.xcb .txt2 {
    font-size: 15px;
    float: left;
    margin-left: 12px;
    line-height: 24px;
    margin-top: 3px;
}

.xcb-line {
    height: 27px;
    border-left: 1px solid #C8CACB;
    margin-left: 11px;
    margin-top: 8px;
    margin-bottom: 8px
}

.xcb-line .txt {
    font-size: 12px;
    color: #999;
    margin-left: 23px;
    display: block;
}

.center-main .right .tit {
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: bold;
}

.center-main .right .line {
    width: 480px;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 63.999994px;
    background: #ECECEC;
}

.center-main .right .btn-edit {
    width: 111.999994px;
    height: 32.000006px;
    box-sizing: border-box;
    position: absolute;
    left: 387.999994px;
    top: 17.000006px;
    border: 1px solid #ECECEC;
    border-radius: 15.999994px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.center-main .right .btn-edit .icon {
    width: 9.999994px;
}

.center-main .right .btn-edit .txt {
    font-size: 14.000006px;
    color: #151515;
    margin-left: 9.999994px;
}

.center-main .right .job {
    font-size: 14.000006px;
    position: absolute;
    left: 200px;
    top: 84.999994px;
}

.center-main .right .name-cn {
    font-size: 20px;
    color: #151515;
    position: absolute;
    left: 20px;
    top: 135px;
}

.center-main .right .name-en {
    font-size: 15px;
    color: #999;
    position: absolute;
    left: 20px;
    top: 171px;
}

.center-main .right .tel {
    font-size: 14.000006px;
    position: absolute;
    left: 200px;
    top: 138.999994px;
}

.center-main .right .birthday {
    font-size: 14.000006px;
    position: absolute;
    left: 200px;
    top: 168.999994px;
}

.center-main .right .ids {
    font-size: 14.000006px;
    position: absolute;
    left: 200px;
    top: 198.999994px;
}

.center-main .right .commpany-email {
    font-size: 14.000006px;
    position: absolute;
    left: 200px;
    top: 228.999994px;
}

.center-main .right .address {
    font-size: 14.000006px;
    position: absolute;
    left: 200px;
    top: 273.999994px;
}

.sub-main {
    width: 100%;
    padding-top: 8%;
    /* padding-bottom: 200px; */
}

.sub-main .sm {
    width: 880px;
    margin: 0 auto;
}

.sm .back {
    width: 18px;
    display: block;
    margin-left: 15.759994px;
    cursor: pointer;
}

.sm h1 {
    font-size: 32.000006px;
    color: #151515;
    margin-top: 24.999994px;
}

.sm .txts {
    width: 100%;
    font-size: 12px;
    color: #555;
    margin-top: 35.000006px;
    line-height: 28.8px;
}

.sm .img {
    width: 100%;
    margin-top: 35.000006px;
}

.sm-ban {
    width: 999.999994px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.sm-ban img {
    width: 100%;
}

.sm-ban .txt {
    width: 576.800006px;
    position: absolute;
    left: 360px;
    bottom: 24.999994px;
    font-size: 12px;
    color: #151515;
}

.smm {
    width: 880px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.smm h1 {
    font-size: 32.000006px;
    color: #151515;
    margin-top: 24.999994px;
}

.smm .hotel {
    width: 100%;
    margin-top: 24.999994px;
    position: relative;
}

.smm .hotel.hotel2 {
    margin-top: 80px;
}

.smm .hotel .h-name {
    font-size: 24px;
    color: #151515;
    font-size: 24px;
    margin-top: 24.999994px;
    display: block;
}

.smm .hotel .h-ads {
    font-size: 12px;
    margin-top: 12.999994px;
    color: #151515;
    display: block;
}

.smm .hotel .h-r {
    width: 399.999994px;
    height: 28.8px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
}

.smm .hotel .h-r .txt {
    font-size: 12px;
    color: #555;
    position: absolute;
    left: 39.200006px;
    top: 50%;
    transform: translate(0, -50%);
}

.smm .hotel .h-r .whr {
    font-size: 12px;
    color: #555;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.smm .info-txt {
    width: 82%;
    font-size: 12px;
    color: #151515;
    margin-top: 30px;
}

.smm .img {
    width: 90%;
    /* margin: 0 auto; */
    margin-top: 36px;
    display: block;
}

.sm .jytxt {
    font-size: 14.000006px;
    color: #151515;
    line-height: 24.999994px;
    margin-top: 30px;
    display: block;
}

.sm .textarea {
    width: 100%;
    height: 189.999994px;
    font-size: 15px;
    color: #151515;
    border: 1px solid #151515;
    margin-top: 50.000006px;
    resize: none;
    padding-top: 1%;
    padding-left: 1%;
    box-sizing: border-box;
}

.sm-btn {
    width: 221.000006px;
    height: 60px;
    background: #D5001C;
    cursor: pointer;
    position: relative;
    border: 1px solid #D5001C;
    margin-top: 20px;
}

.sm-btn .arr {
    width: 12px;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translate(0, -50%);
}

.sm-btn .txt {
    font-size: 18.0096px;
    color: #fff;
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translate(0, -50%);
}

.sm-info {
    width: 100%;
    margin-top: 30px;
}

.sm-info .si-list {
    width: 100%;
    height: 39.999994px;
    border-bottom: 1px solid #C8CACB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #151515;
    cursor: pointer;
    font-weight: bold;
}

.sm-info .sl {
    width: 100%;
    font-size: 14.000006px;
    color: #151515;
    margin-top: 20px;
    overflow: hidden;
    display: none;
}

.sm-info .sl .sltxt {
    float: left;
    color: #555;
    margin-right: 90px;
}

.sm-info .sl .sltxt span {
    margin-left: 20px;
}

.sm-info.on .si-list {
    border-bottom: 1px solid #D5001C;
}

.sm-info.on .sl {
    display: block;
}

.mon-tags {
    width: 100%;
    height: 35px;
    text-align: center;
    margin-top: 25px;
}

.mon-tags .tag {
    width: 160px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #151515;
    border-radius: 22px;
    display: inline-block;
    font-size: 15px;
    color: #999;
    text-align: center;
    line-height: 33px;
    margin: 0 14px;
    cursor: pointer;
}

.mon-tags .tag:hover,
.mon-tags .tag.on {
    color: #000;
}

.mon-box {
    width: 100%;
    margin-top: 65px;
    overflow: hidden;
}

.mon-box .imgsec {
    width: 285px;
    height: 154px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mon-box .imgsec img {
    width: 100%;
}

.mon-box .imgsec:nth-child(3n) {
    margin-right: 0;
}

.wapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 999;
    display: none;
}

.wapper .close {
    width: 40px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.wapper .prev {
    width: 30px;
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.wapper .next {
    width: 30px;
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.wapper .show-img {
    width: 795px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wapper .show-img img {
    width: 100%;
    display: block;
}

.wapper .show-img .nums {
    width: 100%;
    font-size: 20px;
    color: #999;
    text-align: center;
    margin-top: 45px;
}

.inputUpload {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 315px;
}

footer .lang {
    box-sizing: border-box;
    position: absolute;
    width: 130px;
    height: 35px;
    left: 50%;
    bottom: 22%;
    transform: translate(-50%, 0);
    border: 1px solid #999999;
    border-radius: 35px;
    display: none;
}

footer .lang .icon {
    position: absolute;
    width: 20px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

footer .lang .txt1 {
    position: absolute;
    left: 45px;
    top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

footer .lang .ties {
    position: absolute;
    width: 1px;
    height: 4px;
    left: 80px;
    top: 50%;
    transform: translate(0, -50%);
    background: #999999;
}

footer .lang .txt2 {
    position: absolute;
    left: 90px;
    top: 6px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    opacity: 0.4;
    cursor: pointer;
}

header .back {
    display: none;
}

.im-btn-next.ibn {
    left: 245px;
}

.sm h1 .close {
    display: none;
}

.wap {
    display: none;
}

.smm .hotel.hotel2 {
    margin-top: 20px;
}

.smm .hotel .h-r.hr2 {
    top: 35px;
}

.smm .hotel .h-r.hr3 {
    top: 69px;
}

.homepage-top {
    width: 100%;
    position: relative;
}

.homepage-top .bg {
    width: 100%;
}

.homepage-top .anv {
    width: 30px;
    position: absolute;
    top: 10%;
    right: 6%;

}

.homepage-top .logo {
    width: 25%;
    position: absolute;
    left: 4%;
    bottom: -18%;
}

.center-header {
    width: 100%;
    height: 66px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid #ccc;
}

.center-header .logo {
    width: 18%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

.center-header .close {
    width: 28px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 2;
    display: none;
}

.orr {
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 69%;
    transform: translate(-50%, -50%);
}

.bg-white {
    background: #fff;
}

.was {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.was .imgss {
    width: 30%;
    display: block;
    float: left;
}

.was .txt-box {
    width: 65%;
    height: 99%;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px solid #c0c0c0;
}

.was .txt-box span {
    font-size: 24px;
    color: #000;
}

.question {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.question .title {
    width: 100%;
    border-bottom: 1px solid #D5001C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #151515;
    cursor: pointer;
    font-weight: bold;
}

.question .options {
    width: 100%;
    margin-top: 10px;
}

.question .options .opt {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.question .options .opt .radio {
    width: 32px;
    height: 30px;
    background: url(../images/checkbox-off.png) no-repeat;
    float: left;
    cursor: pointer;
}

.question .options .opt .radio.active {
    background: url(../images/checkbox-on.png) no-repeat;
}

.question .options .opt .text {
    float: left;
    margin-left: 20px;
    line-height: 30px;
}

@media screen and (min-width: 551px) {
    footer .main .contact:hover .tell {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    header {
        height: 60px;
        background: #fff;
    }

    header .logo {
        width: 70px;
        height: auto;
        background: #fff;
        border: 1px solid #ccc;
        border-top: 0;
        padding: 20px 15px;
        left: 4%;
        top: 0;
        transform: translate(0, 0);
    }

    header .line-left,
    header .line-right {
        display: none;
    }

    header .my {
        display: none;
    }

    header .lang {
        width: 98px;
        height: 30px;
        right: 18px;
        top: 50%;
        bottom: auto;
        transform: translate(0, -50%);
    }

    header .lang .icon {
        width: 16px;
        left: 8px;
    }

    header .lang .txt1,
    header .lang .txt2 {
        font-size: 12px;
        top: 3px;
    }

    header .lang .txt1 {
        left: 32px;
    }

    header .lang .txt2 {
        left: 71px;
    }

    header .lang .ties {
        left: 62px;
    }

    header .bom-line {
        width: 100%;
        height: 1px;
        background: linear-gradient(270deg, rgba(234, 234, 234, 0) 0%, #EAEAEA 49.84%, rgba(234, 234, 234, 0) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    header.noindex .logo {
        padding: 0;
        top: 50%;
        transform: translate(0, -50%);
        border: 0;
    }

    header.noindex .back {
        width: 2.5%;
        position: absolute;
        left: 4%;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
    }

    header.noindex .logo {
        left: 15%;
    }

    .home-ban {
        padding-top: 60px;
    }

    .home-tit {
        font-size: 24px;
        margin-top: 35px;
        font-weight: bold;
    }

    .home-line {
        margin-top: 5px;
    }

    .home-data {
        margin-top: 14px;
    }

    .home-btn {
        margin-top: 50px;
    }

    footer {
        display: contents;
        margin-top: 60px;
    }

    footer .main {
        width: 100%;
        height: 84px;
        background: #060606;
    }

    footer .main .logo {
        width: 100px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    footer .lang {
        display: block;
    }

    .my-h1 {
        display: none;
    }

    .my-form {
        width: 88%;
        margin-top: 60px;
    }

    .my-form .top span {
        font-size: 16px;
    }

    .intput {
        font-size: 12px;
    }

    .ent-box .tip-txt {
        font-size: 12px;
        top: 10.68px
    }

    .gende .tit {
        font-size: 14px;
    }

    .gende .man,
    .gende .wom {
        font-size: 14px;
    }

    .gende .kg1 {
        width: 12px;
        height: 12px;
    }

    .gende .kg2 {
        width: 12px;
        height: 12px;
        left: 87.5%;
    }

    .my-btn {
        margin-bottom: 20px;
    }

    .my-btn .txt {
        font-size: 16px;
    }

    .my-btn .arr {
        width: 9px;
    }

    .regin .other-btn {
        font-size: 14px;
    }

    .int-err {
        font-size: 12px;
    }

    .page-h1 {
        padding-top: 100px;
        font-size: 22px;
        font-weight: bold;
    }

    .proxy-form {
        width: 88%;
        padding-bottom: 30px;
    }

    .ent-box {
        margin-top: 30px;
    }

    .getcode {
        font-size: 13px;
    }

    .popup {
        font-size: 16px;
    }

    .imin-top {
        height: 115px;
        box-shadow: none;
        padding-top: 80px;
        position: relative;
        z-index: 3;
    }

    .imin-top .main {
        width: 88%;
    }

    .imin-top .main .tit {
        font-size: 20px;
    }

    .imin-top .main .txt {
        /* width: 25%; */
        /* text-align: center; */
        top: 70px;
        font-size: 16px;
    }

    .imin-top .main .nums {
        display: none;
    }

    .imin-top .main .txt.txt2 {
        left: 30%;
    }

    .imin-top .main .txt.txt3 {
        left: 60%;
    }

    .imin-top .main .txt.txt4 {
        left: 90%;
    }

    .imin-top .main .pross {
        height: 2px;
        top: 115px;
    }

    .imin-top .main .pross span {
        height: 2px;
    }

    .imin-box {
        width: 88%;
        padding: 28px 0;
    }

    .bd-chose {
        width: 88%;
        margin: 0 auto;
    }

    .bd-cm {
        height: 50px;
    }

    .bd-cm .cbox .txt {
        font-size: 14px;
    }

    .bd-cm .cbox .kuang {
        width: 12px;
        height: 12px;
    }

    .bd-cm._3 .cbox {
        margin-right: 50px;
    }

    .bd-sub {
        width: 88%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .bd-sub .bd-sub-box {
        width: 100%;
    }

    .bd-input {
        height: 50px;
        font-size: 12px;
    }

    .bd-sub .bd-sub-box:nth-child(2n) {
        width: 100%;
        margin-top: 20px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 100%;
    }

    .errtxt {
        font-size: 14px;
        top: 45px;
    }

    .bd-cm._4 {
        display: block;
        /* overflow: hidden; */
        margin-top: 20px;
        padding-bottom: 12px;
    }

    .bd-cm._4 .cbox {
        margin-right: 0;
        display: block;
        /* overflow: hidden; */
        float: left;
        margin-right: 100px;
        margin-bottom: 10px;
    }

    .bd-cm._4 .cbox .kuang {
        width: 12px;
        height: 12px;
        display: block;
        float: left;
    }

    .bd-cm._4 .cbox .txt {
        float: left;
        margin-top: -2px;
    }

    .bd-cm._4 .cbox:nth-child(2n) {
        margin-right: 0;
    }

    .bd-cm._5 {
        height: 70px;
        display: block;
        /* overflow: hidden; */
        margin-top: 20px;
        padding-bottom: 12px;
    }

    .bd-cm._5 .cbox {
        margin-right: 0;
        display: block;
        /* overflow: hidden; */
        float: left;
        margin-right: 70px;
        margin-bottom: 10px;
    }

    .bd-cm._5 .cbox .kuang {
        width: 12px;
        height: 12px;
        display: block;
        float: left;
    }

    .bd-cm._5 .cbox .txt {
        float: left;
        margin-top: -2px;
    }

    .bd-cm._5 .cbox:nth-child(2n) {
        margin-right: 0;
    }

    .bd-cm._5 .cbox:nth-child(4) {
        margin-right: 0;
        margin-left: 28px;
    }

    .bd-cm._6 .cbox {
        margin-right: 18px;
    }

    .bd-cm._6 .cbox .txt {
        margin-left: 3px;
    }

    .bd-textarea.bdad {
        height: 90px;
    }

    .im-btns {
        width: auto;
        margin-top: 0;
    }

    .im-btn-next {
        width: 188px;
        height: 56px;
        left: 42px;
    }

    .im-btn-next .txt {
        font-size: 16px;
    }

    .im-btn-next .arr {
        width: 9px;
    }

    .slide-bar {
        width: 88%;
        padding: 0;
        top: 19%;
        display: none;
        right: 0;
        padding-left: 12%;
        /* box-shadow: 0px 2px 4px rgb(21 21 21 / 12%); */
    }

    .xingchen {
        width: 88%;
        height: 40px;
    }

    .xingchen .tit {
        line-height: 40px;
    }

    .xingchen .rig {
        width: 188px;
    }

    .xingchen .rig .tbx {
        font-size: 13px;
        line-height: 40px;
    }

    .xc-tit {
        width: 88%;
        display: block;
        margin: 0 auto;
    }

    .im-btn-prev {
        width: 105px;
        height: 56px;
        left: 42px;
        font-size: 16px;
    }

    .im-btn-next.ibn {
        width: 165px;
        left: 166px;
    }

    .slide-tap {
        background: #ececec;
        position: absolute;
        right: 0;
        top: 9px;
        overflow: hidden;
        padding: 5px 10px;
    }

    .slide-tap .txts {
        font-size: 14px;
        color: #555;
        /* display: block; */
        float: left;
    }

    .slide-tap .arr {
        width: 12px;
        display: block;
        float: right;
        margin-top: 6px;
        margin-left: 5px;
    }

    .slide-tap.on .arr {
        transform: rotate(180deg);
    }

    .ii3-ban {
        width: 88%;
    }

    .ii3-ban .txt {
        font-size: 12px;
        color: #999;
        right: 20px;
        bottom: 1px;
    }

    .bd-cm._2.room-share .cbox {
        margin-right: 91px;
    }

    .bd-cm._2.room-share .cbox:nth-child(2) {
        margin-right: 0;
    }

    .bd-textarea {
        font-size: 12px;
    }

    .ii-ok {
        width: 58px;
        padding-top: 98px;
    }

    .ii-txt1 {
        font-size: 16px;
    }

    .ii-txt2 {
        font-size: 12px;
    }

    .ii-btn {
        width: 140px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    .ii-edit {
        font-size: 12px;
    }

    .sub-main {
        padding-top: 0;
    }

    .sub-main .sm {
        width: 88%;
        padding-bottom: 100px;
    }

    .sm .img {
        padding-bottom: 35px;
    }

    .sm .back {
        display: none;
    }

    .sm h1 {
        font-size: 25px;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 16px 0;
        position: relative;
        font-weight: bold;
    }

    .sm h1 .close {
        width: 28px;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .sm .txts {
        line-height: 18px;
    }

    .sm-ban {
        width: 100%;
        margin-top: 0;
    }

    .sm-ban .txt {
        width: 88%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block;
    }

    .smm {
        width: 88%;
        margin-top: 0;
        padding-bottom: 50px;
    }

    .smm .img {
        width: 100%;
        margin: 0 auto;
        margin-top: 36px;
    }

    .smm .info-txt {
        width: 100%;
    }

    .smm .hotel {
        height: auto;
    }

    .smm .hotel .h-name {
        font-size: 20px;
    }

    .smm .hotel .h-r {
        width: 100%;
    }

    .smm .hotel .h-r .txt {
        left: 0;
    }

    .smm .hotel .h-r.hr1 {
        top: 70px;
    }

    .smm .hotel .h-r.hr2 {
        top: 105px;
    }

    .smm .hotel .h-r.hr3 {
        top: 140px;
    }

    .sm h1.waptxt {
        font-size: 16px;
        border-bottom: 0;
        font-weight: normal;
    }

    .sm-btn {
        width: 100%;
    }

    .sm-btn .arr {
        left: 8%;
    }

    .sm-btn .txt {
        left: 18%;
    }

    .sm .textarea {
        margin-top: 20px;
    }

    .sm-info .si-list {
        font-size: 16px;
        justify-content: center;
    }

    .sm-info .si-list{
        border-bottom: 1px solid #D5001C
    }

    .sm-info .si-list i {
        display: none;
    }

    .sm-info .sl {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
        display: block;
    }

    .sm-info .sl.sl-1 {
        width: 93%;
    }

    .sm-info .sl.sl-2 {
        width: 93%;
    }

    .sm-info .sl.sl-4 {
        width: 93%;
    }


    .sm .jytxt {
        font-size: 13px;
    }

    .mon-tags {
        height: 58px;
        border-bottom: 1px solid #ccc;
        margin-top: 0;
    }

    .mon-tags .tag {
        width: auto;
        height: 58px;
        line-height: 58px;
        border: 0;
        margin: 0 17px;
    }

    .mon-tags .tag:nth-child(1) {
        margin-left: 0;
    }

    .mon-tags .tag:nth-child(4) {
        margin-right: 0;
    }

    .mon-box {
        margin-top: 10px;
    }

    .mon-box .imgsec {
        width: calc((100% - 6px) / 3);
        height: 123px;
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .mon-box .imgsec img {
        width: auto;
        height: 100%;
    }

    .wapper .close {
        width: 30px;
    }

    .wapper .show-img {
        width: 100%;
    }

    .wapper .show-img .nums {
        margin-top: 20px;
    }

    .wapper .prev,
    .wapper .next {
        width: 35px;
        z-index: 99;
    }

    .wapper .prev {
        left: 16px;
    }

    .wapper .next {
        right: 16px;
    }

    .home-page-2 {
        width: 88%;
        margin: 30px auto;
        margin-top: 50px;
    }

    .home-page-2 .box {
        width: calc((100% - 2px) / 3);
        height: 118px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 0;
    }

    .home-page-2 .box:nth-child(2),
    .home-page-2 .box:nth-child(5) {
        margin: 0;
    }

    .home-page-2 .box:nth-child(3),
    .home-page-2 .box:nth-child(7) {
        border-right: 0;
    }

    .home-page-2 .box:nth-child(4),
    .home-page-2 .box:nth-child(5),
    .home-page-2 .box:nth-child(6) {
        border-bottom: 0;
    }

    .home-page-2 .box .txt {
        font-size: 16px;
        left: 18px;
        top: 50px;
    }

    .home-page-2 .box .icon {
        left: 17px;
        top: 0;
    }

    .home-page-2 .box.dis .tip {
        font-size: 13px;
        left: 17px;
        top: 80px;
    }

    .center-ban {
        width: 100%;
        padding-top: 66px;
    }

    .center-ban .peo {
        width: 60px;
        height: 60px;
    }

    .center-ban .peo .box .demo {
        width: 28px;
    }

    .center-ban .peo .edit {
        width: 18px;
    }

    .center-name {
        font-size: 18px;
    }

    .center-main {
        width: 88%;
        height: auto;
        margin-top: 22px;
    }

    .center-main .left,
    .center-main .right {
        width: 100%;
        position: relative;
    }

    .xcb .txt1 {
        font-size: 16px;
    }

    .xcb .txt2 {
        font-size: 13px;
    }

    .center-main .right {
        height: 357px;
        margin-top: 20px;
    }

    .center-main .right .line {
        width: 88%;
    }

    .center-main .right .btn-edit {
        left: auto;
        right: 6%;
    }

    .center-main .right .name-cn {
        font-size: 18px;
        top: 86px;
    }

    .center-main .right .name-en {
        font-size: 13px;
        top: 115px;
    }

    .center-main .right .job {
        font-size: 13px;
        left: auto;
        right: 7%;
        top: 90px;
    }

    .center-main .right .tel,
    .center-main .right .birthday,
    .center-main .right .ids,
    .center-main .right .commpany-email,
    .center-main .right .address {
        left: 20px;
        font-size: 13px;
    }

    .center-main .right .tel {
        top: 170px;
    }

    .center-main .right .birthday {
        top: 198px;
    }

    .center-main .right .ids {
        top: 228px;
    }

    .center-main .right .commpany-email {
        top: 255px;
    }

    .center-main .right .address {
        top: 310px;
    }

    .center-loginout {
        width: 100%;
        height: 100px;
    }

    .center-loginout .im-btn-next {
        left: 50% !important;
        bottom: auto;
        top: 0;
        transform: translate(-50%, 0);
    }

    .center-loginout .im-btn-next .txt {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .center-loginout .im-btn-next .arr {
        left: 21%;
    }

    .center-loginout .out {
        font-size: 15px;
        display: block;
        margin: 0 auto;
        text-decoration: underline;
        float: inherit;
        text-align: center;
        margin-top: 78px;
    }

    .sm-info .sl .sltxt {
        width: 100%;
    }

    .slide-bar {
        padding-bottom: 55%;
    }

    .slide-bar .tat {
        margin-top: 0;
    }

    .slide-bar .ote {
        margin: 5px;
    }

    .was .imgss {
        width: 35%;
    }

    .was .txt-box {
        width: 60%;
    }

    .was .txt-box span {
        font-size: 14px;
    }
}