@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td,section,article,aside,
header,footer,nav,dialog,figure,i,em,b{
    margin:0;padding:0;
    font-style:normal;
    font-weight: normal;
    font-family:"microsoft yahei","Microsoft YaHei UI",sans-serif;
}
ul,ol,li {
  list-style:none;
}
textarea{
  resize:none;
  outline: none;
}
input,img {
  vertical-align:middle;
  border:none;
  resize: none;
}
input:focus {
  outline:none;
}
form {
  resize: none;
  outline:none;
}
a {
  color:#333;
  text-decoration:none;
  outline:none;
  font-family:"microsoft yahei","Microsoft YaHei UI",sans-serif;
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
/* 清除浮动--clear */
.clear {
  clear: both;
}
/* 公共头部 */
.publicityTitleBox {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #dedede; 
}
.publicityBack {
  position: absolute;
  top: 50%;
  left: 3%;
  display: block;
  width: 10px;
  height: 17px;
  margin-top: -8px;
}
.publicityBack img {
  display: block;
  width: 100%;
}
.publicityTitle {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  max-width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* step_index.html */
.stepPublicityPlate {
  padding: 25px 0 20px;
}
.stepPublicityBox {
  width: 94%;
  padding: 0 3% 20px;
}
.stepPublicityBox p {
  font-size: 12px;
  color: #333;
  margin-bottom: 15px;
  line-height: 100%;
}

.stepPublicityBox .stepImg {
  display: block;
  width: 90%;
  margin: 0 auto;
}
/* step_index.html -END */

/* attention_index.html */
.guideIndexPlate {
  padding-bottom: 100px;
}
.dzcjgzh {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.dzcjSlogan {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.guideIndexBox {
  position: relative;

}
.dzcjgzh {
  position: absolute;
  top: 24%;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  text-align: center;
}
.dzcjSlogan {
  position: absolute;
  top: 40.5%;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.guideIndexBnner {
  display: block;
  width: 100%;
}
.officialText {
  margin: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 100%;
}
.guideIndexImg {
  display: block;
  width: 63%;
  margin: 0 auto;
}
.starLinkBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 94%;
  padding: 0 3%;
  padding-bottom: 15px;
  background-color: #fff;
}
.enterStarLink {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  background-color: #bf0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.howStarLink {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
}
/* attention_index.html -END */

/* search_index.html */
.publicityTitleBox.searchIndexHeader {
  background-color: #bf0000;
  color: #fff;
}
.searchIndexBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 40px 0;
  box-sizing: border-box;
}
.searchIndexBg img {
  display: block;
  width: 100%;
  height: 100%;
}
.searchContentBox {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}
.searchInput {
  display: block;
  border: 1px solid #bf0000;
  width: 90%;
  height: 44px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 46px;
}
.searchInput::-webkit-input-placeholder{
  color: #999;
}    /* 使用webkit内核的浏览器 */
.searchInput:-moz-placeholder{
  color: #999;
}                  /* Firefox版本4-18 */
.searchInput::-moz-placeholder{
  color: #999;
}                  /* Firefox版本19+ */
.searchInput:-ms-input-placeholder{
  color: #999;
}           /* IE浏览器 */
.serchIndexBtn {
  display: none;
  width: 140px;
  height: 50px;
  margin: 25px auto 40px;
  font-size: 14px;
  color: #fff; 
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background-color: #bf0000;
}
.strengthImg {
  display: block;
  width: 50%;
  margin: 40px auto 0;
}
.searchContentBox .pullDownBox {
  width: 90%;
  top: 46px;
  left: 50%;
  margin-left: -45%;
}

.searchIndexSelectBox {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.searchIndexLinkBox {
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
}
.searchIndexLinkBox a {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
}
.searchIndexLinkBox a:last-child {
  margin-right: 0;
}
.searchIndexSelectList {
  /*border-top: 1px solid #ccc;*/
  overflow: hidden;
}
.searchIndexSelectList a {
  float: left;
  display: block;
  width: 33.33%;
  height: 42px;
  font-size: 12px;
  color: #333;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  line-height: 42px;
  box-sizing: border-box;
}
.searchIndexSelectList a.on {
  color: #fff;
  border-top: 1px solid #bf0000;
  border-right: 1px solid #bf0000;
  background-color: #bf0000;

}
.searchIndexSelectList a:last-child {
  border-right: 0 none;
}
/* search_index.html -END */

/* foreign_zqxsPlus_index.html */
.headerSearchBox {
  position: relative;
  top: 4px;
  width: 75%;
  height: 30px;
  margin: 0 auto ;
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid #fff;
  border-radius: 5px;
}
.headerSearchBox i {
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-left: 5px;
  background: transparent url("./../images/headerSearchIcon.png") no-repeat center center;
  background-size: 100% 100%;
  
}
.headerSearchBox input {
  float: left;
  display: block;
  text-indent: 5px;
  width: 90%;
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
}
.headerSearchBox input::-webkit-input-placeholder{
  color: #fff;
}    /* 使用webkit内核的浏览器 */
.headerSearchBox input:-moz-placeholder{
  color: #fff;
}                  /* Firefox版本4-18 */
.headerSearchBox input::-moz-placeholder{
  color: #fff;
}                  /* Firefox版本19+ */
.headerSearchBox input:-ms-input-placeholder{
  color: #fff;
} 
.pullDownBox {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 29;
}
.pullDownTitle {
  width: 100%;
  overflow: hidden;
}
.pullDownTitle span {
  float: left;
  display: block;
  width: 50%;
  background-color: #ccc;
  color: #333;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  padding: 8px 0;
}
.pullDownList {
  width: 100%;
  background-color: #fff;
}
.pullDownList .pullDownSelect {
  width: 100%;
  display: block;
  overflow: hidden;
}
.pullDownSelect span {
    float: left;
    display: block;
    width: 50%;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.plusBannerPlate {
    padding-bottom: 54px;
}
.plusBannerBox {
    position: relative;
    width: 100%;
}
.plusBannerBox img {
    display: block;
    width: 100%;
}
/* 对比购买 */
.comparisonbBuyBox {
    position: absolute;
    top: 71.81%;
    display: block;
    width: 100%;
    text-align: center;
} 
.comparisonbBuyBox a {
    display: inline-block;
    width: 42.66%;
    padding: 10px 0;
    box-sizing: border-box;
    margin-right: 3.33%;
    border: 1px solid #fff;
    text-align: center;
    background: linear-gradient(#ffffd9,#fff7b1);
}
.comparisonbBuyBox a span:nth-of-type(1) {
    font-size: 22px;
    color: #aa0707;
    line-height: 100%;
}
.comparisonbBuyBox a span:nth-of-type(2) {
    font-size: 15px;
    margin-top: 5px;
    color: #666;
}
.comparisonbBuyBox a.last {
    margin-right: 0;
}
/* 讲解使用 */
.plusBannerVideo {
    position: absolute;
    top: 35.8%;
    left: 50%;
    width: 95%;
    margin-left: -47.5%;
    background-color: #e0e0e0;
}
.plusBannerVideo video {
    width: 100%;
}
/* 购买悬浮 */
.plusBuyLinkBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

.plusBuyLinkBox a {
    float: left;
    display: block;
    width: 50%;
    height: 54px;
    padding-top: 12px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    color: #fff;
    border-right: 1px solid #fff;
}
.plusBuyLinkBox a:nth-child(1) {
    background-color: #fc7101;
} 
.plusBuyLinkBox a:nth-child(2) {
    background-color: #d90606;
    
} 
.plusBuyLinkBox a:nth-child(3) {
    background-color: #d906a0;
    border-right: 0 none;
}
.plusBuyLinkBox a:nth-child(3) p {
    line-height: 30px;
}

.plusBuyLinkBox a.hide{
	display:none;
}

.plusBuyLinkBox p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 100%;
}

.plusBuyLinkBox a p:nth-child(2) {
    font-size: 12px;
    font-weight: 300;
    margin-top: 3px;
}

/* 立即购买 */
.justNewBuyBox {
  display: block;
  position: fixed;
  top: 50%;
  right: 3%;
/*  margin-left: -25px;
  margin-top: -25px;*/
}
.justNewBuyBtn {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 2px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  background: url("../images/justNewBuyBtnBg.png") no-repeat center center;
  background-size: 100% 100%;
}
.justNewBuyBtn.tryBtn {
  background: url("../images/justNewTryIcon.png") no-repeat center center;
  background-size: 100% 100%;  
}
.justNewBuyBtn.backTopBtn {
  background: url("../images/backTopIcon.png") no-repeat center center;
  background-size: 100% 100%;  
}
/* 试用 */
.maskBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 14;
  cursor: pointer;
} 
.tryOutBox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  margin-top: -180px;
  margin-left: -40%;
  border-radius: 10px;
  padding: 30px 0;
  background-color: #fff;
  z-index: 15;
}
.tryOutOver {
  font-size: 12px;
  text-align: center;
  line-height: 150%;
  color:#333;
}
.tryOutLink {
  margin-top: 10px;
  text-align: center;
}
.tryOutLink a {
  display: inline-block;
  width: 38%;
  height: 50px;
  margin-right: 15px;
  background-color: #bf0000;
  text-align: center;
  border-radius: 5px;
}
.tryOutLink a:last-child {
  margin-right: 0;
} 
.tryOutSorice {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 100%;
  text-align: center;
}
.tryOutText {
  display: block;
  font-size: 12px;
  color: #ffabab;
  line-height: 100%;
  text-align: center;
}
.closeBtnBorder {
  position: absolute;
  display: block;
  height: 20px;
  border-left: 1px solid #fff;
  bottom: -20px;
  left: 50%;
}
.closeTryOutBtn {
  display: block;
  position: absolute;
  bottom: -64px;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-left: -22px;
  border: 0 none;
  background: url("../images/tryOutBtnBg.png") no-repeat center center;
  background-size: 100% 100%;
  outline: none;
}
@media screen and (max-width:360px){
    .comparisonbBuyBox a span:nth-of-type(1) {
        font-size: 16px;
        color: #aa0707;
        line-height: 100%;
    }
    .comparisonbBuyBox a span:nth-of-type(2) {
        font-size: 12px;
        margin-top: 5px;
        color: #666;
    }
}
/* foreign_zqxsPlus_index.html -END */

/* my_data_index.html */

.myDataIndexBg {
  position: fixed;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.myDataContent {
  width: 94%;
  padding: 3%;
  background-color: #fff;
  overflow: hidden;
}
.myDataImg {
  display: block;
  float: left;
  width: 15%; 
  margin-top: 7px;
  margin-right: 3%;
  overflow: hidden;
  border-radius: 5px;
}
.myDataImg img {
  display: block;
  width: 100%;
}
.userCenterDataBox {
  float: left;
  width: 80%;
}
.userCenterName span {
  display: inline-block;
  font-size: 14px;
  color: #333;
  max-width: 70%;
  margin-right: 3%;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.userCenterName img {
  display: inline-block;
  vertical-align: middle;
  width: 8%;
} 
.userCenterDataBox p {
  font-size: 12px;
  color: #999;
  line-height: 140%;
}
.buySelectBox {
  width: 94%;
  margin-top: 10px;
  padding: 3%;
  overflow: hidden;
  background-color: #fff;
}
.buySelectBox a {
  display: block;
  float: left;
  width: 48%;
  padding: 10px 0;
  margin-right: 4%;
  box-sizing: border-box;
  border-radius: 5px;
  color: #bf0000;
  border: 1px solid #bf0000;
}
.buySelectBox a.on {
  display: block;
  float: left;
  width: 48%;
  padding: 10px 0;
  margin-right: 4%;
  background-color: #bf0000;
  border-radius: 5px;
  border: 1px solid #bf0000;
  color: #fff;
}
.buySelectBox p {
  font-size: 12px;
  color: #bf0000;
  line-height: 140%;
  text-align: center;
}
.buySelectBox a.on p {
  color: #fff;
}
.buySelectBox p.spriceData {
  font-size: 14px;
} 
.buySelectBox a:last-child {
  margin-right: 0;
} 
.contcatBox {
  margin-top: 10px;
  padding: 3%;
  padding-bottom: 100px;
  background-color: #fff;

}
.contcatBox a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px 0;
  padding-left: 32%;
}
.contcatBox a img {
  display: inline-block;
  width: 10%;
  margin-right: 3%;
  vertical-align: middle;
}
.contcatBox a span {
  display: inline-block;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}
.contcatNumber {
  text-align: center;
  color: #afafaf;
}
.contcatNumber span {
  display: inline-block;
  margin-right: 3%;
  color: #afafaf;
  font-size: 12px;
}

/* my_data_index.html */



.hide{
	display:none;
}

/* 购买类型 */
.buyBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fc7101;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border: 0 none;
    z-index: 10;
}
.typeMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.buyCloseBtn {
    position: absolute;
    top: 5px;
    right: 3%;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/Public/Aniu/images/closeIcon.png") no-repeat center center;
    background-size: 100% 100%;
}
.typeList {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    z-index: 12;
    width: 79%;
    padding: 3px 3% 20px;
    margin-left: -38.5%;
    box-sizing: border-box;
   	border-radius: 8px;
    background-color: #fff;
}
.typeListTit {
    font-size: 16px;
    text-align: center;
    line-height: 200%;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.selectBuyBox {
    width: 100%;
    padding-top: 16px;
}
.selectBuy {
    position: relative;
    display: block;
    width: 76%;
    height: 50px;
    margin: 0 auto 5px;
    border-radius: 6px;
    text-align: center;
    background-color: #f2f2f2;
}
.selectBuy.on {
    background-color: #d90606;
}
.selectBuy.on p, .selectBuy.on p:nth-child(2) {
    color: #fff;
}
.selectBuy:last-child {
    margin-bottom: 0;
}
.selectBuy p {
    font-size: 14px;
    line-height: 150%;
}
.selectBuy p:nth-child(1) {
    padding-top: 5px;

}
.selectBuy p:nth-child(2) {
    color: #666;
    font-size: 12px;
}
.selectBuy .selectBuyIcon {
    display: none;
    position: absolute;
    right: 3%;
    top: 50%;
    width: 22px;
    height: 20px;
    margin-top: -12px;
    background: url("/Public/Aniu/images/selectIcon.png") no-repeat center center;
    background-size: 100% 100%;
}
.selectBuy.on .selectBuyIcon {
    display: block;
} 
@media screen and (max-width:340px) {
    .selectBuy p {
        font-size: 12px;
        line-height: 150%;
    }
    .selectBuy p:nth-child(1) {
        padding-top: 7px;
    }
    .selectBuy .selectBuyIcon {
        width: 16px;
        height: 14px;
        margin-top: -10px;
    }
}

