* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Tahoma;
  max-width: 7.5rem;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: 400;
  color: #000000;
  background-color: #F7F7F7;
}

a {
  text-decoration: none;
}

.line-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.flex {
  display: flex;
  align-items: center;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #008CD3;
}



.page-header{padding: 0 12px;height: 45px;justify-content: space-between;position: sticky;top: 0;z-index: 10;background-color: #ffffff;}
.page-header .logo{width: 68px;height: 9px;}
.page-header-right .col-language{font-size: 14px;line-height: 12px;font-weight: bold;color: #008AD5;}
.page-header-right .col-language span{margin-left: 4px;font-size: 14px;}
.page-header-right #language-select{text-align: right;font-size: 14px;line-height: 12px;font-weight: bold;color: #008AD5;border: none;}
.page-header-right .col-login{font-size: 14px;line-height: 12px;font-weight: bold;color: #008AD5;margin-left: 20px; max-width: 60px; overflow: hidden;width-space:nowrap; text-overflow: ellipsis;white-space: nowrap;}
.page-header-right .icon-menu{font-size: 20px;margin-left: 20px;}

.page-menu-dialog{display: none; position: fixed;left: 0;top: 0;z-index: 999;width: 100vw;height: 100vh;background-color: #008AD5;}
.page-menu-dialog .area-top{justify-content: space-between;height: 45px;padding: 0 12px;}
.page-menu-dialog .area-top .icon-close{width: 20px;height: 20px;}
.page-menu-dialog .area-top .icon-close .iconfont{font-size: 20px;color: #ffffff;}
.page-menu-dialog .area-top .img-logo{width: 68px;height: 9px;}
.page-menu-dialog .area-top .right-info{color: #ffffff;font-size: 18px;font-weight: 500;}
.page-menu-dialog .area-top .right-info .iconfont{font-size: 20px;color: #ffffff;margin-left: 4px;}
.page-menu-dialog .area-top .right-info .iconfont:first-child{margin-right: 2px;}
.page-menu-dialog .area-top #language-select-2{flex: 0; color: #ffffff;font-size: 16px;font-weight: 500;background-color: #008AD5;text-align: right;padding: 0;text-overflow: ellipsis;border: none;}

.page-menu-dialog .area-center{margin-top: 200rpx;display: flex;flex-direction: column;align-items: center;}
.page-menu-dialog .area-center .menu-item{display: inline-block;line-height: 30px;margin: 20px auto;text-align: center;font-size: 16px;color: #ffffff;}
.page-menu-dialog .area-lj{width: 100%;height: 50px;display: flex;justify-content: center;align-items: center;position: absolute;bottom: 30px;left: 0px;}
.page-menu-dialog .area-lj .item{margin: 0 20px;}
.page-menu-dialog .area-lj .item .iconfont{color: #ffffff;font-size: 20px;}
.page-menu-dialog .area-bottom{position: absolute;left: 0;bottom: 100px;width: 100%;height: 50px;display: flex;justify-content: center;align-items: center;}
.page-menu-dialog .area-bottom a{width: 80px;height: 24px;border-radius: 12px;border: 1px solid #ffffff;display: inline-block;text-align: center;line-height: 24px;color: #ffffff;margin: 0 20px;font-size: 14px;}

.page-title{width: 100%;height: 45px;background-color: #008AD5;position: sticky;top: 45px;z-index: 10;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #ffffff;}
.page-title .icon-back{color: #ffffff;font-size: 20px;position: absolute;top: 12px;left: 8px;}

input,textarea,select:focus{outline: none;}

.area-yqlj{
  height: 82px;
  padding: 0 72px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.area-yqlj .iconfont{
  font-size: 17px;
  color: #008CD3;
}

.dialog-box{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;z-index: 999;display: none;}
.mask{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;z-index: 5;background-color: rgba(0, 0, 0, 0.5);}
.message-dialog{z-index: 10;width: 340px;height: auto;border-radius: 8px;background-color: #ffffff;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 40px 20px 20px 20px;}
.message-dialog .icon-closed{font-size: 18px;position: absolute;right: 12px;top: 12px;color: #333;}
.message-dialog .form-title{font-size: 14px;line-height: 18px;color: #333;}
.message-dialog .form-input{margin-top: 15px;width: 300px;height: 90px;padding: 10px;border: 1px solid #BFBFBF;}
.message-dialog .bottom-row{margin-top: 30px;justify-content: center;}
.message-dialog .bottom-row span{margin: 0 8px;display: inline-block;width:100%;padding:0px 6px;height: 30px;border-radius: 15px;background-color: #008BD5;color: #ffffff;line-height: 30px;text-align: center;font-size: 14px;}
.message-dialog .bottom-row span:last-child{background-color: #ffffff;border: 1px solid #B5B5B5;color: #008BD5;line-height: 28px;}

/*首页*/
.index-page .page-center{background-color: #ffffff;}
.index-page .area-lunbo {width: 100%;height: 330px;overflow: hidden;display: flex;position: relative;}
.index-page .area-tongzhi{width: 100%;height: 46px;padding: 18px;box-shadow: 0px 2px 2px 0px rgba(7,0,2,0.1);background-color: #ffffff;}
.index-page .icon-laba{font-size: 14px;}
.index-page .area-tongzhi .tongzhi-box{flex: 1;height: 18px;margin-left: 6px;overflow: hidden;position: relative;}
.index-page .tongzhi-content-box{position: absolute;top: 0;left: 0;}
.index-page .area-tongzhi .tongzhi-box .row-tongzhi{justify-content: space-between;width: 100%;height: 18px;}
.index-page .area-tongzhi .tongzhi-box .row-tongzhi .col{font-size: 9px;line-height: 18px;}
.index-page .area-tongzhi .tongzhi-box .row-tongzhi .col span{color: #008CD3;}
.index-page .bg-clr{background-color: #F7F7F7;overflow: hidden;}
.index-page .area-menu{width: 100%;height: 156px;padding: 0 12px;justify-content: space-between;}
.index-page .area-menu .menu-card{width: 110px;height: 100px;border-radius: 8px; background-color: #008CD3; display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 13px;line-height: 17px;color: #ffffff;}
.index-page .area-menu .menu-card img{width: 34px;height: 34px;margin-bottom: 13px;animation: donghua 1s;}
.index-page .area-menu .menu-card-2{background-color: #FF9C00;}
.index-page .area-menu .menu-card-2 img{width: 54px;height: 28px;}
.index-page .area-point-box{padding: 0 12px;}
.index-page .area-points{background: #FFFFFF;border-radius: 8px;padding: 0px 2px 10px 2px;margin-bottom: 28px;}
.index-page .area-points .top-row{height: 44px;padding: 0 6px;justify-content: space-between; border-bottom: 1px solid #F7F7F7;font-size: 11px;color: #303030;line-height: 20px;}
.index-page .area-points .top-row .col-left span{margin-left: 5px;font-size: 17px;line-height: 20px;font-weight: bold;color: #008CD3;}
.index-page .area-points .top-row .col-right{color: #333;}
.index-page .area-points .top-row .col-right .icon-right{font-size: 16px;color: #878787;margin-left: 12px;}
.index-page .area-points .center-row{height: 92px;justify-content: space-evenly;}
.index-page .area-points .center-row .points-item{width: 36px;display: flex;flex-direction: column;align-items: center;overflow: hidden;}
.index-page .area-points .center-row .points-item .points-num{width: 36px;height: 44px;margin-bottom: 6px;border-radius: 5px;background-color: #008CD3;padding-top: 7px;position: relative;display: flex;flex-direction: column;align-items: center;}
.index-page .area-points .center-row .points-item .points-num .icon-zhuanshi{font-size: 20px;color: #ffffff;}
.index-page .area-points .center-row .points-item .points-num .num{position: absolute;left: 0;bottom: 0;width: 100%;height: 13px;background-color: rgba(7,0,2,0.1);color: #ffffff;line-height: 13px;text-align: center;font-size: 8px;}
.index-page .area-points .center-row .points-item .points-day{width: 36px;height: 18px;color: #464646;border-radius: 3px;text-align: center;line-height: 18px;display: flex;align-items: center;justify-content: center;}
.index-page .area-points .center-row .points-item .points-day .font{transform: scale(0.75);-webkit-transform: scale(0.75);; font-size: 14px;line-height: 9px;text-align: center;}
.index-page .area-points .center-row .points-item .actived{color: #999999;}
.index-page .area-points .center-row .points-item .active{background-color: #FF9C00;color: #ffffff;}
.index-page .points-item-1{animation: fadeinL 0.3s;}
.index-page .points-item-2{animation: fadeinL 0.8s;}
.index-page .points-item-3{animation: fadeinL 1.3s;}
.index-page .points-item-4{animation: fadeinL 1.8s;}
.index-page .points-item-5{animation: fadeinL 2.3s;}
.index-page .points-item-6{animation: fadeinL 2.8s;}
.index-page .points-item-7{animation: fadeinL 3.3s;}
@keyframes fadeinL{
  0%{opacity:0;transform:translateX(-100px);}
  100%{opacity:1;transform:translateX(0);}
}
.index-page .area-img{width: 100%;height: 266px;}
.index-page .area-img img{width: 100%;height: 100%;}
.index-page .area-contact{background-color: rgba(255, 255, 255, 1);margin-top: -96px;padding: 0 24px;padding-bottom: 36px;position: relative;border-radius: 18px;}
.index-page .area-contact .title{font-size: 30px;font-weight: bold;color: #008CD3;line-height: 84px;height: 84px;text-align: center;}
.index-page .area-contact .form-box{margin-top: 36px;}
.index-page .area-contact .form-box .row{justify-content: space-between;}
.index-page .area-contact .form-box .form-item .form-item-label{font-size: 11px;line-height: 12px;color: #008CD6;margin-bottom: 14px;}
.index-page .area-contact .form-box .form-item input{font-size: 11px;line-height: 30px;width: 156px;height: 30px;border: 1px solid #BFBFBF;border-radius: 5px;padding: 0 10px;}
.index-page .area-contact .form-box .row-form-item {margin-top: 17px;}
.index-page .area-contact .form-box .row-form-item textarea{width: 100%;height: 91px;border: 1px solid #BFBFBF;border-radius: 5px;padding: 10px 10px;}
.index-page .form-btn{width: 62px;height: 30px;line-height: 30px;text-align: center; margin-top: 14px; border-radius: 5px;border: none;background-color: #008CD3;color: #ffffff;font-size: 14px;font-weight: bold;}
.index-page .page-footer{width: 100%;height: 113px;background-color: #008CD3;padding: 30px 30px;}
.index-page .page-footer .row-1{font-size: 9px;line-height: 12px;text-align: center;color: #ffffff;}
.index-page .page-footer .row-2{margin-top: 16px;justify-content: center;}
.index-page .page-footer .row-2 a{font-size: 8px;line-height: 12px;color: #ffffff;}
.index-page .page-footer .row-2 a .iconfont{color: #ffffff;margin-right: 2px;}
.index-page .page-footer .row-2 a:last-child{margin-left: 8px;}

/*定义动画*/
@keyframes donghua {
  from{
      transform: scale(0.5) rotate(30deg);
  }
  to{
      transform: scale(1.0) rotate(0deg);
  }
}

/*产品列表*/
.product-list-page .area-tab{height: 40px;width: 100%;overflow-x: scroll;border-bottom: 1px solid #BFBFBF;display: flex;align-items: flex-end;z-index: 10;background-color: #ffffff;position: sticky;top: 90px;}
.product-list-page .area-tab .col-item{display: flex;flex-direction: column;align-items: center;margin: 0 20px;flex-shrink: 0;}
.product-list-page .area-tab .col-item span:first-child{font-size: 10px;line-height: 12px;color: #666666;margin-bottom: 10px;}
.product-list-page .area-tab .col-item span:last-child{width: 30px;height: 2px;}
.product-list-page .area-tab .active-item span:first-child{color: #008BD5;}
.product-list-page .area-tab .active-item span:last-child{background-color: #008BD5;}
.product-list-page .product-list{overflow: hidden;}
.product-list-page .product-list .product-item{width: 100%;padding: 20px 20px;background-color: #ffffff;}
.product-list-page .product-list .product-item .item-img{width: 100%;height: 250px;display: flex;align-items: center;justify-content: center;}
.product-list-page .product-list .product-item .item-img img{width: 288px;height: auto;}
.product-list-page .item-info{box-shadow: 0px 2px 2px 0px rgba(7,0,2,0.05);padding: 6px 0;border-radius: 5px;}
.product-list-page .product-list .product-item .product-name{font-size: 14px;font-weight: bold;color: #008CD6;line-height: 20px;height: 20px;}
.product-list-page .product-list .product-item .row-bottom{margin-top: 10px;justify-content: space-between;}
.product-list-page .product-list .product-item .row-bottom .col-left{display: flex;align-items: center;color: #666666;font-size: 14px;}
.product-list-page .product-list .product-item .row-bottom .col-left span{font-size: 14px;color: #666666;}
.product-list-page .product-list .product-item .row-bottom .col-right-btn{height: 24px;padding: 0 10px;border: 1px solid #008BD5;border-radius: 12px;color: #666666;font-size: 14px;line-height: 22px;}

/* 产品详情*/
.product-detail-page .banner {width: 100%;height: 336px;overflow: hidden;display: flex;position: relative;}
.product-detail-page .banner img {width: 100%;height: 100%;}
.product-detail-page .banner .points {position: absolute;color: #fff;width: 100%;bottom: 10px;height: 30px;display: flex;justify-content: center;align-items: center;}
.product-detail-page .banner .point {background-color: skyblue;width: 10px;height: 10px;border-radius: 50%;margin: 5px;cursor: pointer;}
.product-detail-page .points .active {background-color: #f40;}
.product-detail-page .area-name-info{width: 335px;height: 75px;margin: 4px auto;background-color: #f6f6f6;box-shadow: 0px 2px 2px 0px rgba(7,0,2,0.05);justify-content: space-between;}
.product-detail-page .area-name-info .name{font-size: 13px;font-weight: bold;color: #008CD6;line-height: 18px;margin-right: 10px;}
.product-detail-page .area-name-info .btn-msg{height: 24px;padding: 0 6px;background-color: #008CD6;color: #ffffff;line-height: 24px;border-radius: 12px;font-size: 11px;}
.product-detail-page .area-parameters{margin-top: 11px;padding: 0 20px;}
.product-detail-page .area-parameters .title{font-size: 14px;line-height: 12px;margin-bottom: 25px;font-weight:bold;}
.product-detail-page .area-parameters img{width: 100%;height: auto;display: block;margin: 0 auto;}
.product-detail-page .area-introduction{margin-top: 36px;padding: 0 16px;padding-bottom: 50px;}
.product-detail-page .area-introduction .title{font-size: 14px;line-height: 12px;font-weight:bold;}
.product-detail-page .area-introduction .content img{width: 100%;height: auto;display: block;}
.product-detail-page .area-introduction .content{width:100%;height:auto;overflow:hidden;font-size:14px;color:#555;line-height:1.8;letter-spacing:1.5px;padding:50px 0px;}
.product-detail-page .area-introduction .content p{font-size:14px;color:#555;line-height:1.8;}
.product-detail-page .area-introduction .content p.strong{margin-top:14px;margin-bottom:5px;}
.product-detail-page .area-introduction .content p.strong strong{background:#1f1f1f;display:inline-block;width:auto;padding:0px 12px;height:28px;color:#fff;line-height:28px;}
.product-detail-page .area-introduction .content img{max-width:100%;height:auto;}
.product-detail-page .area-introduction .content a{color:#0489f9;}
.product-detail-page .area-introduction .content td{border:1px solid #eee;padding:10px 5px;}
.product-detail-page .area-introduction .content table{max-width:100% !important;}

/*登录*/
.login-page{background-color: #ffffff;}
.login-page .area-top{width: 100%;position: relative;background: url('../image/img-login-top.png') no-repeat no-repeat;background-size: contain;padding-top: 47px;padding-bottom: 18px;}
.login-page .area-top .img{width: 126px;height: 126px;border-radius: 50%;border: 2px solid #ffffff;display: block;margin: 0 auto;}
.login-page .area-top .title{font-size: 17px;color: #008BD5;line-height: 20px;margin-top: 20px;text-align: center;}
.login-page .area-form{padding: 0 39px;padding-bottom: 50px;}
.login-page .area-form .row-form{width: 100%;height: 30px;margin-bottom: 27px;border-bottom: 1px solid #ABABAB;display: flex;align-items: center;}
.login-page .area-form .row-form .form-label{flex-shrink: 0;font-size: 14px;line-height: 12px;color: #333333;margin-right: 10px;}
.login-page .area-form .row-form input,select{padding: 0 8px;height: 24px;flex: 1;border: none;}
.login-page input:focus {outline: none;}
.login-page select:focus{outline: none;}
.login-page .area-form .row-form select{text-align: right;}
.login-page .area-form .row-code #canvas{width: 65px;height: 25px;margin-left: 12px;cursor: pointer;margin-left: 12px;}
.login-page .area-form .img-code{width: 65px;height: 25px;margin-left: 12px;}
.login-page .area-form .row-code{display: flex;align-items: flex-end;}
.login-page .area-form .row-code .row-form{flex: 1;margin-bottom: 0px;}
.login-page .area-form .form-btn{width: 100%;height: 43px;line-height: 43px;text-align: center;border-radius: 8px;background-color: #008BD5;color: #ffffff;margin: 0 auto;margin-top: 50px;font-size: 14px;}
.login-page .area-form .row-forget{display: flex;justify-content: flex-end;margin-top: 22px;font-size: 14px;line-height: 12px;color: #666666;}
.login-page .area-form .row-forget a{color: #008BD5;margin-right: 4px;}
.login-page .area-form .row-register{margin-top: 47px;display: flex;justify-content: center;font-size: 14px;line-height: 12px;color: #666666;}
.login-page .area-form .row-register a{color: #008BD5;margin: 0 4px;}
.login-page .area-yqlj{margin-bottom: 100px;}
.login-page .area-form .row-agree{display: flex;align-items: center;}
.login-page .area-form .row-agree .checkbox{width: 12px;height: 12px;}
.login-page .area-form .row-agree label{font-size: 14px;color: #666666;margin-left: 6px;line-height: 12px;}

/*个人信息*/
.info-page .area-nav{margin-bottom: 13px;}
.info-page .area-nav .row-nav{width: 100%;height: 53px;line-height: 53px;color: #333333;font-size: 14px;padding: 0 36px 0 42px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 1px;background-color: #ffffff;}
.info-page .area-nav .row-nav .col-right{display: flex;align-items: center;font-size: 14px;line-height: 12px;color: #333333;position: relative;}
.info-page .area-nav .row-nav .col-right img{width: 42px;height: 42px;border-radius: 50%;}
.info-page .area-nav .row-nav .col-right .flag{color: #ffffff;background-color: #FF0000;width: 14px;height: 14px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.info-page .area-nav .row-nav .col-right .flag span{font-size: 14px;line-height: 12px;color: #ffffff;transform: scale(0.75);}
.info-page .area-nav .row-nav .col-right .icon-right{color: #999999;font-size: 14px;margin-left: 10px;}
.info-page .upload-input{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;opacity: 0;}
.info-page .message-dialog .bottom-row span:last-child{background-color: #008BD5;color: #ffffff;border: none;}
.info-page .form-preference{width: 100%;margin-bottom: 80px;margin-top: 30px;border: 1px solid #999999;height: 30px;}

/*个人信息修改*/
.info-update-page .area-form{position: relative;}
.info-update-page .area-form .form-item{width: 100%;height: 53px;display: flex;align-items: center;padding: 0 20px;background-color: #ffffff;}
.info-update-page .area-form .form-item .item-label{font-size: 14px;color: #333333;width: 80px;}
.info-update-page .area-form .form-item input{font-size: 14px;color: #333333;height: 28px;border-radius: 5px;border: 1px solid #999999;flex: 1;padding: 0 8px;}
.info-update-page .area-form .form-item select{font-size: 14px;color: #333333;height: 28px;text-align: right; border-radius: 5px;border: 1px solid #999999;flex: 1;padding: 0 8px;}
.info-update-page .form-btn{width: 110px;height: 30px;border-radius: 15px;background-color: #008BD5;color: #ffffff;line-height: 30px;text-align: center;font-size: 14px;margin: 20px auto;}

/*个人中心*/
.usercenter-page .row-info{padding: 20px 20px 0px 29px;height: 160px;}
.usercenter-page .row-info .user-img{width: 105px;height: 105px;border-radius: 50%;border: 2px solid #ffffff;flex-shrink: 0;}
.usercenter-page .row-info .right-info{margin-left: 35px;}
.usercenter-page .row-info .right-info .user-name{font-size: 18px;line-height: 50px;color: #ffffff;height: 50px;}
.usercenter-page .row-info .right-info .user-from{font-size: 14px;line-height: 16px;color: #ffffff;}
.usercenter-page .area-userinfo-bottom{width: 100%;height: 50px;border-top: 1px solid rgba(255, 255, 255, 0.15);}
.usercenter-page .area-userinfo-bottom .col-item{flex: 1;border-right: 1px solid rgba(255, 255, 255, 0.15);display: flex;flex-direction: column;align-items: center;justify-content: center;}
.usercenter-page .area-userinfo-bottom .col-item .value{font-size: 18px;line-height: 18px;color: #ffffff;}
.usercenter-page .area-userinfo-bottom .col-item .title{font-size: 9px;line-height: 12px;color: #ffffff;margin-top: 6px;}
.usercenter-page .area-nav{margin-bottom: 13px;}
.usercenter-page .area-nav .row-nav{width: 100%;height: 53px;line-height: 53px;color: #333333;font-size: 14px;padding: 0 36px 0 42px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 1px;background-color: #ffffff;}
.usercenter-page .area-nav .row-nav .col-right{display: flex;align-items: center;font-size: 14px;line-height: 12px;color: #333333;}
.usercenter-page .area-nav .row-nav .col-right .flag{color: #ffffff;background-color: #FF0000;width: 14px;height: 14px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.usercenter-page .area-nav .row-nav .col-right .flag span{font-size: 14px;line-height: 12px;color: #ffffff;transform: scale(0.75);}
.usercenter-page .area-nav .row-nav .col-right .icon-right{color: #999999;font-size: 14px;margin-left: 10px;}
.usercenter-page .message-dialog .bottom-row span:last-child{background-color: #008BD5;color: #ffffff;border: none;}
.usercenter-page .form-preference{width: 100%;margin-bottom: 80px;margin-top: 30px;border: 1px solid #999999;height: 30px;}

/*关注页面*/
.attention-page .area-list{padding-bottom: 50px;}
.attention-page .area-list .list-item{width: 100%;height: 132px;padding: 0px 34px 0 24px;background-color: #ffffff;display: flex;align-items: center;position: relative;margin-top: 3px;}
.attention-page .area-list .list-item .item-left{width: 82px;height: 82px;border-radius: 5px;border: 1px solid #D5D5D5;display: flex;justify-content: center;align-items: center;margin-right: 13px;}
.attention-page .area-list .list-item .item-left img{width: 75px;height: 75px;object-fit: contain;}
.attention-page .area-list .list-item .item-right .item-name{font-size: 11px;line-height: 14px;color: #333333;margin-bottom: 20px;}
.attention-page .area-list .list-item .item-right .row-btn-box{display: flex;align-items: center;}
.attention-page .area-list .list-item .item-right .row-btn-box .btn{width: 75px;height: 22px;border-radius: 11px;border: 1px solid #008BD5;display: flex;align-items: center;justify-content: center;}
.attention-page .area-list .list-item .item-right .row-btn-box .btn:first-child{margin-right: 15px;}
.attention-page .area-list .list-item .item-right .row-btn-box .btn span{font-size: 14px;color: #008BD5;transform: scale(0.83);}
.attention-page .area-list .list-item .icon-close{font-size: 14px;position: absolute;top: 26px;right: 22px;}

/*经销商列表*/
.dealers-list-page .area-search{background-color: #F7F7F7;width: 100%;height: 44px;padding-right: 16px;position: sticky;top: 90px;z-index: 10;}
.dealers-list-page .area-search select{margin-left: 10px;background-color: #F7F7F7;border: none;max-width: 70px;font-size: 10px;text-overflow: ellipsis;}
.dealers-list-page .col-input{border: 1px solid #B5B5B5; border-radius: 14px;width: 142px;height: 28px;position: relative;overflow: hidden;margin-left: 20px;}
.dealers-list-page .col-input input{border: none;background-color: #F7F7F7;width: 100%;height: 100%;outline: none;padding: 0 10px;}
.dealers-list-page .col-input .icon-search{font-size: 16px;position: absolute;right: 11px;top: 6px;color: #333;font-weight: bold;}
.dealers-list-page .area-list{padding-bottom: 50px;}
.dealers-list-page .item-card{width: 100%;background-color: #ffffff;margin-bottom: 5px;padding: 20px 20px;display: flex;align-items: center;}
.dealers-list-page .item-card .item-img{width: 82px;height: 82px;border-radius: 5px;margin-right: 11px;flex-shrink: 0;}
.dealers-list-page .item-card .right-info{color: #333;flex: 1;}
.dealers-list-page .item-card .right-info .info-name{font-size: 11px;line-height: 14px;margin-bottom: 6px;}
.dealers-list-page .item-card .right-info .info-tags{margin-bottom: 4px;}
.dealers-list-page .item-card .right-info .info-tags span{padding: 0 4px;height: 10px;line-height: 10px;border-radius: 5px;background-color: #E7E7E7;margin-right: 4px;margin-bottom: 2px; font-size: 7px;}
.dealers-list-page .item-card .right-info .info-add{display: flex;margin-bottom: 4px;}
.dealers-list-page .item-card .right-info .info-add .tit{font-size: 10px;line-height: 14px;flex-shrink: 0;}
.dealers-list-page .item-card .right-info .info-add .content{font-size: 10px;line-height: 14px;}
.dealers-list-page .item-card .right-info .info-tel{font-size: 10px;line-height: 14px;display: flex;align-items: center;justify-content: space-between;}
.dealers-list-page .item-card .right-info .info-tel .btn{width: 75px;height: 20px;border-radius: 10px;border: 1px solid #008BD5;display: flex;align-items: center;justify-content: center;}
.dealers-list-page .item-card .right-info .info-tel .btn span{font-size: 14px;line-height: 12px; color: #008BD5;transform: scale(0.83);}

/*经销商详情*/
.dealers-detail-page .banner {width: 100%;height: 330px;overflow: hidden;display: flex;position: relative;}
.dealers-detail-page .banner img {width: 100%;height: 100%;}
.dealers-detail-page .banner .points {position: absolute;color: #fff;width: 100%;bottom: 10px;height: 30px;display: flex;justify-content: center;align-items: center;}
.dealers-detail-page .banner .point {background-color: skyblue;width: 10px;height: 10px;border-radius: 50%;margin: 5px;cursor: pointer;}
.dealers-detail-page .points .active {background-color: #f40;}
.dealers-detail-page .area-info{margin-top: 20px;padding: 0 20px;}
.dealers-detail-page .area-info .info-name{font-size: 14px;line-height: 16px;margin-bottom: 6px;color: #008BD5;font-weight: bold;}
.dealers-detail-page .area-info .info-tags{margin-bottom: 4px;}
.dealers-detail-page .area-info .info-tags span{padding: 0 4px;height: 10px;line-height: 10px;border-radius: 5px;background-color: #E7E7E7;margin-right: 4px;margin-bottom: 2px; font-size: 7px;}
.dealers-detail-page .area-info .info-add{display: flex;margin-bottom: 8px;}
.dealers-detail-page .area-info .info-add .tit{font-size: 10px;line-height: 14px;flex-shrink: 0;}
.dealers-detail-page .area-info .info-add .content{font-size: 10px;line-height: 14px;}
.dealers-detail-page .area-info .info-tel{font-size: 10px;line-height: 14px;display: flex;align-items: center;justify-content: space-between;}
.dealers-detail-page .area-info .info-tel .btn{width: 75px;height: 20px;border-radius: 10px;border: 1px solid #008BD5;display: flex;align-items: center;justify-content: center;}
.dealers-detail-page .area-info .info-tel .btn span{font-size: 14px;line-height: 12px; color: #008BD5;transform: scale(0.83);}
.dealers-detail-page .area-introduction{margin-top: 36px;padding: 0 16px;padding-bottom: 50px;}
.dealers-detail-page .area-introduction .title{font-size: 14px;line-height: 12px;margin-bottom: 18px;}
.dealers-detail-page .area-introduction .content{font-size: 14px;}
.dealers-detail-page .area-storeDisplay{margin-top: 36px;padding: 0 16px;padding-bottom: 50px;}
.dealers-detail-page .area-storeDisplay .title{font-size: 14px;line-height: 12px;margin-bottom: 18px;}
.dealers-detail-page .area-storeDisplay .content img{width: 100%;height: auto;display: block;}
.dealers-detail-page .area-storeDisplay .content img{width: 100%;height: auto;display: block;}
.dealers-detail-page .area-storeDisplay .content{width:100%;height:auto;overflow:hidden;font-size:14px;color:#555;line-height:1.8;letter-spacing:1.5px;padding:50px 0px;}
.dealers-detail-page .area-storeDisplay .content p{font-size:14px;color:#555;line-height:1.8;}
.dealers-detail-page .area-storeDisplay .content p.strong{margin-top:14px;margin-bottom:5px;}
.dealers-detail-page .area-storeDisplay .content p.strong strong{background:#1f1f1f;display:inline-block;width:auto;padding:0px 12px;height:28px;color:#fff;line-height:28px;}
.dealers-detail-page .area-storeDisplay .content img{max-width:100%;height:auto;}
.dealers-detail-page .area-storeDisplay .content a{color:#0489f9;}
.dealers-detail-page .area-storeDisplay .content td{border:1px solid #eee;padding:10px 5px;}
.dealers-detail-page .area-storeDisplay .content table{max-width:100% !important;}

/*留言消息*/
.message-page .area-list{padding-bottom: 50px;}
.message-page .area-list .list-item{width: 100%;padding: 18px 19px;background-color: #ffffff;position: relative;margin-top: 3px;}
.message-page .area-list .list-item .info-time{display: flex;justify-content: flex-start;}
.message-page .area-list .list-item .info-time .ct{font-size: 8px;line-height: 12px;color: #008BD5;}
.message-page .area-list .list-item .info-user{display: flex;margin-top: 6px;}
.message-page .area-list .list-item .info-user .ct{font-size: 9px;line-height: 16px;color: #008BD5;}
.message-page .area-list .list-item .info-content{display: flex;margin-top: 10px;}
.message-page .area-list .list-item .info-content .ct{font-size: 14px;line-height: 16px;color: #333333;}


/*新闻列表页面*/
.news-list-page .area-list{padding-bottom: 50px;}
.news-list-page .item-card{width: 100%;background-color: #ffffff;margin-bottom: 5px;padding: 20px 20px;display: flex;align-items: center;}
.news-list-page .item-card .item-img{width: 82px;height: 82px;border-radius: 5px;margin-right: 11px;flex-shrink: 0;}
.news-list-page .item-card .right-info{color: #333;flex: 1;}
.news-list-page .item-card .right-info .info-title{font-size: 14px;line-height: 14px;margin-bottom: 6px;}
.news-list-page .item-card .right-info .info-time{margin-bottom: 6px;font-size: 14px;color: #666;}
.news-list-page .item-card .right-info .info-introduce{font-size: 14px;}

/*新闻详情*/

.news-detail-page .area-info{padding: 20px 20px;}
.news-detail-page .area-info .info-title{font-size: 14px;line-height: 20px;margin-bottom: 6px;color: #008BD5;font-weight: bold;}
.news-detail-page .area-info .info-time{font-size: 14px;color: #555;}
.news-detail-page .area-info .content img{width: 100%;height: auto;display: block;}
.news-detail-page .area-info .content{width:100%;height:auto;overflow:hidden;font-size:14px;color:#555;line-height:1.8;letter-spacing:1.5px;padding:10px 0px;}
.news-detail-page .area-info .content p{font-size:14px;color:#555;line-height:1.8;}
.news-detail-page .area-info .content p.strong{margin-top:14px;margin-bottom:5px;}
.news-detail-page .area-info .content p.strong strong{background:#1f1f1f;display:inline-block;width:auto;padding:0px 12px;height:28px;color:#fff;line-height:28px;}
.news-detail-page .area-info .content img{max-width:100%;height:auto;}
.news-detail-page .area-info .content a{color:#0489f9;}
.news-detail-page .area-info .content td{border:1px solid #eee;padding:10px 5px;}
.news-detail-page .area-info .content table{max-width:100% !important;}


.empty-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 520px;

  color: #888;
}

.empty-data img {
  width: 150px;
  height: 150px;
}

.empty-data p {
  font-size: 16px;
  font-weight: bold;
}


.product-detail{
    font-size: 14px;
    line-height: 25px;
}