body {
    font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
    position: relative;
    -webkit-text-size-adjust: 100% !important;
}

body,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
}

a {
    color: #00B7FF;
}

.head-bar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    background-color: white;
    z-index: 1000;
}

.head-bar .head-bar-right {
    font-size: 18px;
    margin-top: 12px;
    float: right;
}

.head-bar-right i {
    cursor: pointer;
}

.hidden {
    visibility: hidden;
}

.head-bar-placeholder {
    height: 60px;
}

.head-info {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #E4EEF7;
    padding: 2px 5px;
    color: #6a8dd3;
    font-size: 13px;
    z-index: 1000;
}

.head-info span {
    color: #385da6;
}

.head-info i {
    float: right;
    padding: 5px;
}

.customer-page {}

#customer-frame {
    /*overflow-scrolling: touch;*/
    /*-webkit-overflow-scrolling: touch;*/
    width: 100%;
    display: block;
    overflow-Y: auto;
    height: 100%;
    border: none;
}

.about-content {
    padding-top: 30px;
}

.about-content p {
    text-align: justify;
    text-indent: 33px;
}

.about-content .logo,
.about-content h2,
.about-content .link-container {
    text-align: center;
}

.about-footer {
    padding-top: 120px;
    text-align: center;
}

.hidden {
    display: none;
}

.ract-content {
    padding-top: 20px;
    position: relative;
    z-index: 500;
}

.ract-content>.ract-img {
    height: 250px;
    width: 100%;
    text-align: center;
}

.ract-content>div img {
    width: 90%;
    height: 100%;
}

.ract-content ul {
    text-align: left;
    list-style: none;
    background: white;
    padding-left: 0;
    margin-top: 20px;
}

.ract-content ul li {
    padding-left: 22px;
    border-top: 1px solid #e3e3e3;
}

.ract-content ul li,
.ract-content ul span {
    font: 1rem/3.5rem 微软雅黑;
    color: #333333;
}

.enter {
    font: 1rem/1.5rem 微软雅黑;
    text-align: center;
    padding-top: 10px;
    height: 160px;
    margin-top: 20px;
}

.enter img {
    height: 100%;
}

.enter-bottom {
    margin-top: 70px;
    margin-left: 10px;
    width: 100%;
}

.timeCount {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hidden-content {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: white;
    overflow: hidden;
    z-index: 700;
}

.hidden-content-last {
    transition: all 0.5s;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    top: 50%;
    bottom: 50%;
    background: white;
    overflow: hidden;
    z-index: 100;
}

.functionMenu img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.rotateMenu img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

.functionMenuHost1 {
    top: 50%;
    right: 50%;
}

.functionMenuHost2 {
    left: 50%;
    top: 50%;
}

.functionMenuHost3 {
    bottom: 50%;
    right: 50%;
}

.functionMenuHost4 {
    bottom: 50%;
    left: 50%;
}

.functionMenu {
    border-radius: 30px;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    margin-right: -30px;
    margin-top: -30px;
}

.rotateMenu {
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    width: 60px;
    height: 60px;
    margin-right: -30px;
    margin-top: -30px;
    z-index: 999;
}

.alertContent {
    position: fixed;
    z-index: 600;
    background: rgba(230, 230, 230, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.alertContentBody {
    background: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 10%;
    width: 80%;
    padding: 20px 0;
    border-radius: 5px;
}

.alertContentBody p {
    width: 80%;
    margin: 20px auto;
    text-indent: 2rem;
    text-align: left;
}

.alertContentBody a {
    text-decoration: underline;
    font: 20px/25px 微软雅黑;
    color: #3a61b1;
}

.secondContent {
    max-height: 300px;
    overflow-y: auto;
}

.closeAlert {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left;
}

.closeAlert img {
    width: 40%;
}

.logoImage {
    width: 35%;
}

.pagination {
    vertical-align: middle;
}

.pagination li {
    display: inline-block;
}

.licence-content {
    min-height: 350px;
}

.licence-content li {
    padding-left: 15px;
    list-style: none;
    font: 1.3rem/3rem 微软雅黑;
}

.pageTotal {
    max-height: 350px;
    overflow-y: auto;
}

.ractNameEn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.controllerDrop {
    width: 100%;
}

.ractDetail {
    max-height: 150px;
    display: none;
    padding-left: 15px;
    width: 100%;
}

.searchName {
    background: #269afa;
    padding: 10px 20px;
    border: 1px solid #269afa;
    border-shadow: 3px 3px black;
}

.panel {
    margin-bottom: 0;
}

.disclaimer {
    width: 95%;
    margin: 5px auto;
    font: 1.5rem/2.5rem 微软雅黑;
    text-indent: 2em;
}

.enterImage1 {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 4.5s linear;
    -webkit-transition: transform 4.5s linear;
    -o-transition: transform 4.5s linear;
    -ms-transition: transform 4.5s linear;
    -moz-transition: transform 4.5s linear;
}

.enterImage {
    transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transition: transform 4s linear;
    -webkit-transition: transform 4s linear;
    -o-transition: transform 4s linear;
    -ms-transition: transform 4s linear;
    -moz-transition: transform 4s linear;
}

.luckdraw {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: auto;
}

.luckdraw>div {
    position: absolute;
    top: 10%;
}

.luckdraw .luckdrawSlideList {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    z-index: 200;
}

.banner {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.banner .turnplate {
    display: block;
    width: 100%;
    position: relative;
}

.banner .turnplate canvas.item {
    width: 100%;
}

.banner .turnplate img.pointer {
    position: absolute;
    width: 31.5%;
    height: 42.5%;
    left: 34.6%;
    top: 23%;
}

.prizecontent,
.prizecontent iframe {
    height: 100%;
    width: 100%;
}

.submit_btn3:hover {
    text-decoration: underline;
}

.style_700 .content-text {
    position: absolute;
    top: 47.7%;
    left: 10%;
    right: 10%;
    font: 400 18px/22px 微软雅黑;
    color: #fff;
    text-align: center;
}

.style_700 .logocontent {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
}

.style_700 .logocontent img {
    width: 15%;
    position: relative;
    bottom: 60px;
    opacity: 0.1;
}

.style_700 .qrcode {
    position: absolute;
    width: 12%;
    left: 5%;
    bottom: 3%;
}

.style_700 .logocontent hr {
    width: 0%;
}

.style_700 .logocontent p {
    text-align: center;
    position: relative;
    top: 60px;
    opacity: 0.1;
    width: 37%;
    margin: 0 auto;
    font: 12px/21px 微软雅黑;
    color: #fff;
}

.showCheckList .info11 p {
    padding: 3px 8px;
}

.showCheckList p {
    text-align: left;
    background: url(../images/bgImg0.png) -57px;
    padding: 3px 14px;
    color: white;
}

.showCheckList {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.showCheckList .checkContentPack {
    padding: 7px 0;
}

.showCheckList li .protectArea {
    list-style: none;
    font-size: 14px;
    text-decoration: none;
}

.type2,
.type0,
.type1 {
    display: none;
}

.showCheckList .checkContentPack img {
    width: 100%;
}

.showCheckList .checkContentPack a {
    color: #333;
}

.showCheckList li {
    display: none;
}

.carousel-inner>div {
    height: 100%;
}

.carousel-inner img {
    width: 100%;
}

.checkContentPack .swiper-container {
    width: 100%;
    height: 130px!important;
}

.demoDaliImg,
.hidden-content,
.stratbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.demoDaliImg img {
    width: 100%;
    height: 100%;
}

.imgList {
    position: relative;
}

.imgList>img {
    width: 100%;
}

.icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 10px;
    text-align: right;
}

.icon img {
    position: relative;
    width: 5%;
    top: 7px;
}

.imgListShow {
    display: none;
}

.textPath {
    overflow: hidden;
    height: 100%;
}

.blockQuite {
    display: inline-block;
    position: absolute;
    top: 34%;
    left: 35%;
    width: 28%;
    height: 16%;
}

.imgrota-one {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -moz-transform: rotateX(180deg);
    /* Firefox */
    -webkit-transform: rotateX(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateX(180deg);
}

.imgrota-two {
    transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    /* IE 9 */
    -moz-transform: rotateX(0deg);
    /* Firefox */
    -webkit-transform: rotateX(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotateX(0deg);
}


/*.swiper-container1 div{*/


/*height: 220px;*/


/*}*/


/*.swiper-container1 div img{*/


/*width: 100%;*/


/*height:100%;*/


/*}*/

.showCheckList .templateTwo div h2 {
    font-size: 18px !important;
}

.templateTwo>.ract-img {
    width: 100%;
    height: 200px;
}

.templateTwo>.ract-img>img {
    width: 100%;
}

.showCheckList .info1 {
    text-align: left;
    padding: 0 4% 10px;
    border-bottom: 1px solid #e3e3e3;
}

.showCheckList .info1 p {
    background: #e8e8e8;
    border: 1px solid #dedede;
    color: #444;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 14px;
    padding: 10px 5% 10px;
}

.showCheckList .info2 {
    text-align: left;
    padding: 0 5% 10px;
    border-bottom: 1px solid #e3e3e3;
}

.showCheckList .info2 h2 {
    background: url('../images/ren.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
}

.showCheckList .info2 p {
    font-size: 14px;
    background: none;
    color: black;
    padding: 0 5% 10px;
    ;
}

.showCheckList .info7 {
    text-align: left;
    padding: 0 5% 10px;
    border-bottom: 1px solid #e3e3e3;
    display: none;
}

.showCheckList .info7 h2 {
    background: url('../images/yan.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
}

.showCheckList .info7 p {
    font-size: 14px;
    font-family: 宋体;
    background: none;
    color: black;
}

.showCheckList .info4 .info4Detail .rzxx {
    background: url('../images/cprz.png') no-repeat left bottom;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -17px;
}

.showCheckList .info4 .info4Detail .gybz {
    background: url('../images/gybz.png') no-repeat left bottom;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -17px;
}

.showCheckList .info4 .info4Detail .clsy {
    background: url('../images/sycl.png') no-repeat left bottom;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -17px;
}

.showCheckList .info4 .info4Detail .gdys {
    background: url('../images/gdys.png') no-repeat left bottom;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -17px;
}

.showCheckList .info4 .info4Detail .qixq {
    background: url('../images/qyxq.png') no-repeat left bottom;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -17px;
}

.showCheckList .info4 .info4Detail .qyry {
    background: url('../images/qyry.png') no-repeat left bottom;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -17px;
}

.showCheckList .info4 .info4Detail .cpxq {
    background: url('../images/pin.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
    margin-left: 30px;
}

.showCheckList .info4 .info4Detail .bhfw {
    background: url('../images/hu.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
    margin-left: 30px;
}

.showCheckList .info4 .info4Detail .scgy {
    background: url('../images/gong.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
    margin-left: 30px;
}

.showCheckList .info4 .info4Detail .gsry {
    background: url('../images/rong.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
    margin-left: 30px;
}

.showCheckList .info4 .info4Detail .zlts {
    background: url('../images/zhi.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
    margin-left: 30px;
}

.showCheckList .info4 .info4Detail .qyxq {
    background: url('../images/qi.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
    margin-left: 30px;
}


/* 一屋一码 */

.showCheckList .gdrz h2 {
    background: url('../images/gdrz.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: black;
}

.showCheckList .gdrz p {
    font-size: 15px;
    background: none;
    color: black;
    padding: 0 3% 10px;
}

.showCheckList .gdcy h2 {
    background: url('../images/gdcy.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: black;
}

.showCheckList .gdcy p {
    font-size: 15px;
    /* font-family: 宋体; */
    background: none;
    color: black;
}


/* 智慧农业 */

.showCheckList .info12 p {
    padding: 3px 8px;
}

.showCheckList .info12 .info4Detail p {
    background: #F6F6F6;
    color: black;
    margin: 0 10px;
    border-radius: 10px;
}

.showCheckList .info12 .info4Detail li {
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #d0d0c8;
    line-height: 34px;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 0;
    display: block;
}

.showCheckList .info12 .info4Detail li .show {
    margin-left: -40px;
}

.showCheckList .info12 .info4Detail {
    list-style-type: none;
    border: 0;
    margin-top: 0;
    padding-left: 45px;
}

.showCheckList .info12 .info4Detail li>span {
    position: absolute;
    width: 100%;
    height: 24px;
    background: url('../images/pull.png') no-repeat right center;
    left: -10px;
    top: 3px;
    line-height: 1.5;
}

.showCheckList .info13 h2 {
    background: url('../images/rz.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
}

.showCheckList .info13 p {
    font-size: 15px;
    background: none;
    color: black;
    padding: 0 3% 10px;
}

.showCheckList .info14 h2 {
    background: url('../images/cy.png') no-repeat left center;
    padding-left: 27px;
    background-size: 19px;
    color: black;
}

.showCheckList .info14 p {
    font-size: 15px;
    /* font-family: 宋体; */
    background: none;
    color: black;
}

.showCheckList .info12>h2 {
    background-image: linear-gradient(160deg, #32A180 20%, #417BD8 80%);
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
}

.showCheckList .info12 .info4Detail .cpxq {
    background: url('../images/xq.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -15px;
}

.showCheckList .info12 .info4Detail .bhfw {
    background: url('../images/ts.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -15px;
}

.showCheckList .info12 .info4Detail .scgy {
    background: url('../images/jc.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -15px;
}

.showCheckList .info12 .info4Detail .gsry {
    background: url('../images/sp.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -15px;
}

.showCheckList .info12 .info4Detail .zlts {
    background: url('../images/qy.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -15px;
}

.showCheckList .info12 .info4Detail .qyxq {
    background: url('../images/ry.png') no-repeat left center;
    padding-left: 27px;
    background-size: 24px;
    color: #358CDD;
    font-weight: 666;
    margin-left: -15px;
}

.showCheckList .info1 .hideSpan {
    display: none
}

.showCheckList .info1 span {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}

.showCheckList .info0 {
    width: 100%;
    display: flex;
}

.showCheckList .info0 img {}

.showCheckList .info1 div img {
    height: 35px;
    margin-top: 10px;
}

.showCheckList .info1 div a {
    margin-top: 8px;
    color: #0981CD;
    text-decoration: none;
    display: block;
    font-size: 10px;
}

.showCheckList .info1 .prices {
    display: none;
}

.showCheckList .info1 .hint {
    /*flex-grow: 1;*/
    /*flex-basis: 0;*/
    width: 20%;
    float: left;
    text-align: center;
}


/* 更改图标适配问题 */

#info1flex .hint {
    width: 25%;
}

.showCheckList .info1 div {
    font-size: 5px;
}

.showCheckList {
    left: 14px;
}

.showCheckList .info3 {
    text-align: left;
    padding: 0 5% 10px;
    border-bottom: 1px solid #e3e3e3;
}

.showCheckList .info3 h2 {
    margin: 12px 0;
}

.showCheckList .info3 ul li {
    border: none;
    padding-left: 0;
    display: block;
    font-size: 14px;
}

.showCheckList .info4 {
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
}

.showCheckList .info4>h2 {
    color: #237171;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

.showCheckList .info4 .info4Detail li {
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #d0d0c8;
    line-height: 32px;
    position: relative;
    background: #98e5e3;
    cursor: pointer;
    padding-left: 0;
    display: block;
    padding: 0 2px;
}

.showCheckList .info11 .info4Detail p {
    background: #F6F6F6;
    color: black;
    margin: 0 10px;
    border-radius: 10px;
}

.showCheckList .info11 .info4Detail li {
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #d0d0c8;
    line-height: 34px;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 0;
    display: block;
}

.showCheckList .info11 .info4Detail li .show {
    margin-left: -40px;
}

.showCheckList .info11 .info4Detail {
    list-style-type: none;
    border: 0;
    margin-top: 0;
    padding-left: 45px;
}

.showCheckList .info4 .info4Detail {
    list-style-type: none;
    border: 0;
    margin-top: 0;
}

.showCheckList .info4Detail p {
    background: white;
    color: black;
}

.showCheckList .info11 .info4Detail li>span {
    position: absolute;
    width: 100%;
    height: 24px;
    background: url('../images/pull.png') no-repeat right center;
    left: -10px;
    top: 3px;
    line-height: 1.5;
}

.showCheckList .info4Detail li>span {
    position: absolute;
    width: 100%;
    height: 25px;
    background: url('../images/next.png') no-repeat right center;
    left: -10px;
    background-size: 19px;
    top: 3px;
}

.showCheckList .info5 {
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
}

.showCheckList .info5 p {
    background: none;
    color: black;
    text-align: center;
}

.showCheckList .info6 {
    text-align: left;
    padding: 0 5% 10px;
    border-bottom: 1px solid #e3e3e3;
}

.showCheckList .info6 h2 {
    margin-top: 12px;
    font-size: 18px;
}

.showCheckList .info6 p {
    background: none;
    color: black;
    padding: 0;
}

.showCheckList .info6 .info6Detail div {
    font-size: 14px;
}

.showCheckList .itemScore_2 span {
    color: grey;
}

.showCheckList .scoreWarning_2 {
    display: none;
}

.showCheckList .EvContentWarning_2 {
    display: none;
}

.showCheckList .phoneWarning_2 {
    display: none;
}

.showCheckList .itemScore_4 span {
    color: grey;
}

.showCheckList .scoreWarning_4 {
    display: none;
}

.showCheckList .EvContentWarning_4 {
    display: none;
}

.showCheckList .phoneWarning_4 {
    display: none;
}

.showCheckList .itemScore_5 span {
    color: grey;
}

.showCheckList .scoreWarning_5 {
    display: none;
}

.showCheckList .EvContentWarning_5 {
    display: none;
}

.showCheckList .phoneWarning_5 {
    display: none;
}

.showCheckList .itemScore_6 span {
    color: grey;
}

.showCheckList .scoreWarning_6 {
    display: none;
}

.showCheckList .EvContentWarning_6 {
    display: none;
}

.showCheckList .phoneWarning_6 {
    display: none;
}

.showCheckList .itemScore_8 span {
    color: grey;
}

.showCheckList .scoreWarning_8 {
    display: none;
}

.showCheckList .EvContentWarning_8 {
    display: none;
}

.showCheckList .phoneWarning_8 {
    display: none;
}

.erpVideoLink {
    width: 80%;
    height: auto;
    padding-top: 10px;
    text-align: center !important;
    margin: 0 auto;
}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #f8f5f5;
    z-index: 9999;
    text-align: center;
    display: none;
    font-size: 20px;
    margin: 0px;
    height: 40px;
    border: none;
}

.radius6 {
    font-size: 15px;
    width: 60%;
    height: 40px;
    background-color: #EC6D66;
    color: #F3F3F3;
    border: 0;
}

.hotLine {
    padding-top: 10px !important;
}

.queryFails {
    display: none;
    font-size: 25px;
    background-color: #F3F3F3;
    margin-top: 224px;
    height: 200px;
    justify-content: center;
    align-items: Center;
    width: 90%;
    margin-left: 5%;
    border-radius: 15px;
    border: 2px #DADADA solid;
}


/* 积分商城 */

.IntegralBtn-wrap {
    margin: 10px 0px;
    display: none;
}

.IntegralBtn {
    padding: 4px 18px;
    color: #000;
    background: #98e5e3;
    border-radius: 10px;
    line-height: 18px;
    cursor: pointer;
}
