li {
    list-style: none;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
.container-box {
    width: 300px;
    position: absolute;
    top: 190px;
    left: 380px;
}
.container-ipt {
    width: 300px;
    height: 36px;
    border: solid 1px #FFF;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.container-ipt input {
    width: 300px;
    height: 34px;
    padding: 10px;
    border: 0;
}
.condition-ipt div:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: left;
}
.container-a {
    width: 34px;
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
}
.container-a img {
    width: 20px;
}
.default {
    width: 100%;
    /*background: #F0F3F5;*/
    border-bottom: solid 1px #E6E6E6;
}
.default ul {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    display: flex;
    margin: auto;
}
.default ul li {
    font-size: 14px;
    padding: 30px 4px 20px;
    margin-right: 30px;
    /*color: #888;*/
    position: relative;
}
.default ul li > a {
    color: #333;
    padding: 5px 10px;
    border-radius: 2px;
}
.default ul li.active a{
    background: linear-gradient(to right,#F3632A,#EA1842);
    color: #fff;
    font-weight:bold ;
}
.nav {
    width: 100%;
    background: #F0F3F5;
}
.nav.stick{
    position: fixed;
    top: 74px;
    z-index: 1029;
}
div.main.asd{
    padding-top: 60px!important;
}
.nav ul {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    display: flex;
    margin: auto;
}
.nav ul li {
    font-size: 15px;
    color: #888;
    position: relative;
border: solid 1px #F0F3F5;
    margin-right: 60px;
    text-align: center;

}
.nav ul li > a {
    color: #888;
    padding: 16px 13px;
    display: inline-block;
    border-radius: 2px;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold;
    letter-spacing: 0px;
    font-weight: normal;
    font-stretch: normal;
}
.nav ul li b {
    display: none;
    width: 50px;
    height: 4px;
    background-color: #d32a2a;
    background-image: linear-gradient(270deg, rgba(234, 22, 67, 1) 0%, rgba(243, 99, 42, 1) 100%), linear-gradient(rgba(173, 34, 35, 1), rgba(173, 34, 35, 1));
    background-blend-mode: normal, normal;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    left: 40%;
    bottom: 0;
    margin-left: -18px;
}
.nav ul li.active>b{
    display: inline-block;
}
.nav ul li.active a{
    color: #333;
    font-weight: bold;
}
.nav ul li:hover{
    border-left: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
    box-shadow: 0px 1px 9px -1px  rgba(0, 0, 0, 0.1);

}

.main {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    /*display: flex;*/
}

.main-left {
    width: 925px;
    margin-right: 20px;
}

.main-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e6e6e6;
    padding: 40px 0;
}
.img-box {
    width: 210px;
    height: 160px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.img-box img {
    width: 100%;
}

.img-box span:nth-of-type(1) {
    background: rgba(0, 0, 0, 0.5);
    width: 80px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.img-box span:nth-of-type(2) {
    background: rgb(211, 42, 46);
    width: 46px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.text-box {
    width: 615px;
    padding: 0 10px;
}
h4 {
    margin-bottom: 10px;
    font-weight: 400!important;
    color: #333!important;
    font-size: 20px!important;
}
.text-box {
    position: relative;
    color: #919191;
}
.text-box a h4:hover {
    color: #D32A2A!important;
    cursor: pointer!important;
}
.main-text-all{
    cursor: pointer;
}
.text-box div:nth-of-type(1) {
    margin-top: 20px;
}

.text-box-bottom {
    width: 595px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
}

.text-box-bottom p img {
    width: 25px;
}

.text-box-bottom ul {
    display: flex;
}

.text-box-bottom ul li {
    padding-left: 35px;
    display: flex;
    align-items: center;
}
.text-box-bottom ul li:nth-of-type(1),
.text-box-bottom ul li:nth-of-type(2){
    padding-right: 35px;
}

.text-box-bottom ul li img {
    width: 18px;
}

.main-right {
    width: 275px;
}

.main-btn {
    background: #D32A2A;
    width: 100%;
    border: solid 1px #D32A2A;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0;
    margin: 40px 0;
    color: #fff;
    font-weight: 600;
}

.main-btn:hover {
    cursor: pointer;
    background: #BD2626;
}
.main-text {
    border-top: solid 1px #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px;
}

.main-text span:first-child {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.main-text span:last-child {
    color: #666;
    font-size: 12px;
}
.main-title {
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
}
.main-title img {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}
.main-img {
    width: 100%;
}
.main-img img {
    width: 100%;
    margin-top: 30px;
}

.thd-pager .thd-pagination>li>a {
    line-height: 1.428571429;
    position: relative;
    float: left;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid #B0B4B9;
    color: #555;
    background-color: #FFFFFF;
    padding: 7px 12px;
}


/*精选方案*/
.scheme {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
}
.scheme-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px !important;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    /*width: 100%;*/
    padding: 0 0 20px;
}
.scheme-title span{
    font-size: 30px;
}
.scheme-title a{
    color: #979797;
    border: solid 1px #979797;
    padding: 4px 10px 4px 12px;
    border-radius: 20px;
}
.scheme-title a img{
    margin-bottom: 1px;
}
.scheme-title a:hover{
    color: #979797;
    /*border: solid 1px #D32A2A;*/
}
.scheme-main-box{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 80px;
}
.scheme-main:hover{
    box-shadow: 0px 1px 5px 1px #E7E9EB;

}
.scheme-main{
    width: 32%;
    box-sizing: border-box;
    margin: 10px 0;
}
.scheme-main:nth-of-type(3n-4){
    margin-right:2%;
    margin-left:2%;
}
.scheme-img-box{
    width: 100%;
    height: 290px;
    position: relative;
}
.scheme-img-box img{
    width: 100%;
    height: 100%;
}
.scheme-img-box a.vr{
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 4px 16px 4px 20px;
    border-radius: 16px;
    background: rgba(10,15,19,0.5);
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.scheme-img-box a.vr span{
    font-size: 8px;
}

.scheme-img-box p.zb{
    color: #fff;
    background: rgba(10,15,19,0.5);
    border-radius: 18px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 28px;
    padding: 0 24px 0 36px;
}
.scheme-img-box p.zb img{
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.scheme-img-box p.zb span {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.scheme-main-title{
    border: solid 1px #f5f5f5;
    border-top: none;
    box-sizing: border-box;
    /*padding: 10px 20px;*/
}
.scheme-main-title>p:nth-of-type(1){
    font-size: 20px;
    color: #333;
    padding: 16px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.scheme-main-title>p:nth-of-type(2){
    color: #888;
    padding: 0 10px 23px;

}
.scheme-main-time div img:nth-of-type(1){
    margin-right: 10px;
}
.scheme-main-time div img:nth-of-type(2){
    width: 3px;
    margin-left: 10px;
}
.scheme-main-time div p{
font-size: 14px;
    color: #4A4A4A;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 160px;
}
.scheme-main-time div{
    display: flex;
    align-items: center;
    height: 24px;
    background: #F1F4F5;
    border-radius: 10px;
    padding: 0 10px;
}
.scheme-main-time{
    margin-bottom: 16px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scheme-main-time>span{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}
.scheme-main-title div.scheme-main-bottom{
    height: 48px;
    border-top: solid 1px #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
.scheme-main-title div ul{
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.scheme-main-title div ul li:nth-of-type(1){
    margin-left: 0;
}
.scheme-main-title div ul li{
    display: flex;
    align-items: center;
    margin-left: 18px;
    font-size: 15px;
    color: #999;
}
.scheme-main-title div ul li img{
    width: 16px;
    /*height: 18px;*/
}
.scheme-main-title div.scheme-main-bottom p span{
    color: #333;
    /*padding: 8px 0 0;*/
    font-size: 14px;
}
.scheme-main-title div.scheme-main-bottom p img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
/*精选主题*/
.specialTopic{
    width: 100%;
    /*background: #F5F8FA;*/
    /*padding: 40px 0;*/
    margin-bottom: 35px;
}
.specialTopic-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px !important;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    padding: 0 0 18px;
}
.specialTopic-title span{
    font-size: 30px;
    color: #333;
}
.specialTopic-title a{
    color: #979797;
    border: solid 1px #979797;
    padding: 4px 10px 4px 12px;
    border-radius: 20px;
}
.specialTopic-title a img{
    margin-bottom: 1px;
}
.specialTopic-title a:hover{
    color: #979797;
    /*border: solid 1px #D32A2A;*/
}
.specialTopic-main{
    width: 1200px !important;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.specialTopic-box{
    width: 386px;
    height: 243px;
    background: #fff;
    margin: 12px 0;
    box-sizing: border-box;
    border: solid 1px #f5f5f5;
    position: relative;

}
.specialTopic-box:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.specialTopic-box:nth-of-type(2),
.specialTopic-box:nth-of-type(5),
.specialTopic-box:nth-of-type(8){
    margin-right:21px;
    margin-left:21px;
}
.specialTopic-box img{
    width: 100%;
    height: 132px;
}

.specialTopic-box h4 {
    width: 100%;
}
.specialTopic-box h4 a{
    width: 100%;
    padding: 102px 10px 10px;
    background: url("/Public/pc/img/GoodLooking/bgrgba.png")no-repeat 100% 100%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
}
.specialTopic-box p.specialTopic-text{
    color: #888;
    line-height: 1.6;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.specialTopic-box div{
    color: #888;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}
.specialTopic-box div span{
    color: #D32A2A;
    font-weight: bold;

}
.specialTopic-box div a{
    color: #888;
    font-size: 14px;

}


.specialTopic-box div p:hover{
    color: #888;
}
.specialTopic-box div a:hover{
    color: #D32A2A;
}
.loading{
    width: 100%;
    text-align: center;
    color: #888;
    cursor: pointer;
    background: rgba(255,255,255,0.6);
    border: solid 1px rgba(255,255,255,0.6);
    box-shadow: 0px -3px 8px 1px rgba(255,255,255,0.6);
    position: absolute;
    bottom: -20px;
    z-index: 100;
    padding-top: 50px;
}
/*人气日历*/
.calendar{
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
}
.calendar-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px !important;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0 20px;
}
.calendar-title p span{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #888888;
    margin-left: 16px;
}
.calendar-title p{
    font-size: 30px;
    color: #333;
}
.calendar-title a{
    color: #979797;
    border: solid 1px #979797;
    padding: 4px 10px 4px 12px;
    border-radius: 20px;
}
.calendar-title a img{
    margin-bottom: 1px;
}
.calendar-title a:hover{
    color: #979797;
    /*border: solid 1px #D32A2A;*/
}
.calendar-main-box{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0 20px;
}

.details{
    display: none;
    width: 365px;
    height: 225px;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    border: solid 1px #F3F3F3;
    box-shadow: 0px 3px 10px 0px #F3F3F3;
    position: absolute;
    left: 0;
    z-index: 10000;
    bottom: 48px;
}
/*.details::before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*bottom: -12px;*/
    /*left: 18px;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    /*border-top: 12px solid #fff;*/
    /*box-shadow: 0px 0px 0px 0px #F3F3F3;*/
/*}*/
.details::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 16px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}


.headPortrait{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 152px;
}
.headPortrait img{
    height: 100%;
    width: 100%;
 }
.detailsName{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;

}
.detailsScheme,
.detailsPrice{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0;
}
.detailsPrice span{
    color: #666;
}
.detailsScheme span{
    color: #333;
}
.detailsPrice span:nth-of-type(2),
.detailsScheme span:nth-of-type(2){
    font-size: 20px;
    position: absolute;
    left: 176px;
}
.detailsPrice span:nth-of-type(3),
.detailsScheme span:nth-of-type(3){
    position: absolute;
    left: 200px;
}
.detailsPrice span:nth-of-type(1),
.detailsScheme span:nth-of-type(1){
    width: 146px;
    text-align: right;
}
.detailsPrice span,
.detailsScheme span{
    display: inline-block;
}
.button-box{
    width: 100%;
    padding: 20px 5px;
    border-top: solid 1px #F2F2F2;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-box a:last-child{
    background: #D32A2A;
    color: #fff;
    text-align: center;
}
.button-box a:first-child{
    color: #D32A2A;
    text-align: center;
}
.button-box a{
    width: 145px;
    height: 32px;
    line-height: 32px;
    border: solid 1px #D32A2A;
    display: inline-block;
    border-radius: 4px;
}
.calendar-main-bottom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 10px 0;*/
}
.calendar-main-bottom .scheme-main{
    width: 285px;
    height: 345px;
    background-color: #ffffff;
    border: solid 1px #f5f5f5;
    margin: 0 0 22px;
    padding: 0;
    /*overflow: hidden;*/
}
.calendar-main-bottom .scheme-main:hover{
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.1);
    margin: 0;
    cursor: pointer;
}

.calendar-main-bottom .scheme-img-box{
    width: 285px;
    height: 213px;
    overflow: hidden;
}
.calendar-main-bottom .scheme-img-box img{
    width: 285px;
    height: 213px;
}
.calendar-main-bottom .scheme-main-title{
    border:none;
    border-top: none;
    box-sizing: border-box;
    /*padding: 10px 20px;*/
}
.calendar-main-bottom .scheme-main-title>p:nth-of-type(1){
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 13px 10px;
}
.calendar-main-bottom .scheme-main-title>p:nth-of-type(2){
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin: 0 10px 13px;
    padding: 0;
}
.calendar-main-bottom .scheme-main-title div ul{
    display: flex;
    align-items: center;
}
.calendar-main-bottom .scheme-main-title div ul li:nth-of-type(1){
    margin-left: 0;
}
.calendar-main-bottom .scheme-main-title div ul li{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999;
    margin-left: 15px;
}
.calendar-main-bottom .scheme-main-title div ul li img{
    width: 16px;
}
.calendar-main-bottom .scheme-main-title div{
    display: flex;
    padding: 6px 10px;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #f5f5f5;
}
.calendar-main-bottom .scheme-main-title div p span{
    color: #333;
    padding: 10px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    display: inline-block;
}
.calendar-main-bottom .scheme-main-title div p.shows a{
    display: flex;
    align-items: center;
}
.calendar-main-bottom .scheme-main-title div p img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.calendar-main-bottom .scheme-main:nth-of-type(3n-4){
   margin: 0;
}
.calendar .scheme-main:hover,
.calendar .calendar-main:hover{
    box-shadow: 0px 1px 5px 1px #E7E9EB;
    cursor: pointer;
}
.timeCalendar{
    width: 100%;
    border: solid 1px #E6E6E6;
    display: flex;
    height: 110px;
    align-items: center;
}
.month{
    width: 115px;
    height: 100%;
    text-align: center;
    border-right: solid 1px #E6E6E6;
}
.month p:nth-of-type(1){
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
.month p:nth-of-type(2){
    font-size: 16px;
    color: #494949;
}
.week{
    flex: 1;
}
.week ul{
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    padding: 13px 30px;
    align-items: center;
}
.week ul:first-child{
    border-bottom: solid 1px #E6E6E6;
}
.week ul:nth-of-type(2) li{
    cursor: pointer;
}
.week ul li{
    color: #666;
    font-size: 15px;
}
.week ul li a{
    color: #666;
    font-size: 15px;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}
.week ul li.mystyle a{
    background: #D32A2A;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.week ul li.mystyle{
    background: #D32A2A;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.option{
    width: 100%;
    height: 475px;
    /*overflow: hidden;*/
    position: relative;
    padding-top: 25px;
}
.option .option-bg {
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
    transform-origin: 50% 50%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.option .option-bg,
.option .option-mask{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
}
.option .option-mask {
    background-image: linear-gradient(-180deg,hsla(0,0%,97%,.1),#ffffff 90%);
}
.option-box{
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    display: flex;
    margin: auto;
}
.option-left{
    width: 320px;
    height: 450px;
    background: #fff;
    border: solid 1px #ECECEC;
    box-shadow: 0px 1px 18px 0px rgba(188, 188, 188, 0.6);
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
}

.option-left p{
    margin-left: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 15px 0;
}
.option-left p:hover{
    background: #F5F5F5;
}
.option-left p a{
    color: #888;
}
.option-left p a:hover{
    color: #D32A2A;
}
.option-left p span{
    width: 60px;
    display: inline-block;
}
.option-left p span:nth-of-type(2) {
    text-align: left;
    width: 45px;
    cursor: pointer;
    color: #888;
}
.option-left p span:nth-of-type(1){
    font-size: 16px;
    font-weight: bold;
    border-right: solid 1px #E4E8EB;
}
.style-l,
.type-of-household-l,
.area-l{
    width: 270px;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    position: absolute;
    left: 100%;
    z-index: 1000;
    font-size: 0;
}
.style-l{
    top: 30px;
    display: none;
}
.type-of-household-l{
    top: 105px;
    display: none;
}
.area-l{
    top: 181px;
    display: none;
}
.area-l a:hover,
.type-of-household-l a:hover,
.type-of-household-l a:hover,
.style-l a:hover{
    color: #D32A2A;
    cursor: pointer;
}
.area-l a:nth-of-type(2n-1),
.type-of-household-l a:nth-of-type(2n-1),
.style-l a:nth-of-type(2n-1){
    border-right: solid 1px #B1B1B1;
    margin: 10px 0;
    padding-left:30px;
}
.area-l a:nth-of-type(2n),
.type-of-household-l a:nth-of-type(2n),
.style-l a:nth-of-type(2n){
    margin: 10px 0;
    padding-left:40px;
}
.type-of-household-l a,
.area-l a,
.style-l a{
    display: inline-block;
    color: #888;
    width: 50%;
    font-size: 14px;
}
.input-g{
    position: relative;
    width: 100%;
}
.input-g input{
    margin: 0 20px;
    height: 44px;
    width: 280px;
    background: #F5F5F5;
    padding: 0 20px;
    border: solid 1px #F5F5F5;
    border-radius: 20px;
}
.input-g img:hover{
    cursor: pointer;
}
.input-g img{
    position: absolute;
    right: 40px;
    top: 12px;
}
.design{
    margin:30px 20px;
    display: inline-block;
}
.asa{
    background: #F5F5F5;
}

.option-right{
    flex: 1;
    height: 100%;
    position: relative;
}
.option-right iframe{
    position: absolute;
   width: 100%;
    height: 100%;
    z-index: 90;

}
.layui-carousel{
    height: 100%;
    width: 100%;
}
.layui-carousel-ind{
    display: none;
}
.layui-carousel-arrow{
    width: 52px!important;
    height: 52px!important;
}
.banner{
    height: 100%;
    width: 100%;
    position: relative;
}
/*.banner div,*/
/*.banner div img{*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/
.option-title{
    height: 100%;
    width: 100%;
    margin: auto;
    color: #fff;
    text-align: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 100;
}
#test10 button{
    position: absolute;
    z-index: 100;
}
.option-day{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 26px;
    bottom: 106px;
}
.option-name{
    position: absolute;
    right: 26px;
    bottom: 67px;
    font-size: 16px;
}
.option-day span{
    font-size: 32px;
    font-weight: bold;
}
.option-z{
    width: 114px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:linear-gradient(to right,#F3622A,#EA1842);
    border-radius: 20px;
    position: absolute;
    left: 745px;
    bottom: 15px;
}
.option-z img{
    width: 17px;
    height: 17px;
}








