.offer-container {
  width: 100%;
}

.offer-content {
  height: 100%;
}
.popboxs{
	width: 7.5rem;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 10000;
	display: none;
}
.popboxs .pop_content{
	width: 7.5rem;
	height: 3rem;
	background-color: #FFFFFF;
	border-radius: 0.16rem 0.16rem 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	
}
.popboxs .pop{
	/* height: 0.96rem; */
	/* border-bottom: 0.1rem solid #E6E6E6; */
}
.pop_boxa {
	width: 7.5rem;
	height: 100%;
  position: fixed;
	top:0;
	left: 0;
  z-index: 1003;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.pop_boxa .pop_b{
	width: 100%;
	height: 6.94rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.4rem 0px rgba(14, 59, 174, 0.3);
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	border: none;
	position: absolute;
	bottom: 0;
	padding: 0 0.3rem;
}
.pop_boxa .pop{
	height:0.99rem;
	border-bottom: 0.01rem solid #F0F0F0;
	font-size: 0.3rem;
	text-align: center;
	line-height: 0.99rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.title{
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: bold !important;
	color: #333333;
}
.pop_boxa .pop span{
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 0.24rem;
}
.offer-content .banner {
  height: 4.46rem;
  padding-top: 1.54rem;
  position: relative;
  box-sizing: border-box;
  background-image: url(banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.offer-content .banner p {
  text-align: center;
  line-height: 1;
  margin-top: .22rem;
  font-size: .32rem;
}
.offer-content .banner p:first-child{
  font-weight: bold;
  font-size: .6rem;
}

/* @media screen and (max-width:1366px) {
  .offer-content .banner .container-1200{
    transform: scale(0.7);
    transform-origin: center;
  }
  .offer-content .banner {
    height: 256.9px;
    padding-top: 100px;
  }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
  .offer-content .banner .container-1200{
    transform: scale(0.79);
    transform-origin: center;
  }
  .offer-content .banner {
    height: 290px;
    padding-top: 110px;
  }
} */

/* 模式 */
.offer-content .model {
  width: 100%;
}

.model>.hd {
  border-bottom: .01rem solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  padding: .6rem .3rem 0 .3rem;
  box-sizing: border-box;
  overflow-x: scroll;
}

.model>.hd li {
  min-width: 1.2rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
  padding-bottom: .3rem;
  box-sizing: border-box;
  line-height: .36rem;
  cursor: pointer;
  letter-spacing: -0.008rem;
  margin-right: .4rem;
  letter-spacing: -.02rem;
  width:25%;
}
.model>.hd li:last-child {
  margin: 0;
}
.model>.hd li:not(.active){
  /* padding-top: 16px; */
}

.model>.hd li.active {
  color: #0152D9;
  font-weight: bold;
  border-bottom: .04rem solid #0152D9;
  line-height: .36rem;
  font-size: .3rem;
  width:25%;
}

.offer-content .bd {
  position: relative;
  /* height: auto !important; */
}
.hder{
  width: 100% !important;
  height: fit-content !important;
}
.hder .box{
  width: 100% !important;
  height: fit-content !important;
}

.offer-content .bd .box {
  padding: .6rem 0 0 0;
  box-sizing: border-box;
  position: relative !important;
}
.model .edition{
  width: 100%;
  display: flex;
  font-size: .24rem;
  font-weight: 400;
  box-sizing: border-box;
  overflow: scroll;
  /* justify-content: center; */
  align-items: flex-end;
  margin-bottom: .6rem;
}
.model .edition>li{
  line-height: .58rem;
  text-align: center;
  border-radius: .04rem .04rem 0 0;
  color: #FFF;
  margin-right: .04rem;
  padding: 0 .2rem;
  min-width:1.33rem;
}
.model .edition .edition_active{
  padding: .24rem .14rem;
  font-weight: bold;
  font-size: .3rem;
  height: .78rem;
  line-height: 1;
}
.model .edition li:nth-child(1){
  background-color: #B3BBCA;
}
.model .edition li:nth-child(2){
  background-color: #30DBC7;
}
.model .edition li:nth-child(3){
  background-color: #FFD02D;
}
.model .edition li:nth-child(4){
  background-color: #7160FF;
}
.model .edition li:nth-child(5){
  background-color: #3896FF;
}
.model .edition li:nth-child(6){
  background-color: #0152D9;
}
.model .offer_detail{
  width: 100%;
  /* height: fit-content !important; */
  /* height: 28rem; */
  background-color:#FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(94, 129, 219, 0.15);
  padding: 0 .2rem 0 .2rem;
}
.model .offer_detail .offer_list{
  width: 100% !important;
  height: fit-content !important;
  padding: 0 0 1rem 0;
  /* height: 10rem !important; */
}
.model .offer_detail .offer_list>li{
  width: 100% !important;
  height: fit-content !important;
  position: relative !important;
}
.model .offer_detail .copyright{
  width: 100%;
  border-bottom: .01rem solid #E6E6E6;
  padding-top: .5rem;
}
.model .offer_detail .copyright .noTitle{
  /* padding: .5rem 0 0 0; */
}
.model .offer_detail .copyright .copyright_tit{
  font-size: .26rem;
  color: #0E0E0E;
  margin: 0 0 .3rem 0;
  line-height: .3rem;
  font-weight: bold;
}
.model .offer_detail .copyright .tit{
  width: 100%;
  display: flex;
  font-size: .24rem;
  color: #333;
  line-height: .3rem;
}
.model .offer_detail .copyright .iconfont{
  font-size: .38rem;
  color: #4DCD94;
  margin-right: .12rem;
}
.model .offer_detail .copyright li{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: .3rem;
  margin-bottom: .3rem;
}
.model .offer_detail .copyright li div{
  display: flex;
  align-items: center;
  width: 50%;
}
.model .offer_detail .Charges{
  /* margin-top: .3rem; */
  width: 100%;
}
.model .offer_detail .Charges .Charges_tit{
  font-size: .26rem;
  font-weight: bold;
  color: #0E0E0E;
  margin: .3rem 0;
}
.model .offer_detail .Charges div{
  font-weight: bold;
  color: #F7405A;
  display: flex;
  /* align-items: center; */
}
.model .offer_detail .Charges .Charges_price{
  font-size: .26rem;
  margin-right: .12rem;
  line-height: .8rem;
}
.model .offer_detail .Charges .Charges_num{
  font-size: .5rem;
}
.model .offer_detail .copyright_btn{
  display: block;
  width: 6.3rem;
  height: .84rem;
  text-align: center;
  line-height: .84rem;
  border-radius: .04rem;
  background-color: #0152D9;
  color: #fff;
  font-size: .28rem;
  margin: .56rem auto 0;
}
.model .offer_detail .atone_downLoad{
  display: block;
  width: 6.3rem;
  height: .84rem;
  text-align: center;
  line-height: .84rem;
  border-radius: .04rem;
  background-color: #0152D9;
  color: #fff;
  font-size: .28rem;
  margin: .56rem auto 0;
}
.model .offer_detail .code_downLoad{
  display: block;
  width: 6.3rem;
  height: .84rem;
  text-align: center;
  line-height: .84rem;
  border-radius: .04rem;
  background-color: #0152D9;
  color: #fff;
  font-size: .28rem;
  margin: .56rem auto 0;
}
.model .offer_detail .bbs_downLoad{
  display: block;
  width: 6.3rem;
  height: .84rem;
  text-align: center;
  line-height: .84rem;
  border-radius: .04rem;
  background-color: #0152D9;
  color: #fff;
  font-size: .28rem;
  margin: .56rem auto 0;
}
.offer-content .service_mode {
  width: 100%;
  text-align: center;
  margin-top: .7rem;
}
.offer-content .service_mode .service_title{
  font-size: .4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .58rem;
}
.offer-content .service_mode .service_select{
  width: 100%;
  margin-top: .6rem;
}
.offer-content .service_mode .service_select .active{
  color: #FFFFFF;
  background-color: #244BDF;
}
.offer-content .service_mode .service_select .service_select_title .activeIcon{
  color: #FFFFFF !important;
}
.offer-content .service_mode .service_select ul{
  background-color: #EEEEEE;
}
.offer-content .service_mode .service_select ul li{
  font-size: .32rem;
  color: #333;
  border-bottom: .01rem solid #E6E6E6;
  width: 100%;
  /* padding: .32rem; */
}
.offer-content .service_mode .service_select ul li:last-child{
  border-bottom: none;
}
.offer-content .service_mode .service_select .service_select_title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .96rem;
  line-height: .96rem;
  padding: 0 .32rem;
}
.offer-content .service_mode .service_select .service_select_title .iconfont{
  font-size: .42rem;
  color: #666666;
  transform: rotate(0deg);
    transition: .5s ease;
}
.offer-content .service_mode .service_select .service_select_title .icon_rotate {
  transform: rotate(-180deg);
  transition: .5s ease;
}
.offer-content .service_mode .service_select .service_content{
  width: 100%;
  height: 0;
  transition: height .3s linear;
  /* padding: 0 .32rem; */
  border: .01rem solid #EEEEEE;
}
.offer-content .service_mode .service_select .service_content .service_none{
  height: 0;
  transition: height .3s linear;
  display: none;
}
.offer-content .service_mode .service_select .service_content .service_block{
  display: block;
  height: 100%;
}
.offer-content .service_mode .service_select .service_height{
  height: 4.9rem;
  background-color: #FFFFFF;
}
.offer-content .service_mode .service_select .service_heights{
  height: 6.3rem;
  background-color: #FFFFFF;
}
.offer-content .service_mode .service_select .service_content .service_tit{
  width: 100%;
  border-bottom: .01rem solid #EEEEEE;
  padding: 0 .32rem .32rem .32rem;
  text-align: left;
}
.offer-content .service_mode .service_select .service_content .service_tit span:first-child{
  font-size: .26rem;
  color: #0E0E0E;
  margin: .32rem 0 .22rem 0 ;
  font-weight: bold;
  display: block;
}
.offer-content .service_mode .service_select .service_content .service_tit span{
  font-size: .26rem;
  color: #333333;
  display: block;
}
.offer-content .service_mode .service_select .service_content .service_price{
  width: 100%;
  text-align: left;
  padding: 0 .32rem .32rem .32rem;
}
.offer-content .service_mode .service_select .service_content .service_price span:first-child{
  font-size: .26rem;
  color: #0E0E0E;
  margin: .32rem 0 .22rem 0 ;
  font-weight: bold;
  display: block;
}
.offer-content .service_mode .service_select .service_content .service_price span:first-child .price_explain{
  color: #333;
  font-size: .26rem;
  margin: .22rem 0;
}
.price_explain{
  color: #333;
  font-size: .26rem;
  margin: .22rem 0;
}
.offer-content .service_mode .service_select .service_content .service_price .company{
  color: #F7405A !important;
  font-size: .26rem;
  display: inline-block !important;
}
.offer-content .service_mode .service_select .service_content .service_price .priceNum{
  font-size: .49rem;
  color: #F7405A;
  font-weight: bold;
}
.offer-content .instructions {
  /* background-color: #F7F8F9; */
  /* min-height: 487px; */
  font-size: .24rem;
  /* padding: 50px 50px 30px; */
  margin-bottom: 1rem;
  margin-top: .6rem;
  color: #666;
}

.offer-content .instructions .ins {
  /* margin-left: 58px; */
  line-height: .44rem;
}

.offer-content .instructions .ins-title {
  font-weight: bold;
  color: #333333;
  line-height: 1;
  font-size: .26rem;
  line-height: .4rem;
  /* margin-bottom: 20px; */
}
.offer-content .instructions .ins-title-t{
  margin-top: .32rem;
  margin-bottom: .2rem;
}
.offer-content .instructions .ins-content{
  font-size: .24rem;
  color: #666;
  line-height: .44rem;
}

.offer-content .instructions .ins .ins-title:first-of-type {
  /* margin-bottom: 40px; */
}

/* 样式拷贝 */
.buy-tb {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
}

.buy-tb td {
  min-height: 50px;
  height: 50px;
  padding: 5px 5px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  border: 1px solid #f0f0f0;
  vertical-align: middle;
}

.buy-tb td .iconfont {
  font-size: 24px;
}

.buy-tb td .icon-a-Doesnotsupport {
  color: #F7405A;
}

.buy-tb td .icon-support {
  color: #4DCD94;
}

.col-3 td {
  color: #333333;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
}

.col-3 .col-title {
  width: 50px;
  font-size: 18px;
  line-height: 28px;
}

.col-3 .col-two {
  width: 164px;
}

.col-3 td:last-child {
  width: 187px;
}

.col-3 td:nth-last-child(2) {
  width: 187px;
}

.col-3 td:nth-last-child(3) {
  width: 187px;
}

.col-3 td:nth-last-child(4) {
  width: 195px;
}

.col-3 td:nth-last-child(5) {
  width: 190px;
}

.col-3 td:nth-last-child(6) {
  width: 195px;
}

.service-type tbody tr .title {
  font-size: 18px;
}

.service-type tbody tr .price {
  font-size: 24px;
  color: #F7405A;
}

.service-type tbody .title-bg {
  border: 1px solid #F0F0F0;
  background-color: #F7F8F9;
  font-size: 18px;
}

.buy-tb th {
  vertical-align: middle;
  height: 140px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  border: 1px solid #f0f0f0;
}
.buy-tb th:nth-child(2){
  border-top: 4px solid #B3BBCA;
}
.buy-tb th:nth-child(2) .btn{
  background-color: #B3BBCA;
}
.buy-tb th:nth-child(3){
  border-top: 4px solid #30DBC7;
}
.buy-tb th:nth-child(3) .btn{
  background-color: #30DBC7;
}
.buy-tb th:nth-child(4){
  border-top: 4px solid #FFD02D;
}
.buy-tb th:nth-child(4) .btn{
  background-color: #FFD02D;
}
.buy-tb th:nth-child(5){
  border-top: 4px solid #7160FF;
}
.buy-tb th:nth-child(5) .btn{
  background-color: #7160FF;
}
.buy-tb th:nth-child(6){
  border-top: 4px solid #3896FF;
}
.buy-tb th:nth-child(6) .btn{
  background-color: #3896FF;
}
.buy-tb th:nth-child(7){
  border-top: 4px solid #0152D9;
}
.buy-tb th:nth-child(7) .btn{
  background-color: #0152D9;
}

.buy-tb th h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333333;
}

.buy-tb th:first-child i {
  display: block;
  width: 150px;
  height: 1px;
  background-color: #F0F0F0;
  margin: 0 auto;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

.buy-tb th:nth-child(1) span {
  display: block;
  width: 130px;
  color: #333333;
  margin: 0 auto;
  padding: 8px;
  font-weight: normal;
}

.buy-tb th span:first-child {
  text-align: right;
}

.buy-tb th span:last-child {
  text-align: left;
}

.buy-tb th p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}

.buy-tb th p .red {
  color: #F7405A;
}
.buy-tb th p .red:first-child{
  font-size: 22px;
}

.buy-tb th .btn {
  color: #FFFFFF;
  display: block;
  width: 110px;
  height: 38px;
  border-radius: 50px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 200;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.buy-tb th .btn:hover {
  /* opacity: 0.98; */
}

.intervals {
  height: 4px !important;
  padding: 0 !important;
  background-color: #F0F0F0 !important;
}

.buy-tb th .btn .talks {
  position: absolute;
  left: -80px;
  right: 0;
  z-index: 2;
  top: 38px;
  width: 198px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
}
.buy-tb th .btn .talks .iocn-qq {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  margin-left: -8px;
}

.buy-tb th .btn .talks p {
  color: #333333;
  font-size: 16px;
  line-height: 16px;
}

.buy-tb th .btn:hover .talks {
  display: block;
}

.four .col-3 td:nth-last-child(4){
  width: auto;
}

.go_download{
	display: none;
	position: absolute;
	left: 121px;
	margin-top: -74px;
	width: 180px;
	height: 114px;
	z-index: 2;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
}
.go_download span{
  color: #333333;
}
.go_download span:hover{
  color: #0152D9;
}
.go_download::before{
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: -7px;
  top:45px;
}
.talks_title {
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  background-color: #333333;
}

.talks_title img {
  width: 15px;
  height: 15px;
  margin-top: 14px;
}

.talks_title div:first-child {
  float: left;
}

.talks_title .cancel {
  float: right;
}

.talks_qq a {
  display: block;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  color: #555555;
  line-height: 52px;
  background-color: #f6f5f5;
  position: relative;
}

.talks_qq:hover div {
  color: #0152D9;
}

.talks_qq div {
  float: right;
}
.talks_qq a .icon{
  font-size: 22px;
  position: relative;
  right: 15px;
}

.talks_qq .hi {
  display: none;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 25px;
  height: 21px;
  background: url('/r/cms/www/default/images/common/Hi.png') center center no-repeat;
  background-size: 100% 100%;
}
.talks_qq:hover .yeshi,.talks_qq:hover .hi {
  display: block;
}

.talke_tel {
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #ffffff;
}
.talke_tel div {
  float: right;
  width: 120px;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.talke_tel p {
  color: #333333;
  font-size: 15px;
}
.talke_tel p:nth-child(2){
  letter-spacing: 0.2px;
}

.talke_tel p:hover {
  color: #0152D9;
}
.talke_tel img{
  width: 28px;
  height: 28px;
  position: relative;
  top: -2px;
  right: 10px;
}