* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

em {
    font-style: normal;
    margin: 0 5px;
}

header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.login-nav {
    display: flex;
    width: 100%;
    height: 32px;
    background: #000;
    align-items: center;
    justify-content: center;
}

.login-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 32px;
    font-size: 12px;
    color: #fff;
}

.login-nav-content-left,
.login-nav-content-right {
    display: flex;
    align-items: center;
}

.login-nav-content-lang {
    display: flex;
    position: relative;
}

.lang-show {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lang-show img {
    width: 16px;
    height: 16px;
}

.lang-show span {
    font-size: 12px;
    margin-left: 10px;
}

.lang-select {
    position: absolute;
    left: 26px;
    top: 32px;
    background-color: #000;
    padding: 5px;
    display: none;
    z-index: 9999;
}

.lang-select li {
    height: 24px;
}

.lang-select li a {
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 12px;
    color: #ffffff;
}

.lang-select li a:hover {
    color: #2dd2b0;
}

.lang-select img {
    width: 16px;
    height: 16px;
}

.login-nav-content a,
.login-nav-content em {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
}

.login-nav-content a img {
    vertical-align: middle;
    margin-right: 0.5em;
}

.header-nav {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.header-nav-content {
    display: flex;
    width: 1200px;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo a {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #2DD2B0;
}

.header-nav-content nav {
    display: flex;
    align-items: center;
}

.nav-item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    white-space: nowrap;
    position: relative;
    margin: 0 1px;
}

.nav-item>a{
    font-size: 16px;
    color: #666666;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    white-space: nowrap;
    padding:0 20px;
}

nav .active>a,nav .nav-item>a:hover {
    background-color: #2dd2b0;
    color: #fff;
}

.header-nav-content nav>a {
    font-size: 16px;
    color: #666666;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    white-space: nowrap;
}

.sub_nav {
    position: absolute;
    left: 0;
    top: 100px;
    display: none;
    z-index: 9999;
}

.sub_nav ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 10px 0;
}

.sub_nav li {
    display: flex;
    height: 32px;
    width: 100%;
    align-items: center;
}

.sub_nav li a {
    height: 32px;
    width: 100%;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex: 1;
    white-space: nowrap;
    padding:0 20px;
}

.sub_nav li .active,.sub_nav li a:hover {
    background-color: #2dd2b0;
    color: #fff;
}

footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url('../image/footer_bg.jpg') no-repeat top center;
}

.footer-link {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-link-item {
    display: flex;
}

.footer-link-item-ico {
    width: 20px;
    height: 20px;
}

.footer-link-item-content {
    margin-left: 5px;
}

.footer-link-item-content a {
    font-weight: 400;
    font-size: 18px;
    color: #2ED2B0;
}

.footer-link-item-content ul {
    margin-top: 10px;
}

.footer-link-item-content ul li {
    padding: 5px 0;
}

.footer-link-item-content ul a {
    font-size: 14px;
    color: #555;
}

.footer-link-item-content ul a:hover {
    color: #2E8A57;
}

.footer-link-item-content ul {
    display: flex;
    flex-direction: column;
}


.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 60px;
}

.footer-nav a {
    font-size: 14px;
    color: #555;
    margin: 0 10px;
}

.footer-nav a:hover {
    color: #2E8A57;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    width: 100%;
    height: 36px;
}

#backTop {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    background: transparent url('../image/back_top.png') no-repeat center;
    outline: 0;
    opacity: .9;
    border-radius: 8px;
    z-index: 50;
    color: transparent;
}

/* 漂浮服务按钮 */
#service_panel {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -179px;
    z-index: 10000;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.service_panel_content {
    position: relative;
    right: 0;
    width: 50px;
    margin-bottom: 10px;
}

.service_panel_content ul {
    display: flex;
    flex-direction: column;
    background-color: #C1BFC0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.service_panel_content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.service_panel_state {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
}

.service_panel_state a {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.service_panel_state a.show {
    background-repeat: no-repeat;
    background-image: url('../image/show_btn.png');
}

.service_panel_state a.hide {
    background-repeat: no-repeat;
    background-image: url('../image/hide_btn.png');
}

.tel_icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url('../image/tel_icon.png');
}

.tel_icon_content {
    display: none;
    align-items: center;
    justify-content: center;
    width: 106px;
    background-color: #C1BFC0;
    position: absolute;
    right: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    flex-direction: column;
}

.tel_icon_content a {
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.tel_icon_content a:hover {
    color: #d22d2d;
}

.edit_icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url('../image/edit_icon.png');
}

.edit_icon_content {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #C1BFC0;
    position: absolute;
    right: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: column;
    white-space: nowrap;
    padding: 0 10px;
}

.edit_icon_content a {
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.edit_icon_content a:hover {
    color: #d22d2d;
}

.mail_icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url('../image/mail_icon.png');
}

.mail_icon_content {
    display: none;
    align-items: center;
    justify-content: center;
    width: 106px;
    background-color: #C1BFC0;
    position: absolute;
    right: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: column;
}

.mail_icon_content a {
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.mail_icon_content a:hover {
    color: #d22d2d;
}

.whatsapp_icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url('../image/whatsapp.png');
    background-size: cover;
}

.whatsapp_icon_content {
    display: none;
    align-items: center;
    justify-content: center;
    width: 106px;
    background-color: #C1BFC0;
    position: absolute;
    right: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: column;
}

.whatsapp_icon_content a {
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.whatsapp_icon_content a:hover {
    color: #d22d2d;
}
/* 精选热门 */
.jingxuanremen {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jingxuanremen-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
    background: url('../image/914099_1510737022.png') no-repeat center center;
}

.jingxuanremen-h2 {
    display: flex;
    align-items: center;
}

.jingxuanremen-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.jingxuanremen-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.jingxuanremen-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.jingxuanremen-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.jingxuanremen-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: rgb(85, 85, 85);
}

.jingxuanremen-item:hover {
    color: rgb(45, 210, 176);
}

.jingxuanremen-item img {
    width: 177px;
    height: 156px;
}

.jingxuanremen-item span {
    margin-top: 20px;
}

/* 旅游线路 */
.lvyouxianlu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(250, 250, 250);
    margin-top: 100px;
}

.lvyouxianlu-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.lvyouxianlu-h2 {
    display: flex;
    align-items: center;
}

.lvyouxianlu-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.lvyouxianlu-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.lvyouxianlu-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.lvyouxianlu-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.lvyouxianlu-item-1,
.lvyouxianlu-item-2,
.lvyouxianlu-item-3,
.lvyouxianlu-item-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(184, 225, 105);
    color: #fff;
    width: 258px;
    height: 127px;
}

.lvyouxianlu-item-2 {
    background-color: rgb(255, 155, 106);
}

.lvyouxianlu-item-3 {
    background-color: rgb(110, 207, 239);
}

.lvyouxianlu-item-4 {
    background-color: rgb(220, 142, 226);
}

.lvyouxianlu-item img {
    width: 50px;
    height: 47px;
}

.lvyouxianlu-item-title {
    margin-left: 10px;
}

.lvyouxianlu-item-title h2 {
    font-size: 20px;
    font-weight: 400;
}

.lvyouxianlu-item-title span {
    font-size: 14px;
}

.lvyouxianlu-procudt {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 100px;
}

.lvyouxianlu-procudt-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 5px;
}

.lvyouxianlu-procudt-item:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
}

.lvyouxianlu-procudt-item-img {
    width: 357px;
    height: 198px;
}

.lvyouxianlu-procudt-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.lvyouxianlu-procudt-item-des {
    display: flex;
    flex-direction: column;
}

.lvyouxianlu-procudt-item-des h3 {
    margin-top: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.lvyouxianlu-procudt-item a:hover h3 {
    color: #2dd2b0;
    ;
}

.lvyouxianlu-procudt-item-des p {
    height: 20px;
    font-size: 14px;
    color: #888888;
}

.lvyouxianlu-procudt-item-title span {
    font-size: 14px;
    color: #888888;
}

.lvyouxianlu-procudt-item-title span em {
    font-size: 24px;
    font-weight: 400;
    color: #e54100;
}

/* 限时优惠 */
.xianshiyh {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../image/1510798837_1577429_s.png');
}

.xianshiyh-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.xianshiyh-h2 {
    display: flex;
    align-items: center;
}

.xianshiyh-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.xianshiyh-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.xianshiyh-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.xianshiyh-content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.xianshiyh-item {
    position: relative;
    width: 590px;
    height: 524px;
}

.xianshiyh-item img {
    width: 590px;
    height: 524px;
}

.xianshiyh-item-title {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;

}

.xianshiyh-item-title h2 {
    font-size: 16px;
    font-weight: 400;
}

.xianshiyh-item-title span {
    font-size: 16px;
}

.xianshiyh-procudt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-left: 20px;
}

.xianshiyh-procudt li {
    background-color: #2dd2b0;
    height: 160px;
}

.xianshiyh-procudt-item {
    display: flex;
}

.xianshiyh-procudt-item-img {
    width: 365px;
    height: 160px;
}

.xianshiyh-procudt-item-title {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    justify-content: space-between;
    flex: 1;
}

.xianshiyh-procudt-item-title h3 {
    margin: 24px 15px 0 15px;
}

.xianshiyh-procudt-item-des {
    display: flex;
    align-items: center;
    background-color: #57dbc0;
    height: 40px;
    justify-content: space-between;
    padding: 0 20px;
}

.xianshiyh-procudt-item-des em {
    font-weight: bold;
    font-size: 16px;
}

.xianshiyh-procudt-item-des span {
    font-size: 14px;
}

/* 签证服务 */
.qianzhengfw {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fafafa;
    margin-top: 100px;
}

.qianzhengfw-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 210px;
}

.qianzhengfw-h2 {
    display: flex;
    align-items: center;
}

.qianzhengfw-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.qianzhengfw-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.qianzhengfw-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.qianzhengfw-procudt {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 50px;
}

.qianzhengfw-procudt-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.01);
}

.qianzhengfw-procudt-item:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
}

.qianzhengfw-procudt-item-img {
    width: 263px;
    height: 183px;
}

.qianzhengfw-procudt-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.qianzhengfw-procudt-item-des {
    display: flex;
    flex-direction: column;
}

.qianzhengfw-procudt-item-des h3 {
    margin-top: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.qianzhengfw-procudt-item a:hover h3 {
    color: #2dd2b0;
    ;
}

.qianzhengfw-procudt-item-des p {
    height: 20px;
    font-size: 14px;
    color: #888888;
}

.qianzhengfw-procudt-item-title span {
    font-size: 14px;
    color: #888888;
}

.qianzhengfw-procudt-item-title span em {
    font-size: 24px;
    font-weight: 400;
    color: #e54100;
}

.qianzhengfw-more {
    margin-bottom: 100px;
    width: 160px;
    height: 50px;
    background-color: #2dd2b0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 旅游咨询 */
.lvyouzx {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-top: 100px;
}

.lvyouzx-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 1200px;
    height: 210px;
    background: url('../image/921119_1510802001.png') no-repeat center top;
}

.lvyouzx-h2 {
    display: flex;
    align-items: center;
}

.lvyouzx-title span {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
}

.lvyouzx-h2 h2 {
    margin: 0 10px;
    font-size: 30px;
    color: #333333;
}

.lvyouzx-line {
    width: 75px;
    height: 0;
    color: rgb(204, 204, 204);
}

.lvyouzx-procudt {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 50px;
}

.lvyouzx-procudt-item {
    display: flex;
    flex-direction: column;
}

.lvyouzx-procudt-item-title {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ededed;
    height: 86px;
}

.lvyouzx-procudt-item-title:hover {
    border-top: 1px solid #2dd2b0;
}

.lvyouzx-procudt-item-title h3 {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-top: 21px;
    margin-bottom: 13px;
}

.lvyouzx-procudt-item-title:hover h3 {
    color: #2dd2b0;
}

.lvyouzx-procudt-item-title p {
    font-size: 14px;
    color: #888888;
}

.lvyouzx-procudt-item-img {
    width: 372px;
    height: 163px;
}

.lvyouzx-more {
    margin-bottom: 20px;
    width: 160px;
    height: 50px;
    background-color: #2dd2b0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 面包屑 */
.mianbaoxie {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #ededed;
}

.mianbaoxie-content {
    width: 1200px;
    display: flex;
    margin: 20px 0 10px 0;
}

.mianbaoxie-content a {
    font-size: 14px;
    color: #999999;
}

.mianbaoxie-content img {
    margin-right: 10px;
}

.list-body {
    display: flex;
    justify-content: center;
}

.list-body-content {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin-top: 20px;
}

.categroy {
    display: flex;
    flex-direction: column;
    width: 270px;
}

.topcate {
    width: 270px;
    height: 90px;
    background-color: #2dd2b0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.categroy ul {
    display: flex;
    flex-direction: column;

}

.categroy li {
    display: flex;
    border: 1px solid #ededed;
    margin-top: 5px;
}

.categroy li a {
    font-size: 16px;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
}

.categroy li .a-hover {
    background-color: #2dd2b0;
    color: #fff;
}

.categroy li a:hover {
    background-color: #2dd2b0;
    color: #fff;
}

.list-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 60px;
}

.list-list-item {
    display: flex;
    border: 1px solid #ededed;
    padding: 10px;
}

.list-list-item:hover h3 {
    color: #2dd2b0;
}

.list-list-item-img {
    width: 200px;
    height: 200px;
}

.list-list-item-text {
    margin-left: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-list-item-text h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.list-list-item-text strong {
    font-size: 16px;
    color: #888888;
}

.list-list-item-text strong em {
    font-size: 24px;
    color: #e54100;
}

.list-list-item-text p {
    font-size: 14px;
    color: #777777;
}

.list-list-item-text span {
    background-color: #C9302C;
    color: #fff;
    width: 150px;
    height: 42px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.page {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page span,
.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    color: #555555;
    padding: 0 10px;
    margin-left: 10px;
}

.page .page-num-current {
    border: 1px solid #2dd2b0;
    color: #fff;
    background-color: #2dd2b0;
}

/* 旅游线路 */
.trip-data {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    flex: 1;
}

.xc-attr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.xc-attr h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #555555;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}

.xt-title {
    display: flex;
    color: #44c553;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.xt-title span {
    margin-left: 20px;
}

.xc-attr-price-days {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    height: 50px;
    border-bottom: 1px solid #ededed;
}

.xc-attr-price {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    height: 50px;
}

.xc-attr-price em {
    font-size: 24px;
    font-weight: bold;
    color: #E53A3E;
}

.xc-attr-days {
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    height: 50px;
}

.xc-attr-days em {
    font-size: 24px;
    font-weight: bold;
    color: #44c553;
}

.xt-edit-content {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

#xc-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.xc-day {
    display: flex;
    flex-direction: column;

}

.xc-day-title {
    display: flex;

}

.xc-day-title-title {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.xc-day-title-day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 18px;
    font-weight: bold;
    background-color: #92918d;
    color: #fff;
    border-radius: 50%;
}

.xc-day-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.xc-day-content-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.xc-day-content-spot {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xc-day-content-spot-item {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-top: 10px;
}

.xc-day-content-spot-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: fill;
}

.xc-day-content-spot-item h5 {
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.xc-day-content-jtcyzs {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.xc-day-content-jtcyzs-box {
    display: flex;
    align-items: center;
    flex: 1;
}

.xc-day-content-jtcyzs-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #6c757d;
    color: #6c757d;
    border-radius: 50%;
}

.xc-day-content-jtcyzs-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #6c757d;
    margin-left: 10px;
}

.xc-day-content-jtcyzs-title img {
    width: 30px;
    height: 30px;
}

.xc-day-content-jtcyzs-title span {
    margin-left: 10px;
}

.xt-list-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    height: 60px;
    color: rgb(119, 119, 119);
    font-size: 16px;
    border-top: 1px solid rgb(204, 204, 204);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 产品详情 */
.cp-data {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    width: 900px;
}

.cp-attr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.cp-attr h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #555555;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}

.cp-title {
    display: flex;
    color: #44c553;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.cp-title span {
    margin-left: 20px;
}

.cp-attr-price-days {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    height: 50px;
    border-bottom: 1px solid #ededed;
}

.cp-attr-price {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    height: 50px;
}

.cp-attr-price em {
    font-size: 24px;
    font-weight: bold;
    color: #E53A3E;
}

.cp-edit-content {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

/* 新闻详情 */
.xw-data {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    flex: 1;
}

.xw-attr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.xw-attr h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #555555;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}

.xw-title {
    display: flex;
    color: #44c553;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.xw-title span {
    margin-left: 20px;
}

.xw-edit-content {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

/* 表单 */
.book-data {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    flex: 1;
}

.book-attr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.book-attr h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #555555;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}

.book-title {
    display: flex;
    color: #44c553;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.book-title span {
    margin-left: 20px;
}

.book-edit-content {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-lablel {
    display: flex;
    align-items: center;
    color: #212529;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
}

.form-lablel span {
    color: #e51313;
    margin-left: 10px;
}

.form-input {
    display: flex;
}

.form-input input,
.form-input textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.form-item button {
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
    padding: 0.65rem 2rem;
    font-size: 16px;
    border-radius: 5px;
    background-color: #ffde03;
}

.form-item button:hover {
    color: #212529;
    background-color: #dcbf00;
    border-color: #cfb400;
}

.form-item button:hover,
.form-item button:focus {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    outline: 0 !important;
}


.fileupload{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 260px;
    position: relative;
    background-color: #dcbf00;
    border-color: #cfb400;
    color: #212529;
    border-radius: 5px;
    cursor: pointer;
    min-height: 40px;
}
.fileupload span{
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #dcbf00;
    border-color: #cfb400;
    color: #212529;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
}
.inputfileupload{
    position: absolute;
    opacity:0;
    top:0;
    left: 0;
    cursor: pointer;
    width: 100% !important;
    height: 100%;
    z-index: 99999;
}

.bar {
    height: 100%;
    background: green;
}
.progress{
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 1000;
    display: none;
}