
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}
body,html {
    position: relative;
    overflow: auto;
    /* min-width: 1920px; */
    height: 100%;
    width: 100%;
    /* font-size: 0; */
    /* background-color: #000; */
}

ul,li {
    list-style: none;
}
i {
    font-style: normal;
}


button,
input,
textarea,
label,
image {
    box-sizing: border-box;
    border: none;
}
.overhide {
    overflow: hidden;
}
.sx-container {
    background-color: #fff;
    height: 100%;
}
.borderradius10 {
    border-radius: 10rpx !important;
}
.borderBottom-EEE {
    border-bottom: 2rpx solid #EEEEEE;
}
.FFF {
    background-color: #FFFFFF;
}
.flex {
    display: flex;
}
.flex-direction {
    flex-direction: column;
}
.inline-flex {
    display: inline-flex;
}

.flex-row-center {
    align-items: center;
}
.flex-center {
    align-items: center;
    justify-content: center;
}
.flex-between-space {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.white-space-nowrap {
    white-space: nowrap;
}
.white-space-wrap {
    white-space: wrap;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-direction-reverse-row {
    flex-direction: row-reverse;
}

.pd20 {
    padding: 20rpx;
}

.ml20 {
    margin-left: 20rpx;
}
.ml10 {
    margin-left: 10rpx;
}
.ml25 {
    margin-left: 25rpx;
}
.ml40 {
    margin-left: 40px;
}
.mr10 {
    margin-right: 10px;
}
.mt70 {
    margin-top: 70rpx;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top:40px;
}
.mt10 {
    margin-top: 10px;
}
.mt50 {
    margin-top: 50px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mt30 {
    margin-top: 30px;
}

.mb-title {
    margin-bottom: 50px;
}

.lh-intro {
    line-height: 30px;
}
image {
    height: 100%;
    width: 100%;
}

.zIndex10 {
    z-index: 10;
}
.fixed {
    position: fixed;
}

.line {
    height: 1rpx;
    border: 2rpx solid #EEEEEE;
    margin: 30rpx 0;
}

.nofixed {
    position: relative;
}
.text-line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1;
}
.text-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.color-FF4A26 {
    color: #FF4A26 !important;
}

.color-F4C721 {
    color: #F4C721 !important;
}
.color-FFF {
    color: #FFFFFF
}

.color-CCC {
    color: #ccc;
}
.color-75 {
    color: #757575;
}


.icon_back {
    position: absolute;
    top: 100rpx;
    left: 20rpx;
}
.icon_back image {
    width: 15.5rpx !important;
    height: 28rpx !important;
}

.isBlod {
    font-weight: bold;
}


/* 模态框 */
.sx-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    opacity: 0;
    outline: 0;
    text-align: center;
    -webkit-transform: scale(1.185);
    transform: scale(1.185);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 2000rpx;
    perspective: 2000rpx;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    pointer-events: none;
}
.sx-modal.show {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: auto;
}
.sx-modal.bottom-modal {
    margin-bottom: -1000rpx;
}
.sx-modal.bottom-modal.show {
    margin-bottom: 0;
}

.sx-dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    background-color: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
}

.sx-modal.bottom-modal::before {
    vertical-align: bottom;
}
.sx-modal::before {
    content: "\200B";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mlmr10 {
    margin-left: 10rpx;
    margin-right: 10rpx;
}

.icon_circle {
    width: 36rpx;
    height: 36rpx;
    border-radius: 50%;
    border: 2rpx solid #999999;
}
.icon_circle.checked {
    padding: 4rpx;
    border: 2rpx solid #F4C721;
}
.icon_circle.checked::after {
    content: "";
    display: block;
    width: 25rpx;
    height: 25rpx;
    border-radius: 50%;
    background-color: #F4C721;
}

.icon_showLess {
    transform: rotate(180);
}

.isMore {
    padding: 20rpx 0;
    text-align: center;
}
.pointer {
    cursor: pointer;
}

.flex-200 {
    flex: 0 0 200px
}

.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}

/* 顶部菜单 */
.header {
    height: 65px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* position: absolute; */
    top: 0;
    z-index: 101;
}
.header_box {
    flex: 0 0 980px;
    height: 65px;
    z-index: 100;
}
.content {
    z-index: 10;
    width: 100%;
    height: 100%;

}
.cont_header {
    height: 65px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    position: fixed;
    top: 0;
}
.cont_header.isAbsolute {
    position: absolute;
    top: 0;
    z-index: 100;
 }

.header_box {
    flex: 0 0 980px;
    height: 65px;
}
.logo {
    width: 300px;
    /* display: block; */
}
.logo img {
    /* width: 100%; */
    height: 80px;
}
.meau_item {
    height: 65px;
    flex: 1;
    /* line-height: 65px; */
    font-size: 14px;
    /* font-weight: 700; */
    color: #ffffff;
    cursor: pointer;
}
.meau_item:last-child {
    flex: 1.4;
}


.top_nav_box {
    flex: 0 0 700px;
    letter-spacing: 1px;
}
.meau_item_phone {
    flex: 0 0 300px;
    text-align: right;
}

/* 订阅 start */

@keyframes bgcChange{
    0% {
        background-color: #000;
    }
    100% {
        background-color: #F4C721;
    }
}

.followUs {
    z-index: 100;
    position: absolute;
    right: 0;
    width: 160px;
    height: 65px;
    color: #ffffff;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
    background-color: #000;
}
.followUs:hover {
    background-color: #F4C721;
    /* animation: bgcChange 1s infinite; */
    transition: background-color .4s ease;
}

.followBox {
    z-index: 100;
    position: absolute;
    top: 100px;
    right: 30px;
    display: none;
    width: 200px;
    background-color: #fff;
    padding: 20px;
}

.foll_btn {
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    /* border: 1px solid #333; */
    background-color: #F4C721;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}

.foll_tit {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.foll_form {
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}

input {
    border: none;
    line-height: 30px;
}
input:focus{
    outline:none;
}


/* end */

.body_cont {
    flex: 0 0 980px;
}


/* 页底 */
.cont_bot {
    margin-top: 50px;
    height: 80px;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    font-size: 12px;
    color: #ccc;
}
.cont_bot a {
    font-size: 12px;
    color: #ccc;
}
.cont_bot.isHomePage {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
}
.cont_bot .bot_logo {
    width: 150px;
    margin-right: 40px;
}
.cont_bot .bot_line {
    margin: 0 20px;
}

.travel_intro {
    color: rgb(23, 23, 23);
    font-size: 20px;
    font-weight: 300;
}


.slg_box {
    /* border-left: 3px solid #fff; */
    padding-left: 10px;
    font-size: 50px !important;
}
.slg_en {
    font-weight: 700;
    font-size: 38px !important;
    color: #f8f8f8;
}
.intro_img {
    width: 400px;
}