@font-face {
    font-family: 'Helvetica 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica 55 Roman'), url('../font/HelveticaNeue-Roman.woff') format('woff');
}

@font-face {
    font-family: 'DIN Alternate Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Alternate Bold'), url('../font/DINAlternate-Bold.woff') format('woff');
}



/*一*/
/* display: flex;justify-content: space-between;align-items: center; */
.fix-nav ,.common_nav{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
}
.common_nav .header_logo{
    background: url(../image/LOGO02.png) no-repeat;
    background-size: cover;
    width: 204px;
    height: 40px;
}
.menu-nav {
    height: 96px;
    line-height: 96px;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 1088px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-nav .logo {
    display: inline-block;
    width: 200px;
    height: 100%;
}

.menu-nav .logo img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.menu-nav .p-nav {
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    color: #333;
    font-size: 16px
}

/* .menu-nav .p-nav:hover{opacity:1; color:#fff;} */
.menu-nav .p-getwifi {
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    background-color: #FF40B4;
    line-height: 40px;
    /* margin-top: 27px; */
    margin-right: 0.2rem;
    font-size: 14px;
    font-weight: 600;
}


.menu-nav .p-getwifi:hover,
.home-order-form .p-submit:hover {
    background-color: #f741b0;
    cursor: pointer;
}

.menu-nav .p-login {
    display: inline-block;
    width: 90px;
    /*height: 48px;*/
    font-size: 14px;
    color: #f741b0;
    border-radius: 20px;
    background-color: transparent;
    line-height: 40px;
    /*border: 1px solid rgba(255, 64, 180, 1);*/
    border-radius: 20px;
    text-align: center;
}

.search-box {
    height: 96px;
    line-height: 96px;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 1088px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-box-right {
    line-height: 30px;
}

.page-navigator {
    position: fixed;
    left: .6rem;
    bottom: .3rem;
    width: 50px;
    z-index: 9;
    height: 145px;
    overflow: hidden;
}

.page-navigator .p-ol {
    transition: transform .3s;
    margin-top: 55px;
}

.page-navigator li {
    height: 33px;
    width: 46px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.page-navigator li:first-child {
    margin-top: 0;
}

.page-navigator .active {
    border: 1px solid #fff;
}

.home-container .floor-box1 {
    position: relative;
    width: 960px;
    height: 400px !important;
    overflow: hidden;
}

.floor-index1 .swiper-container {
    width: 100%;
    height: 400px !important;
}

.floor-index1 .swiper-container img,
.floor-index1 .swiper-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor-index1 .p-overspread {
    width: 960px;
    height: 400px;
    display: block;
    border-radius: 12px;
}

.floor-index1 .p-arrow-left,
.floor-index1 .p-arrow-right {
    position: absolute;
    top: 45%;
    width: .5rem;
    height: 1.2rem;
    z-index: 9;
    border-radius: 0.05rem;
}

.floor-index1 .p-arrow-left:hover,
.floor-index1 .p-arrow-right:hover {
    background-color: rgba(255, 255, 255, .6);
}

.floor-index1 .p-arrow-left {
    background: url(../image/my_home/previous.png) no-repeat 50% 50%;
    left: .3rem;
    outline: none;
}

.floor-index1 .p-arrow-right {
    background: url(../image/my_home/next.png) no-repeat 50% 50%;
    right: .3rem;
    outline: none;
}



.linear-gradient {
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

.floor-one {
    background: #3b3746 url(../image/my_home/home-bg1.png) 50% 50% / cover no-repeat
}

.floor-one .p-left {
    position: absolute;
    left: 7.6%;
    top: 22%;
}

.floor-one .p-text {
    color: #e1e0e3;
    font-size: 60px;
    line-height: 1.4em;
    margin-bottom: 25px;
    letter-spacing: 4px;
}

.floor-one .p-product {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 190px;
    text-align: center;
    font-size: 18px;
    transition: transform .3s;
}

.floor-one .p-product:after {
    content: '';
    position: absolute;
    display: none;
    right: 14px;
    top: -9px;
    width: 15px;
    height: 15px;
    background: url(../image/my_home/home-gif.gif) 0 0 no-repeat / 100%;
}

.floor-one .p-product:hover {
    transform: translateY(-10px)
}

.floor-one .p-product:hover:after {
    display: block;
}

.floor-one .p-product img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    margin: auto;
}

.floor-one .p-right {
    position: absolute;
    right: 58px;
    top: 0;
}

.floor-one .p-decorate {
    position: absolute;
    width: 10.93%;
    min-width: 8%;
    object-fit: cover;
}

.floor-one.scroll-end .p-decorate {
    transform: translateY(0);
}

.floor-one .p-decorate-01,
.floor-one.scroll-active .p-decorate-01 {
    height: 25%;
    top: 0;
    left: 48.54%;
    transform: translateY(-100%);
    transition: transform .5s ease;
}

.floor-one .p-decorate-02,
.floor-one.scroll-active .p-decorate-02 {
    height: 39.36%;
    bottom: 0;
    left: 48.54%;
    transform: translateY(100%);
    transition: transform .6s ease;
}

.floor-one .p-decorate-03,
.floor-one.scroll-active .p-decorate-03 {
    height: 84.15%;
    bottom: 0;
    left: 61.04%;
    transform: translateY(100%);
    transition: transform .7s ease;
}

.floor-one .p-decorate-04,
.floor-one.scroll-active .p-decorate-04 {
    height: 53.19%;
    top: 0;
    left: 73.54%;
    transform: translateY(-100%);
    transition: transform .8s ease;
}

.floor-one .p-decorate-05,
.floor-one.scroll-active .p-decorate-05 {
    height: 22.34%;
    bottom: 0;
    left: 73.54%;
    transform: translateY(100%);
    transition: transform .7s ease;
}

.floor-one .p-decorate-06,
.floor-one.scroll-active .p-decorate-06 {
    height: 34.04%;
    bottom: 0;
    left: 86.04%;
    transform: translateY(100%);
    transition: transform .8s ease;
}



.home-order-form {
    width: 81.41%;
    min-width: 800px;
    height: 60px;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: 3%;
    padding: .18rem;
    background-color: #fff;
    border-radius: 48px;
    transform: translateX(-50%);
    z-index: 9;
}

.home-order-form .p-select {
    float: left;
    width: 23.1%;
    height: 60px;
    line-height: 60px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    box-sizing: border-box;
    padding-left: .26rem;
}

.home-order-form .p-count {
    float: left;
    width: 19.13%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e4e4e4;
}

.home-order-form .p-count .p-minus {
    width: .8rem;
    height: 58px;
    border: 0;
    float: left;
    cursor: pointer;
}

.home-order-form .p-count .p-add {
    width: .8rem;
    height: 58px;
    border: 0;
    float: right;
    cursor: pointer;
}

.home-order-form .p-symbol {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    opacity: .5;
    margin: auto;
}

.home-order-form .p-minus .p-symbol {
    background: url(../image/my_home/btn-01.png) 50% 50% / 100% no-repeat;
}

.home-order-form .p-add .p-symbol {
    background: url(../image/my_home/btn-02.png) 50% 50% / 100% no-repeat;
}

.home-order-form .p-minus:hover .p-symbol,
.home-order-form .p-add:hover .p-symbol {
    opacity: 1;
}

.home-order-form .p-count .p-device {
    overflow: hidden;
    text-align: center;
}

.home-order-form .p-count .p-device-num {}

.home-order-form .p-date {
    opacity: .5;
    cursor: pointer;
}

.home-order-form .p-date.fl {
    padding-left: .26rem;
}

.home-order-form .p-date.fr {
    padding-right: .26rem;
}

.home-order-form .p-date:hover {
    opacity: 1;
}

.home-order-form .p-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/my_home/icon-date.png) 0 0 no-repeat;
    opacity: .5;
    vertical-align: -3px;
    margin-right: .1rem;
}

.home-order-form .p-time {
    float: left;
    width: 30%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e4e4e4;
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
    text-align: center;
}

.home-order-form .p-time .p-start-time {
    width: 2rem;
    height: 100%;
    padding-left: .1rem;
    text-align: center;
}

.home-order-form .p-time .p-end-time {
    width: 2rem;
    height: 100%;
    padding-right: .1rem;
    text-align: center;
}

.home-order-form .p-time .p-symbol {}

.home-order-form .p-total {
    float: right;
    width: 120px;
    margin-top: .1rem;
}

.home-order-form .p-total .p-day {
    font-size: 16px;
    line-height: 1.2em;
    color: #332F3D;
}

.home-order-form .p-total .p-input-day {}

.home-order-form .p-total .p-money {}

.home-order-form .p-total .p-input-money {
    font-size: 25px;
    line-height: 1.2em;
    color: #E6018C;
}

.home-order-form .p-total .p-currency {}

.home-order-form .p-submit {
    float: right;
    width: 2rem;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: rgba(255, 64, 180, 0.25);
    font-size: .2rem;
    border-radius: 36px;
}

.floor-two {
    background-color: #000;
}

.floor-two .p-ul {
    height: 100%;
}

.floor-two .p-li {
    float: left;
    width: 25%;
    height: 100%;
    opacity: .5;
    transition: opacity .2s;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.floor-two .p-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .2s;
    object-fit: cover;
}

.floor-two .p-li.active {
    opacity: 1;
}

.floor-two .p-li.active .p-bg {
    transform: scale(1.1);
}

.floor-two .p-wrap {
    position: relative;
    z-index: 2;
    padding: 3.05rem .9rem 0 .95rem;
    height: 100%;
    box-sizing: border-box;
}

.floor-two .p-li .p-num {
    font-size: .92rem;
    width: 3.04rem;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.floor-two .p-li .p-num:after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
    transition: width .3s;
}

.floor-two .p-li:hover .p-num:after {
    width: 100%;
}

.floor-two .p-li .p-txt {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 1px;
}

.floor-two .p-li .p-describe {
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
}



.floor-three {
    background: url(../image/my_home/home-bg3.jpg) 50% 50% / cover no-repeat;
}

.floor-three>.p-title {
    margin-top: 2rem;
    font-size: .52rem;
    text-align: center;
    color: #fff;
}

.floor-three>.p-sub {
    font-size: .2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.scroll-list {
    overflow: hidden;
    height: 3.3rem;
    position: relative;
    min-height: 220px;
}

.scroll-list .p-ul {
    position: absolute;
    width: 3000px;
    height: 100%;
    user-select: none;
    transition: transform .2s ease-out;
}

.scroll-list .p-ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.scroll-list .swiper-slide {
    width: 600px;
    height: 3.3rem;
    min-height: 220px;
    margin-right: 50px;
    background-color: #fff;
    border-radius: 10px;
    user-select: none;
    overflow: hidden;
}

.scroll-list .p-empty {
    width: 2.4rem;
    height: 3.3rem;
    min-height: 220px;
    vertical-align: top;
}

.scroll-list .p-img {
    position: relative;
    float: left;
    width: 220px;
    height: 100%;
    overflow: hidden;
    margin-right: .2rem;
}

.scroll-list .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-list .p-img:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    background: url(../image/my_home/home-16.png) 0 0 / 48px 100% no-repeat;
    z-index: 2;
}

.scroll-list .p-wrap {
    overflow: hidden;
    padding: .4rem .4rem 0;
}

.scroll-list .p-title {
    font-size: 30px;
    color: #433E50;
    line-height: 1.5em;
}

.scroll-list .p-score {
    margin-bottom: 10px;
}

.scroll-list .p-solid {
    width: 16px;
    height: 14px;
    background: url(../image/my_home/stat-score.png) 0 0 no-repeat;
    margin-right: 5px;
    display: inline-block;
}

.scroll-list .p-hollow {
    width: 16px;
    height: 14px;
    background: url(../image/my_home/stat-hollow.png) 0 0 no-repeat;
    margin-right: 5px;
    display: inline-block;
}

.scroll-list .p-txt-wrap {
    max-height: 1.5rem;
    overflow-y: hidden;
    position: relative;
}

.scroll-list .p-txt {
    font-size: 17px;
    color: #666666;
    text-align: left;
}

.ellipsis:before {
    content: '...';
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 97px;
    padding-left: 8px;
    background-color: #fff;
    background: linear-gradient(to right, transparent, #fff 11%);
}

.floor-four {
    background: url(../image/my_home/home-bg4.jpg) 50% 50% / cover no-repeat;
}

.floor-four .p-title {
    margin-top: 2rem;
    font-size: .52rem;
    text-align: center;
    color: #fff;
}

.floor-four .p-sub {
    font-size: .2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.floor-four .p-ul {
    width: 14.4rem;
    height: 3.2rem;
    display: flex;
    justify-content: space-around;
    margin: auto;
    position: relative;
    z-index: 2;
}

.floor-four .p-li {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .5);
    width: 4.1rem;
    height: 100%;
}

.floor-four .p-wrap {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 2px solid #222;
    overflow: hidden;
    border-radius: 50%;
    margin: .5rem auto .3rem;
}

.floor-four .p-li:hover span:first-child {
    margin-top: -100%;
}

.floor-four .p-icon01,
.floor-four .p-icon02,
.floor-four .p-icon03 {
    display: block;
    height: 100%;
    width: 100%;
    transition: margin .2s;
}

.floor-four .p-icon01 {
    background: url(../image/my_home/home-12.png) 50% 50% / 50% no-repeat;
}

.floor-four .p-icon02 {
    background: url(../image/my_home/home-13.png) 50% 50% / 34px no-repeat;
}

.floor-four .p-icon03 {
    background: url(../image/my_home/home-14.png) 50% 50% / 50% no-repeat;
}

.floor-four .p-txt {
    padding: 0 .6rem;
    font-size: .2rem;
    color: #222;
    text-align: center;
}

.radial-wrap {
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 1.73rem;
    height: 3.17rem;
    margin-left: -1.8rem;
}

.radial-wrap:after {
    content: "";
    background: url(../image/my_home/home-15.png) 0 0 / 100% no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.radial-gradient {
    display: none;
    position: absolute;
    left: -1rem;
    top: -1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 20px, rgba(255, 255, 255, .8));
}

.scroll-end .radial-gradient-an {
    display: block;
    animation: wave-animate 5s ease-out infinite;
}

@keyframes wave-animate {
    0% {
        opacity: 0;
    }

    10% {
        opacity: .8;
    }

    70% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*登录部分*/
.p-login img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}

.p-order-ul {
    line-height: 40px;
    position: absolute;
    width: 260px;
    background: none;
    right:0px;
    border-radius: 3px;
    z-index:999;
    padding-top: 20px;
}
.p-order-ul li{
    line-height: 56px;
    padding:0 24px;
    box-sizing: border-box;
}
.user_account {
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}

.p-order-ul li:first-child {
    background: rgba(245, 245, 245, 1);
    border-radius: 12px 12px 0 0;
}

.p-order-ul li:first-child a {
    color: #00a0e9;
    width: 212px;
}

.p-order-ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 .2rem;
    cursor: pointer;
    width: 180px;
    letter-spacing: 0;
    text-align: left;
    line-height: 16px;
}

.p-order-ul li:not(:first-child):hover {
    background: #FFCEE1;
}

.p-order-ul li {
    background: #fff;
}

.p-order-ul li:last-child {
    border-radius: 0 0 12px 12px;
}

/*二级导航样式*/
.nav-container-box{
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}
.nav-container {
    display: inline-block;
    position: relative;
}

.nav-container .p-nav:hover+.subnav,
.nav-container .subnav:hover {
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.11);
    border-radius: 12px;

}

.subnav {
    position: absolute;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.10);
    height: auto;
    z-index: 199;
    top: 75%;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .36s ease;
    min-width: 450px;
    border-top: none;
    border-radius: 3px;
}

.subnav li {
    padding: 0 12px;
    line-height: 50px;
}

.subnav li a {
    border: none;
    color: #999;
    padding: 12px 0;
    line-height: 22px;
    display: inline-block;
}

.subnav li:hover {
    background: #FFCEE1;
}
.subFix{
    position: relative;
}
.subIcon{
    width:10px;
   height:8px;
    right:-16px;
   position: absolute;
   top: 46%;
}
.subIcon img{
   width:10px;
   height:8px
}
.cxcalendar li {
    text-align: inherit;
}

.product__wifi--rent.not-allow,
.product__wifi--rent.not-allow:hover {
    background: #ccc;
    cursor: not-allowed;
}

/* 改版新加 */
.subafter {
    position: relative;
    top: -24px;
    /* margin-right: 20px; */
}

.subafter::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 4px;
    background-color: #FF40B4;
}

.banner-right {
    width: 216px;
    height: 400px;

}

.banner-right img {
    width: 216px;
    height: 400px;
    border-radius: 12px;
}

.main-bodyOne {
    background-color: #e6e6e6;
    padding: 30px;
}
.main-bodyNav{
    background-color: #f2f2f2;
    padding: 30px 0 0 0;
}
.navBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.navList{
    width: 285px;
    height:160px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    font-weight: 500;
    cursor: pointer;
}
.navList:nth-child(1){
    /* background-color: #e142a3; */
    /* background-image: url("../image/my_home/homeBac1.png"); */
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}
.navList:nth-child(2){
    /* background-image: url("../image/my_home/homeBac2.png"); */
    /* background-color: #5e67ea; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.navList:nth-child(3){
    /* background-image: url("../image/my_home/homeBac3.png"); */
    /* background-color: #40b06d; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.navList:nth-child(4){
    /* background-image: url("../image/my_home/homeBac4.png"); */
    /* background-color: #ec9631; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-bodyTwo {
    background-color: #f2f2f2;
    padding: 30px;
}

.p-overspread img {
    border-radius: 12px;
}

.hotTitlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 24px;
}

.hotPackage {
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    height: 460px;

}

.hotPackage2 {
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    height: 332px;
}

.hotPackage3 {
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 1200px;
    margin: 0 auto 20px auto;
    /* height: 332px; */
    padding-bottom: 10px;

}

.hotTitle {
    font-size: 28px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    font-weight: 600;
}

.hotTitleMore {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.hotTitleMore img {
    width: 12px;
    height: 12px;
    position: relative;
    top: 9px;
    margin-left: 4px;
}

.hotList {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hotListOne {
    display: flex;
    flex-direction: column;
    width: 273px;
    height: 328px;
    border-radius: 12px;
    max-width: 25%;
}

.hotImg {
    width: 273px;
    height: 168px;
    margin: auto;
}

.hotImg2 {
    width: 273px;
    height: 200px;
    margin: auto;
    position: relative;

}

.hot-city {
    position: absolute;
    text-align: center;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 500;
}

.hotListTwo {
    width: 273px;
    height: 200px;
    border-radius: 12px;
    max-width: 25%;
}


.hotImg2 img {
    width: 273px;
    height: 200px;
    border-radius: 12px
}

.hotImg img {
    width: 273px;
    height: 168px;
    border-radius: 12px 12px 0 0;
}

.hotBottoms {
    background: #f8f8f8;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 273px;
    margin: auto;
}

.hotBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0 20px;

}



.hotBLeft {
    display: flex;
    align-items: center;
}

.hotMoney {
    font-size: 18px;
    color: #E6018C;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
}

.hotDw {
    margin-left: 5px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;

}

.hotRight {
    background: #FF40B4;
    border-radius: 12px;
    width: 86px;
    height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.mainListThree {
    display: flex;
    align-items: center;
    padding:0 30px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.mainlist3-l {
    width: 320px;
    height: 226px;
    margin-right: 30px;
}

.mainlist3-l img {
    width: 320px;
    height: 226px;
    border-radius: 18px;
}
.mainlist3-r{
    display: flex;
    flex-direction: column;

}
.main3Bottom{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.hot_bImg{
    width: 18px;
    height: 14px;
}
.hot_bImg img{
    width: 18px;
    height: 14px;
} 
.hot_view{
font-size: 16px;
color: #666666;
letter-spacing: 0;
text-align: left;
line-height: 16px;
font-weight: 400;
margin-left: 5px;
}
/*马来首页公告弹窗样式*/
#announcement:target .model {
    display: block;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#announcement:target .model-wrap {
    visibility: visible;
}

#announcement .model-wrap {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#announcement:target .model-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

#announcement .model-content {
    line-height: 1.5em;
}

#announcement .model-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 0 auto;
    background: #fff;
    width: 360px;
    border-radius: 5px;
    padding: 30px;
    padding-bottom: 40px;
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, .05);
}

#announcement .model .close {
    margin: -16px;
}

#announcement .model a.close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    float: right;
}

#announcement .model .close:before {
    height: 1px;
    background: #909090;
    width: 60%;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#announcement .model .close:after {
    height: 1px;
    background: #909090;
    width: 60%;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#announcement .model .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#announcement .plane-wrap {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 8px 0 0;
}

#announcement:target .plane {
    transform: translate(0, 0);
    opacity: 1;
    transition: 1s;
}

#announcement .plane {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: url(../image/plane.svg) center center no-repeat;
    background-size: 100%;
    transform: translate(-40%, 40%);
    opacity: 0;
    z-index: 2;
    position: relative;
}

#announcement .plane-bottom {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #E7E7E7;
    width: 80%;
    height: 80%;
}

#announcement .content {
    margin: 0 0 0 48px;
    color: #666666;
    max-height: 440px;
    overflow-x: auto;
}

.input-box {
    width: 860px;
    height: 64px;
    line-height: 64px;
    background: #F8F8F8;
    border: 1px solid rgba(255, 64, 180, 1);
    border-radius: 32px;
    color: #f8f8f8;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*搜索输入框样式*/
#home-search-input {
    font-size: 20px;
    margin-left: 30px;
    box-sizing: border-box;
    font-size: 18px;
    width: 70%;
    color: rgba(0, 0, 0, 0.25);
    letter-spacing: 0;
    font-weight: 400;
}

#home_search_btn {
    position: relative;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.icon-box {
    line-height: 30px;
}

.home-location {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 40px;
    top: 30%;
    background: url(../image/my_home/product.png) no-repeat;
    background-size: contain;
}

.home-clear {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 78%;
    top: 30%;
    background: url(../image/my_home/clear.png) no-repeat;
    background-size: contain;
}

.home-hot-search {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.home-hot-search__product {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    background: #f2f2f2;
    margin: 10px;
    border-radius: 3px;
}

.home-hot-search__product a {
    color: #999;
}

.select_lang {
    cursor: pointer;
    color: #999;
}