/* banner */
.banner{
  width: 100%;
  max-height: 380px;
  overflow: hidden;
}

.banner img{
  display: block;
  width: 100%;
}

/* 合作流程 */
.cpage{
  width: 100%;
  background: #f0f2fc;
}

.cpage .co_list{
  width: 1200px;
  margin: -60px auto 0;
  display: flex;
  background: #fff;
  position: relative;
  height: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.cpage .co_list .co_item{
  flex: 1;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
}

.cpage .co_list .co_item:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f0f2fc;
  left: 50%;
  transform: translateY(-50%);
  top: 50px;
}

.cpage .co_list .co_item:last-child:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  background: #f0f2fc;
  left: 50%;
  transform: translateY(-50%);
  top: 50px;
}

.cpage .co_list .co_item:last-child{
  margin-right: 0;
}

.cpage .co_list .co_item .co_logo{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f0f2fc;
  box-shadow: 0 8px 10px rgba(240,240,252,.75);
  position: relative;
  z-index: 2;
}

.cpage .co_list .co_item .co_logo>img{
  display: none;
}

.cpage .co_list .co_item .co_logo:hover{
  background: #b52226;
  box-shadow: 0 8px 10px rgba(251,0,18,.38);
}

.cpage .co_list .co_item .co_logo .icon{
  display: block;
}

.cpage .co_list .co_item .co_logo:hover .icon{
  display: none;
}

.cpage .co_list .co_item .co_logo:hover .icon_1{
  display: block;
}

.cpage .co_list .co_item .co_name{
  margin-top: 15px;
  color: #333;
  font-size: 16px;
}

/* 公用title */
.public_title{
  width: 100%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}

.public_title .test{
  font-size: 28px;
  color: #333;
}

.public_title .border-bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.public_title .border-bottom i{
  width: 50px;
  height: 10px;
  background: #333;
}

.public_title .border-bottom i.red{
  background: #ce0505;
}

.sub_public_title{
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}


/* oem优势 */
.oem_content{
  width: 100%;
  background: #ecefff;
  padding: 40px 0;
}

.oem_content .oem_heart{
  width: 1200px;
  margin: 0 auto;
}

.oem_list{
  margin-top: 60px;
  display: flex;
}

.oem_list .oem_item{
  flex: 1;
  margin-right: 20px;
  height: 195px;
  width: 285px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.oem_list .oem_item.one{
  background: url(../images/choose1.png);
}

.oem_list .oem_item.two{
  background: url(../images/choose2.png);
}

.oem_list .oem_item.three{
  background: url(../images/choose3.png);
}

.oem_list .oem_item.four{
  background: url(../images/choose1.png);
}

.oem_list .oem_item:last-child{
  margin-right: 0;
}

.oem_list .oem_item .oem_tile{
  font-size: 18px;
  color: #333;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

.oem_list .oem_item .oem_dis{
  font-size: 14px;
  margin-top: 10px;
  color: #666;
  text-align: center;
  width: 100%;
  color: #fff;
}

/* 代理权益 */
.agent_content{
  width: 100%;
  background: #f9f9f9;
}

.agent_content .agent_center{
  width: 1200px;
  margin:0 auto;
  padding: 50px 0;
}

.agent_content .agent_center .agent_center_wrap{
  box-shadow: 0px 3px 9px 2px rgba(57, 57, 57, 0.15);
  margin-top: 30px;
}

.agent_content .agent_center .agent_center_wrap.on{
  padding-top: 160px;
}

.agent_content .agent_center .title_list{
  display: flex;
  width:1200px;
  align-items: center;
  justify-content: center;
}

.agent_content .agent_center .title_list.on{
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.agent_content .agent_center .title_list .titel_item{
  flex: 1;
  text-align: center;
}

.agent_content .agent_center .title_list .titel_item.one_title{
  background: #fbfbfb;
  color: #616161;
  line-height: 160px;
  text-align: center;
  height: 160px;
  font-size: 24px;
  padding: 0;
}

.agent_content .agent_center .title_list .titel_item.two_title{
  padding-top: 20px;
  height: 140px;
  line-height: inherit;
  border: 0;
  box-sizing: inherit;
}
.agent_content .agent_center .title_list .titel_item.two_title.basic{
  background: linear-gradient(20deg,#ff8065 0%, #ffc29a 100%);
}

.agent_content .agent_center .title_list .titel_item.two_title.one{
  background: linear-gradient(20deg,#ff5454 0%, #ff8560 100%);
}

.agent_content .agent_center .title_list .titel_item.two_title.two{
  background: linear-gradient(20deg,#ff5454 0%, #ff8560 100%);
}

.agent_content .agent_center .title_list .titel_item.two_title.three{
  background: linear-gradient(20deg,#ffa345 0%, #ffd663 100%);
}

.agent_content .agent_center .title_list .titel_item.two_title.four{
  background: linear-gradient(20deg,#38a2fb 0%, #65efff 100%);
}

.agent_content .agent_center .title_list .titel_item.two_title p{
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}

.agent_content .agent_center .title_list .titel_item.two_title a {
  color: #ff8065;
  background: linear-gradient(0deg,#ffe7d7 0%,#ffffff 100%);
  width: 70%;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.agent_content .agent_center .agent_list{
  display: flex;
  justify-content: center;
  background: #fff;
}

.agent_content .agent_center .agent_list .agent_item{
  flex: 1;
}


.agent_content .agent_center .agent_list .one_title li{
  color: #161616;
  font-size: 16px;
  border-top: 1px solid #eaeaea;
  line-height: 48px;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  height: 50px;
}

.agent_content .agent_center .agent_list .one_title li>i{
  color: #76ED8F;
  cursor: pointer;
}

.agent_content .agent_center .agent_list .one_title li>span{
  color: #161616;
  font-size: 14px;
}

.agent_content .agent_center .agent_list .two_title:hover{
  box-shadow: 0px 3px 9px 2px rgba(57, 57, 57, 0.15);
  z-index: 3;
}

.agent_content .agent_center .agent_list .two_title li{
  color: #161616;
  font-size: 16px;
  border-top: 1px solid #eaeaea;
  width: 100%;
  line-height: 49px;
  text-align: center;
  height: 50px;
  box-sizing: border-box;
}
.agent_content .agent_center .agent_list .two_title.baise li{
  background: #fff6f1;
}
.agent_content .agent_center .agent_list .two_title.one li{
  background: #ffd6d6;
}

.agent_content .agent_center .agent_list .two_title.two li{
  background: #ffefea;
}

.agent_content .agent_center .agent_list .two_title.three li{
  background: #fffaed;
}

.agent_content .agent_center .agent_list .two_title.four li{
  background: #eefdff;
}


.agent_content .agent_center .agent_list .two_title li>span{
  color: #161616;
  font-size: 14px;
}

.agent_content .agent_center .agent_list .two_title li>i{
  font-size: 19px;
  font-weight: bold;
}

.agent_content .agent_center .agent_list .two_title li>i.icon-duigou4{
  color:#76ED8F;
}

.agent_content .agent_center .agent_list .two_title li>i.icon-cha{
  color:#FF6C6C;
  font-size: 16px;
}

/*购买会员弹窗*/
.vipmark{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 9999;
  display: none;
}
.vipmark .vip-content-bg{
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 30px;
  display: none;
}
.shopvip-title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopvip-title .title-icon img{
  display: inline-block;
  width: 40px;
}
.shopvip-title .title-icon span{
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-size: 24px;
  color: #d8b479;
}
.bottombig{
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 3px;
}
.vipcart-list{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top:20px;
}
.vipcart-list li{
  border: 1px solid #d8b479;
  flex:1;
  margin-right: 15px;
  padding: 15px 0;
  cursor: pointer;
}
.vipcart-list li span{
  font-size: 14px;
  color: #666;
}
.vipcart-list li .level-name{
  font-size: 17px;
}
.vipcart-list li .level-pirce{
  font-size: 18px;
  font-weight: none;
  color: #ffac1c;
  
}
.vipcart-list li .level-pirce span{
  font-size: 26px;
  font-weight: bold;
  line-height: 48px;
  color: #ffac1c;
}
.vipcart-list li.on,.vipcart-list li:hover{
  background: #fff6e8;
}
.vipfooter-btn{
  width: 100%;
  text-align: center;
  margin: 30px 0 10px;
}
.vipfooter-btn button{
  padding: 3px 15px;
  background: none;
  border:1px solid #d8b479;
  color: #d8b479;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
.vipfooter-btn button.sendshop{
  background: #d8b479;
  color: #fff;
}
.vipfooter-btn button.sendshop:hover{
  background: #d49732;
  border:1px solid #d49732;
}
/* 购买成功弹窗 */
.shopsuccess{
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 30px;
  text-align: center;
  display: none;
}
.shopsuccess .title{
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.shopsuccess i{
  font-size: 200px;
  color: #19bd19;
  text-align: center;
}
.shopsuccess .timer{
  font-size: 14px;
  color: #666;
  margin-top: -28px;
}
.shopsuccess .timer span{
  color: #ce0505;
}
.shopsuccess .closepupop{
  width: 70px;
  height: 34px;
  background-color: #fff;
  color: #333;
  float: right;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all .5s ease;
}
.shopsuccess .closepupop:hover{
  background-color: #ccc;
}


/* 升级弹窗 */
.rise_mask_pupop{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.rise_mask_pupop .rise_center{
  width: 940px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.rise_mask_pupop .rise_center .title_img{
  display: block;
  width: 100%;
  height: 150px;
}

.rise_mask_pupop .rise_center .close_rise{
  position: absolute;
  top: 20px;
  right: 5px;
  color: #fff;
  font-size: 20px;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.rise_mask_pupop .rise_center .vip_rise_content{
  padding: 0 25px 30px;
  width: 100%;
  box-sizing: border-box;
}

.rise_mask_pupop .rise_center .vip_rise_content .user_renew{
  line-height: 40px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.rise_mask_pupop .rise_center .vip_rise_content .user_renew .title_color_span{
  color: #ff0000;
  margin:0 5px;
  font-size: 15px;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list{
  width: 100%;
  display: flex;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item{
  margin-right: 35px;
  border:1px solid #ccc;
  padding: 20px;
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.on{
  border:1px solid #ff5500;
    outline: 1px solid #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .tuijian{
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.userno{
  background: #f1f1f1;
    border: 1px solid #f1f1f1;
    cursor: not-allowed;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.userno .opening_jurisdiction,
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.userno .jurisdiction_list li,
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.userno .server_years,
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.userno .money_title{
  color: #b2b2b2;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .icon-tuijian4{
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 60px;
  color: #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .freeimg{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  display: block;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .icon-duigou{
  position: absolute;
  right: -1px;
  bottom: -3px;
  font-size: 26px;
  color: #ff5500;
  display: none;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .lasttext_footer{
    color: #ff5500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.on .icon-duigou{
  display: block;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item:last-child{
  margin-right: 0;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .money_title{
  font-size: 20px;
  letter-spacing: 1px;
  border-bottom:1px dashed #dedede;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .money_title .money{
  font-size: 24px;
  font-weight: bold;
  color: red;
}


.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .server_years{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .level_bg{
  height: 5px;

  width: 65px;
  display: inline-block;
  position: absolute;
  bottom: 7px;
  opacity: 0.5;
  z-index: -5;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .level_name{
  z-index: 10;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .level_bg.enjoy{
  background: red;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .level_bg.vip{
  background: #fd8c00;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .level_bg.v4{
  background: #00a1ff;
}
.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .opening_jurisdiction{
  width: 100%;
    font-size: 12px;
    color: #686868;
    line-height: 30px;

}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .jurisdiction_list{
  width: 100%;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .jurisdiction_list li{
  width: 100%;
  display: block;
  line-height: 24px;
  color: #333;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .jurisdiction_list li .icon-duigou4{
  color: #fb1717;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item.on .jurisdiction_list li .icon-duigou4{
  color: #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .vip_lv_list .vip_lv_item .jurisdiction_list li .name{
  font-size: 14px;
}


.rise_mask_pupop .rise_center .vip_rise_content .pay_mode{
  width: 100%;
  display: flex;
  margin: 20px 0;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .pay_title{
  font-size: 14px;
  color: #666;
  line-height: 40px;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .pay_list{
  flex:1;
  display: flex;
  position: relative;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .pay_list li{
  width: 120px;
  border:1px solid #ccc;
  text-align: center;
  position: relative;
  height: 41px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .pay_list li.on{
  border-color: #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .pay_list li span{
  line-height: 40px;
  display: block;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .pay_list li .iconfont{
    position: absolute;
    bottom: -18px;
    right: -14px;
    color: #ff5500;
    font-size: 48px;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith{
  display: flex;
  height: 40px;
  align-items: center;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith .money{
  width: max-content;
  font-size: 16px;
  color: #ff5500;
  font-weight: bold;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith .tips{
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
  display: none;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith .tips .Insufficient{
  color: #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith .tips .Insufficient i{
  margin-right: 3px;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith .tips .money_color{
  color: #ff5500;
  margin:0 3px;
}

.rise_mask_pupop .rise_center .vip_rise_content .pay_mode .copewith .tips .links{
  text-decoration: underline;
  color: blue;
  margin-left: 5px;
}


/*版本年限选择*/
.rise_mask_pupop .rise_center .vip_rise_content .years_mode{
    width: 100%;
    display: flex;
    margin: 20px 0;
  }

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_title{
  font-size: 14px;
  color: #666;
  line-height: 40px;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list{
  flex:1;
  display: flex;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li{
  width: 120px;
  border:1px solid #ccc;
  text-align: center;
  position: relative;
  height: 41px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 5px;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li .savemoney{
    font-weight: bold;
    color: #ff5500;
    position: absolute;
    top: -36px;
    line-height: 28px;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    display: none;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li .savemoney .triangle{
  position: absolute;
    left: 50%;
    top: 27px;
    display: block;
    width: 16px;
    transform: translateX(-50%);
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li.on .savemoney{
  display: block;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li.on{
  border:1px solid #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li span{
  line-height: 40px;
  display: block;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li .iconfont{
  position: absolute;
  bottom: -18px;
  right: -14px;
  color: #ff5500;
  font-size: 48px;
  display: none;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .pay_list li.on .iconfont{
  display: block;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith{
  display: flex;
  height: 40px;
  align-items: center;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith .money{
  width: max-content;
  font-size: 16px;
  color: #ff5500;
  font-weight: bold;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith .tips{
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith .tips .Insufficient{
  color: #ff5500;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith .tips .Insufficient i{
  margin-right: 3px;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith .tips .money_color{
  color: #ff5500;
  margin:0 3px;
}

.rise_mask_pupop .rise_center .vip_rise_content .years_mode .copewith .tips .links{
  text-decoration: underline;
  color: blue;
  margin-left: 5px;
}

.rise_mask_pupop .rise_center .vip_rise_content .click_shoping_btn{
  width: 180px;
  background: #ff5500;
  border:0;
  outline: none;
  line-height: 40px;
  color: #fff;
}