* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}
.home-container {
    background: #FFFBFA;
}

.home-container .contact-wrapper {
    display: block;
    background: #F25B6C;
}
.home-container .contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1165px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
    color: #fde9eb;
}
.home-container .contact-icon {
    display: flex;
    align-items: center;
}
.home-container .contact-icon-item {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.home-container .contact-icon-item i {
    font-size: 30px;
}

.home-container .header-wrapper {
    /* z-index: 10; */
    /* position: sticky; */
    /* top: 0; */
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); */
    background-color: #fdf3f1;
}
.home-container .header-wrapper .header-box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1165px;
    height: 75px;
}
.home-container .header-wrapper .header-logo {
    margin-right: 77px;
    width: 175px;
}
.home-container .header-wrapper .header-logo img {
    width: 100%;
}
.home-container .header-wrapper .header-nav {
    flex: 1;
    display: flex;
}
.home-container .header-wrapper .header-nav-item {
    margin-right: 44px;
    padding: 5px 1px;
    font-size: 16px;
    color: #332C2B;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.home-container .header-wrapper .header-nav-item.active {
    border-color: #F25B6C;
}
.home-container .header-wrapper .header-login {
    margin-right: 28px;
    font-size: 16px;
    color: #332C2B;
    cursor: pointer;
}
.home-container .header-wrapper .header-language {
    padding: 6px 16px;
    font-size: 16px;
    color: #FEFEFE;
    background: #F25B6C;
    border-radius: 6px;
    cursor: pointer;
}

.home-container .subscribe-wrapper {
    position: relative;
    display: block;
    background-color: #fdf3f1;
}
.home-container .subscribe-white-bg {
    padding: 0 60px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 76px;
    background: rgb(254, 254, 254);
}
.home-container .subscribe-box {
    margin: 0 auto;
    width: 1165px;
    height: 538px;
    overflow: hidden;
}
.home-container .subscribe-box .el-carousel,
.home-container .subscribe-box .el-carousel__container {
    width: 100%;
    height: 100%;
}
.home-container .subscribe-box {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 1165px;
    height: 520px;
}
.home-container .subscribe-content {
    position: relative;
    z-index: 3;
    margin-top: 44px;
}
.home-container .subscribe-content-subtitle {
    font-size: 15px;
    color: #332C2B;
}
.home-container .subscribe-content-title {
    margin: 10px 0;
    width: 400px;
    font-size: 40px;
    color: #332C2B;
    font-weight: bold;
}
.home-container .subscribe-content-title span {
    color: #F25B6C;
}
.home-container .subscribe-content-text {
    width: 480px;
    font-size: 16px;
    color: #332C2B;
}
.home-container .subscribe-content-action {
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.home-container .subscribe-content-action-button {
    margin-right: 22px;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #FEFEFE;
    background: #F25B6C;
    border-radius: 25px;
    cursor: pointer;
}
.home-container .subscribe-content-action-link {
    font-size: 15px;
    color: #332C2B;
    cursor: pointer;
}
.home-container .subscribe-img {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 474.5px;
}
.home-container .subscribe-img2 {
    position: absolute;
    right: 144px;
    bottom: 0;
    width: 610px;
}
.home-container .subscribe-service {
    padding: 0 60px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 76px;
    background: rgb(254, 254, 254);
}
.home-container .subscribe-service-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.home-container .subscribe-service-item-icon {
    margin-right: 8px;
    height: 40px;
}
.home-container .subscribe-service-item-icon img {
    height: 100%;
}
.home-container .subscribe-service-item-text {
    font-size: 20px;;
}

.home-container .sale-wrapper {
    text-align: center;
    line-height: 94px;
    font-size: 32px;
    color: #FEFEFE;
    background: #F25B6C;
}

.home-container .cooperation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: #FEFEFE;
}
.home-container .cooperation-item {
    padding: 0 29px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #474443;
}
.home-container .cooperation-item img {
    margin-right: 10px;
    height: 40px;
}

.home-container .description1-wrapper {
    display: block;
    background: rgb(254, 254, 254);
}
.home-container .description1-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1165px;
    height: 712px;
}

.home-container .description1-content-subtitle {
    font-size: 15px;
	line-height: 1;
    color: #F25B6C;
}
.home-container .description1-content-title {
    margin: 2px 0;
    font-size: 40px;
	line-height: 2.5;
    color: #332C2B;
    font-weight: bold;
}
.home-container .description1-content-text-item {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
	line-height: 1.5;
    color: #332C2B;
}
.home-container .description1-content-text-item i {
    margin-right: 4px;
    font-size: 13px;
    color: #FFD2D9;
}
.home-container .description1-img {
    width: 580px;
}

.home-container .description2-wrapper {
    padding: 80px 0 40px;
}
.home-container .description2-title {
    text-align: center;
    font-size: 40px;
    color: #332C2B;
    font-weight: bold;
}
.home-container .description2-subtitle {
    text-align: center;
    margin: 10px 0 48px;
    font-size: 15px;
    color: #332C2B;
}
.home-container .description2-server {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 1165px;
    height: 290px;
    font-size: 19px;
    color: #332C2B;
}
.home-container .description2-server-item {
    flex: 0 0 23.5%;
    padding: 8px 20px;
    box-sizing: border-box;
    border: 1px solid rgb(253, 237, 239);
    /* border: 1px solid #000; */
    background: rgb(254, 254, 254);
    border-radius: 10px;
}
.home-container .description2-server-item:nth-of-type(4n) {
    margin-right: 0;
}
.home-container .description2-server-item i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 32px;
    color: #F25B6C;
}

.home-container .checkroom-wrapper {
    padding: 170px 0 50px;
    margin: 0 auto;
    width: 1165px;
    height: 485px;
    font-size: 15px;
    color: #F25B6C;
}
.home-container .checkroom-content {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 33px;
    box-sizing: border-box;
    height: 406px;
    background: #FDF3F1;
    border-radius: 30px;
}
.home-container .checkroom-content-detail {
    padding: 16px 100px 0 0;
}
.home-container .checkroom-content-detail-title {
    margin-bottom: 18px;
    font-size: 40px;
    color: #332C2B;
    font-weight: bold;
}
.home-container .checkroom-content-detail-text-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 17px;
    color: #332C2B;
}
.home-container .checkroom-content-detail-text-item i {
    margin-right: 6px;
    font-size: 13px;
    color: #FFD2D9;
}
.home-container .checkroom-content-keyboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
    width: 375px;
}
.home-container .checkroom-content-keyboard-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 107px;
    background: #FEFEFE;
    font-size: 12px;
    color: #332C2B;
    border-radius: 10px;
}
.home-container .checkroom-content-keyboard-item-num {
    font-size: 50px;
    font-weight: bold;
    color: #FBE5E7;
}
.home-container .checkroom-content-keyboard-item-num.active {
    color: #F25B6C;
}
.home-container .checkroom-content-img {
    position: absolute;
    left: 82px;
    bottom: 0;
    width: 289px;
}

.home-container .statistics-wrapper {
    margin: 0 auto;
    padding: 70px 0;
    width: 960px;
}
.home-container .statistics-title {
    text-align: center;
    font-size: 40px;
    color: #332C2B;
    font-weight: bold;
}
.home-container .statistics-subtitle {
    margin: 20px auto 60px;
    width: 360px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #332C2B;
}
.home-container .statistics-img {
    width: 100%;
}

.home-container .giftcard-wrapper {
    background: rgb(253, 243, 241);
}
.home-container .giftcard-box {
    padding: 90px 0;
    margin: 0 auto;
    width: 1005px;
}
.home-container .giftcard-title {
    text-align: center;
    font-size: 46px;
    color: #332C2B;
    font-weight: bold;
}
.home-container .giftcard-title span {
    color: #F25B6C;
}
.home-container .giftcard-subtitle {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #332C2B;
}
.home-container .giftcard-content {
    display: flex;
    background: #fff;
    padding: 66px 30px;
    border-radius: 8px;
}
.home-container .giftcard-content-banner {
    margin-right: 50px;
    width: 508px;
}
.home-container .giftcard-content-banner-img {
    margin-bottom: 30px;
    width: 508px;
    height: 320px;
    border-radius: 30px;
}
.home-container .giftcard-content-banner-img .el-carousel__container, 
.home-container .giftcard-content-banner-img img {
    width: 100%;
    height: 100%;
}
.home-container .giftcard-content-banner-dot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 95px;
    box-sizing: border-box;
    cursor: pointer;
}
.home-container .giftcard-content-banner-dot-item {
    width: 16px;
    height: 16px;
    background: #949494;
    border-radius: 50%;
}
.home-container .giftcard-content-banner-dot-item.active {
    background: #333333;
}
.home-container .giftcard-content-detail {
    width: 510px;
    white-space: wrap;
}
.home-container .giftcard-content-detail-text {
    font-size: 20px;
    color: #332C2B;
    line-height: 34px;
}
.home-container .giftcard-content-detail-price {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.home-container .giftcard-content-detail-price-item {
    margin-bottom: 12px;
    width: 121px;
    height: 52px;
    background: #F5F5F7;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    line-height: 52px;
}
.home-container .giftcard-content-detail-price-item.active {
    color: #fff;
    background: #F25B6C;
}
.home-container .giftcard-content-detail-input {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 0 26px;
    box-sizing: border-box;
    height: 57px;
    border-radius: 8px;
    background: #F5F5F7;
}
.home-container .giftcard-content-detail-input input {
    flex: 1;
    outline: none;
    border: none;
    background: transparent;
}

.home-container .footer-wrapper {
    padding-top: 60px;
    background: #fff;
}
.home-container .footer-box {
    margin: 0 auto;
    width: 1165px;
    font=size: rgb(51, 44, 43);
}
.home-container .footer-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #332C2B;
}
.home-container .footer-content-menu {
    width: 550px;
    display: flex;
    justify-content: space-between;
}
.home-container .footer-content-menu-list {
    display: flex;
    flex-direction: column;
}
.home-container .footer-content-menu-list-title {
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: bold;
    color: #332C2B;
}
.home-container .footer-content-menu-list-item {
    margin-bottom: 18px;
    font-size: 13px;
    color: #332C2B;
    text-decoration: none;
}
.home-container .footer-content-menu-list-item:last-child {
    margin-bottom: 0;
}
.home-container .footer-content-info {
    width: 460px;
}
.home-container .footer-content-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}
.home-container .footer-content-info-top-logo {
    width: 175px;
}
.home-container .footer-content-info-top-link-title {
    margin-bottom: 8px;
    text-align: right;
    font-size: 15px;
    color: #332C2B;
}
.home-container .footer-content-info-top-link-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
}
.home-container .footer-content-info-top-link-icon i {
    font-size: 40px;
    color: #535353;
}
.home-container .footer-content-info-bottom {
    display: flex;
    flex-wrap: wrap;
}
.home-container .footer-content-info-bottom-item {
    margin-right: 20px;
    line-height: 25px;
    font-size: 15px;
    color: #332C2B;
}
.home-container .footer-copyright {
    display: flex;
    justify-content: space-between;
    padding: 28px 0 80px;
}
.home-container .footer-copyright-language i {
    vertical-align: middle;
    margin-left: 15px;
    font-size: 26px;
}
.home-container .wechatbar {
    z-index: 9999;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 48px;
    transform: translateX(50%);
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 hsl(0deg 0% 83% / 50%);
    background-color: hsla(0, 0%, 100%, .9);
}
.home-container .wechatbar-item {
    height: 54px;
    text-align: center;
    color: rgb(63, 63, 63);
    border-bottom: 1px solid hsla(0,0%,82.7%,.5);
    cursor: pointer;
}
.home-container .wechatbar-item:hover {
    color: #ffffff;
    background: #F25B6C;
}
.home-container .wechatbar-item:last-child {
    border-bottom: none;
}
.home-container .wechatbar-item:hover .wbshowblock {
    display: block;
}
.home-container .wechatbar-item i {
    font-size: 30px;
    line-height: 54px;
}
.home-container .wbshowblock {
    display: none;
    position: absolute;
    right: 66px;
    min-height: 110px;
    min-width: 50px;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 4%);
    color: #606060;
    text-align: center;
}
.home-container .wbshowblock img {
    width: 140px;
}
.home-container .wbshowblock p {
    padding-bottom: 9px;
    line-height: 16px;
    text-align: center;
}