[v-cloak] { display: none }
*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
i{
    font-style: normal;
}
a{
    color: white;
    text-decoration: none;
}
.ell {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: '';
    clear: both;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    min-width: 1134px;
}
#app {
    background: #031b68;
}
.banner {
    position: relative;
    width: 100%;
    height: 690px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20200509/5499059915579047315_pic1.jpg) center top no-repeat;
    text-align: center;
}
.banner-content {
    position: absolute;
    width: 990px;
    left: 50%;
    margin-left: -495px;
    bottom: 0;
    color: #fff;
}
.banner-qrcode-wrap {
    display: inline-block;
    margin-bottom: 10px;
    width: 177px;
    height: 177px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190426/5505070647935535649_pic1.png);
}
.banner-qrcode-wrap canvas {
    padding: 2px;
    margin-top: 12px;
    background: #fff;
}
.banner .p2 {
    font-size: 18px;
}
.banner .p3 {
    margin: 10px 0 40px;
    font-size: 24px;
}
.banner .font-box{
   position: absolute;
   bottom: 0;
   width: 100%;
   text-align: center;
}
.main-wrap {
    width: 100%;
    background: #06157c url(https://image01.homedo.com/Files/Images/cms/www/20200509/5037664170433874065_pic1.jpg) 0 0/100% no-repeat;
    background-size: 100% 100%;

}
.main {
    margin: 0 auto 0;
    width: 990px;
    overflow: visible;
}
.title {
    display: inline-block;
    padding-top: 55px;
    width: 100%;
    text-align: center;
    height: 127px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190421/4716983611795556923_pic1.png) center bottom no-repeat;
    font-size: 36px;
    color: #ffd280;
    box-sizing: border-box;
}
.tab-list {
    margin: 20px auto;
    width: 288px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    /* border: 2px solid #ffd280; */
    box-sizing: border-box;
}
.tab-list li {
    width: 50%;
    height: 100%;
    background: transparent;
    text-align: center;
    font-size: 18px;
    color: #ffd280;
    cursor: pointer;
    border: 2px solid #ffd280;
    box-sizing: border-box;
}
.tab-list li.selected {
    border: none;
    background: linear-gradient(to bottom,#ffd280,#b2893f);
    color: #704624;
}
.list {
    padding-top: 10px;
}
.list-item {
    position: relative;
    margin-right: 16px;
    margin-bottom: 28px;
    padding: 15px 20px 20px;
    width: 235px;
    height: 240px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: visible;
}
.sort-index {
    position: absolute;
    top: -9px;
    left: 10px;
    width: 47px;
    height: 44px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190425/4788229381436175583_pic1.png);
    color: #fff;
    z-index: 3;
}
.sort-index p {
    text-align: center;
    font-size: 12px;
}
.sort-index p:first-child {
    margin: 2px 0;
}
.sort-index p:last-child {
    font-weight: bold;
}
.list-item:nth-child(4n) {
    margin-right: 0;
}
.img-wrap {
    display: table-cell;
    padding-bottom: 10px;
    width: 195px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px dashed #aaa;
}
.list-item img {
    max-width: 195px;
    max-height: 92px;
}
.list-item .block1 {
    margin-top: 20px;
    height: 23px;
    color: #171717;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
}
.list-item .block2 {
    margin-top: 15px;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #cc7f00;
    text-align: center;
}
.list-item .block2 span {
    display: inline-block;
    vertical-align: top;
}
.list-item .block2 span:first-child {
    text-align: left;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190425/5474741339623695403_pic1.png) no-repeat;
    text-indent: 30px;
}
.list-item .block2 span:last-child {
    font-weight: bold;
}
.dialog-bottom-btn,
.qrcode-btn {
    position: relative;
    display: block;
    margin: 17px auto 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #d4952d;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    overflow: visible;
}
.qrcode-btn:hover {
    background: #e8b053;
}
.qrcode-box {
    position: absolute;
    top: -228px;
    left: 0;
    width: 100%;
    height: 228px;
    background: rgba(250,250,250,.95);
    z-index: 2;
}
.qrcode {
    margin: 50px auto 0;
    width: 127px;
    height: 127px;
}
.dialog-bottom-btn {
    width: 240px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    font-size: 18px;
}
.dialog-bottom-btn:hover,
.qrcode-btn:hover {
    color: #fff;
}
.qrcode-btn span {
    margin-right: 5px;
    display: inline-block;
    width: 23px;
    height: 16px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190425/5591631632281823994_pic1.png);
    /* vertical-align: text-bottom; */
    vertical-align: -2px;
}

.open-more {
    margin: 20px auto 0;
    width: 208px;
    height: 49px;
    line-height: 49px;
    color: #ffd280;
    text-align: center;
    border-radius: 49px;
    font-size: 17px;
    cursor: pointer;
    padding-bottom: 30px;
}
.concact-us {
   
    width: 100%;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20200509/5410734040387097575_pic1.jpg) 100% 100% no-repeat;
}
.concact-us p.text{ text-align: center;margin-top: 50px;color: #9b9b9b;padding-bottom: 20px;}
.concact-us-content {
    padding-top: 55px;
    margin: 0 auto;
    width: 990px;
    box-sizing: border-box;
    line-height: 36px;
    color: #fff;
    font-size: 14.7px;
}
.concact-us-img:after {
    content: '';
    width: 1px;
    height: 130px;
    background: #404040;
    position: absolute;
    top: 94px;
    right: 0;
}
.concact-us-img {
    position: relative;
    width: 50%;
}
.concact-us-img .qr-code {
    width: 363px;
    height: 259px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190422/4891127608620311354_pic1.png);
}
.content-block {
    width: 45%;
    font-size: 14.7px;
}
.tel {
    margin-top: 75px;
    margin-left: 60px;
}
.tel h2 {
    font-size: 23px;
    font-weight: bold;
}.tel p {
     font-size: 16px;
     margin-top: 16px;
     line-height: 1.8em;
 }

.open-more span {
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190425/5731224978054122697_pic1.png);
    vertical-align: middle;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10010;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.detail-dialog {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -407px;
    width: 814px;
    background: #fff;
}
.dialog-title {
    height: 70px;
    line-height: 70px;
    color: #222222;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.detail-dialog .close {
    width: 70px;
    height: 70px;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20190425/5755609793272265815_pic1.png) center /20px 20px no-repeat;
    cursor: pointer;
}
.dialog-content {
    padding: 0 25px 30px 60px;
    color: #222222;
    font-size: 16px;
    line-height: 25px;
}
.dialog-content p {
    margin: 15px 0;
}
.dialog-content h2 {
    font-weight: bold;
}
.footer-menu,
#footer,
.footer-security {
    display: none;
}
