* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
html body {
  min-height: 100%;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  color: #666;
  padding: 62px 0px 0px 0px;
}
.big-event-gray{
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
@media screen and (max-width: 768px) {
  html body {
    padding: 52px 10px 50px 10px;
  }
}
a,
input,
button {
  outline: none;
  border: none;
  text-decoration: none;
}
i {
  font-style: normal;
}
a {
  color: #333;
}
a:hover {
  color: #409eff;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
input {
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: transparent;
  vertical-align: middle;
}
input:focus {
  border-color: #409eff;
}
input::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  input {
    height: 40px;
  }
}
select {
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 0px solid #79bbff;
  background-color: #409eff;
  color: white;
  float: left;
  outline: none;
  -webkit-appearance:button;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
}
button {
  background-color: #409eff;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
  letter-spacing: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
button:hover {
  background-color: rgba(64, 158, 255, 0.8);
}
@media screen and (max-width: 768px) {
  button {
    height: 40px;
  }
}
.v-radio {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: #bbbbbb;
  cursor: pointer;
}
.v-radio div {
  float: left;
  transform: translateX(0px);
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 2px #333;
  border-radius: 50%;
  background-color: #fff;
}
.v-radio.v-active {
  background-color: #d9ecff;;
}
.v-radio.v-active div {
  transform: translateX(20px);
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  background-color: #409eff;
}
#block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.topBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 60px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  color: #bbb;
}
.topBar #logo {
  float: left;
  height: 30px;
}
.topBar .radio {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.topBar .radio i {
  float: left;
  font-size: 16px;
  color: #fff;
}
.topBar .radio .btn1 {
  float: left;
}
.topBar .nav {
  float: right;
}
.topBar .nav span {
  float: left;
  cursor: pointer;
  margin-right: 10px;
}
.topBar .nav span:hover {
  color: #fff;
}
.topBar .nav .active {
  color: #fff;
}
.topBar .info {
  float: right;
  cursor: pointer;
}
.topBar .info .login {
  float: left;
  padding: 0 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.topBar .info .login i:hover {
  color: #fff;
}
.topBar .info .peoplePic {
  float: left;
  height: 24px;
  vertical-align: middle;
}
.topBar .info .peopleName {
  float: left;
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topBar .info .peopleName:hover {
  color: #fff;
}
.topBar .afterLogin {
  position: relative;
}
.topBar .afterLogin .downInfo {
  position: absolute;
  left: 0;
  width: 105px;
  border: 1px solid rgba(187, 187, 187, 0.2);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.topBar .afterLogin .downInfo > div:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topBar {
    padding: 10px;
    font-size: 14px;
  }
  .topBar #logo {
    height: 20px;
  }
}
.provider {
  position: fixed;
  bottom: 0px;
  padding-bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: rgba(204, 204, 204, 0.8);
  z-index: 1 !important;
  background-color: #4b4b4b;
}
.provider #email {
  color: rgba(204, 204, 204, 0.8);
  cursor: pointer;
}
.provider #email:hover {
  color: #409eff;
}
@media screen and (max-width: 768px) {
  .provider {
    font-size: 14px;
  }
  .notePop {
    top: 20% !important;
  }
}
.notePop {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  max-width: 800px;
  padding: 0 40px 0 20px;
  background-color: rgba(103, 194, 58, 0.8);
  color: #fff;
  z-index: 1000001;
  font-size: 15px;
}
.notePop b {
  line-height: 40px;
}
.notePop i {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}
.siteMessage b {
  line-height: 30px;
  font-size: 16px;
}
.siteMessage{
  padding: 0 7px 0 15px;
  background-color: rgba(103, 194, 58, 0.8);
  color: #fff;
  margin: auto;
  width: 1000px;
  max-width: 100%;
  border-radius: 15px;
}
.siteMessage i{
  float: right;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.notePop.err {
  background-color: rgba(245, 108, 108, 0.8);
}
body {
  background: url("../img/bg.jpg") no-repeat center fixed;
  background-size: cover;
}
body .title {
  color: #fff;
  font-size: 50px;
  text-align: center;
  padding-top: 6vh;
  line-height: 20vh;
  letter-spacing: 2px;
}
.testTitle {	
	font-size: 18px;
    padding: 4px;
    border-radius: 8px;
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
    border-width: 1px;
	border-style: solid;
}
@media screen and (max-width: 768px) {
  body .title {
    font-size: 30px;
    padding-top: 0vh;
    line-height: 18vh;
  }
  .testTitle {
	font-size: 13px !important;
	padding: 2px !important;
	border-radius: 4px !important;
  }
}
body .main {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  z-index: 1000;
  position: relative;
}
body .main .btns .switchBtn {
  background-color: rgba(64, 158, 255, 0.8);
  border-right: 1px solid #fff;
}
body .main .btns .switchBtn:hover {
  background-color: #409eff;
}
body .main .btns .switchBtn:first-child {
  border-radius: 4px 0 0 0;
}
body .main .btns .switchBtn:last-child {
  border-radius: 0 4px 0 0;
  border-right: 0px solid #fff;
}
body .main .btns .active {
  background-color: #fff;
  color: #409eff;
  font-weight: bold;
}
body .main .btns .active:hover {
  background-color: #fff;
}
body .main .opate {
  background-color: #fff;
  padding: 50px;
  border-radius: 0 4px 4px 4px;
}
body .main .opate .short {
  display: none;
}
body .main .opate .short .site {
  width: 80%;
}
body .main .opate .short > button {
  width: 20%;
  vertical-align: top;
}
body .main .opate .short .define {
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #79bbff;
  margin-right: 5px;
}
body .main .opate .short .define .keyWords {
  height: 31px;
  width: 115px;
}
body .main .opate .short .define .keyWords::-webkit-input-placeholder {
  font-size: 15px;
  color: #dddddd;
  line-height:normal;
}
body .main .opate .short .shortDesc input::-webkit-input-placeholder {
  font-size: 15px;
  color: #dddddd;
  line-height:normal;
}
body .main .opate .short .miniProgram input::-webkit-input-placeholder {
  font-size: 15px;
  color: #aab2bd;;
  line-height:normal;
}
body .main .opate .short .define i {
  color: #aaa;
}
body .main .opate .short .result {
  margin-top: 10px;
  line-height: 22px;
  word-break: break-all;
  font-size: 16px;
  box-shadow: rgba(64, 158, 255, 0.3) 0px 0px 8px;
  padding: 10px;
  border-radius: 8px;
  display: none;
}
body .main .opate .short .result .copyIcon {
  font-size: 14px;
  color: #fff;
  background-color: #f9abc1;
  cursor: pointer;
  padding: 3px 6px;
  border-radius: 4px;

}
body .main .opate .short .result .share{
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  background-color: #ab9ff3;
  padding: 3px 6px;
  border-radius: 4px;
}
body .main .opate .short .result .share:last-child{
  background-color: #4bcd9d;
}
body .main .opate .short .err {
  color: rgba(245, 108, 108, 0.8);
}
body .main .opate .short .friendNote {
  margin-top: 15px;
  font-size: 14px;
  color: #ccc;
}
body .main .opate .active {
  display: block;
}
@media screen and (max-width: 768px) {
  body .main {
    max-width: 100%;
  }
  body .main .btns .switchBtn {
    width: 32%;
  }
  body .main .btns .switchBtn:last-child {
    width: 36%;
  }
  body .main .opate {
    padding: 30px 40px;
    border-radius: 0 0 4px 4px;
  }
  body .main .opate .short .site {
    width: 100%;
  }
  body .main .opate .short button {
    width: 100%;
    margin-top: 10px;
  }
  body .main .opate .short .define span {
    padding: 0;
  }
  body .main .btns .switchBtn{
    padding: 0 16px;
    font-size: 16px;
  }
  body .main .opate .short .define {
    width: 100%;
  }
  .shortDesc {
    width: 100%;
  }
  .shortDesc select{
    width: 100%;
  }
}
.w_confirmPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000000;
}
.w_confirmPop .w_main {
  position: absolute;
  min-width: 20%;
  margin-top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 15px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.w_confirmPop .w_main::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.w_confirmPop .w_main .w_header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  line-height: 20px;
  background-color: aliceblue;
}
.w_confirmPop .w_main .w_header .w_title {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.w_confirmPop .w_main .w_header .w_title.apidoc {
  float: left;
  font-weight: normal;
  padding: 0px 5px;
  cursor: pointer;
}
.w_confirmPop .w_main .w_header .w_title.apidoc:hover {
  color: #409eff;
}
.w_confirmPop .w_main .w_header .w_title.apidoc.active {
  float: left;
  font-weight: bold;
  color: #409eff;
  border-bottom: 2px solid;
}
.w_confirmPop .w_main .w_header .w_close {
  float: right;
  font-size: 30px;
  cursor: pointer;
}
.w_confirmPop .w_main .w_body {
  padding: 70px 40px 0px 40px;
  min-height: 130px;
  font-size:16px;
}
.w_confirmPop .w_main .w_footer {
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 10px 20px 20px 20px;
  text-align: right;
}
.w_confirmPop .w_main .w_footer button {
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
}
.w_confirmPop .w_main .w_footer .cancel {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  margin-left: 10px;
}
.w_confirmPop .w_main .w_footer .cancel:hover {
  border-color: #409eff;
  background-color: rgba(64, 158, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .w_confirmPop .w_main {
    width: 95% !important;
  }
  .wx.w_main {
    width: 354px !important;
  }
  .main1, .main2 , .mainP1 , .mainP2, .mainP3, .right-fixed{
	display: none; 
  }
}
.friendLable {
	font-size: 16px;
    font-weight: bold;
    padding: 14px 42px;
    border-radius: 2px;
    background-color: #ffffff24;
    color: #ffffff;
    border: 1px solid #409eff38;
    margin: 0px 16px 0px 16px;
    cursor: pointer;
    letter-spacing: 2px;
}
.desc_block {
	width: 100%;
	border-radius: 16px;
	display: table;
	min-height: 80px;
    margin-bottom: 30px;
}
.desc_title {
	width: 16%;
    border-radius: 16px 0px 0px 16px;
	min-width: 75px;
	color: #ffffff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.desc_body{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-radius: 0px 16px 16px 0px;
	padding: 4px;
	line-height: 30px;
}
.sdk_demo{
  color: #3397fd;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #3397fd;
  padding: 8px 14px;
  font-size: 14px;
  text-align: center;
  margin: 10px 10px 0px 0px;
  display: inline-block;
}
.foc {
    border-bottom: 4px solid #409eff !important;
	display: inline-block;
}
hr.line {
    width: 412px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.main2t{
	margin: 80px 0 0 0;
	text-align: center;
	letter-spacing: 4px;
	font-size: 28px;
	color: #fff;
	line-height: 100px;
}
.shuo{
	font-size: 16px;
	max-width: 1080px;
	color: #ddd;
	text-align: center;
	padding: 10px;
	margin: 10px auto 10px;
  line-height: 30px;
}
.shortDesc{
	margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #d3d4d6;
}
.lianxime{
  line-height: 30px;
}

.lianxime img{
  height: 18px;
  margin-right: 6px;
  margin-bottom: -3px;
}


.mainP1{
  padding: 100px 30px;
  text-align: center;
  color: #eee;
}
.mainP1 p, .mainP2 p , .mainP3 p, .main2 p{
  font-size: 16px;
  margin-top: 20px;
}
.mainP1 .p1-item{
  display: inline-block;
  margin-top: 60px;
  overflow: hidden;
}
.mainP1 .p1-item .item{
  display: inline-block;
  margin-right: 30px;
  width: 200px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.mainP1 .p1-item .item:last-child{
  margin-right: 0;
}
.mainP1 .p1-item .item img{
  width: 24px;
  vertical-align:middle;
  margin-right: 8px;
  margin-top: -4px;
}
.mainP1 .p1-item .item span{
  line-height: 56px;
}
.mainP1 .p1-body{
  margin-top: 100px;
}
.mainP1 .p1-body .pb-title{
  font-size: 24px;
  margin-bottom: 30px;
}
.mainP1 .p1-body .p1-section .item{
  display: inline-block;
  width: 160px;
  position:relative;
  margin: 0 80px;
}
.mainP1 .p1-body .p1-section .zone{
  width: 88px;
  height: 88px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: 36px;
}
.mainP1 .p1-body .p1-section .zone img{
  height: 70%;
  margin-top: 15%;
}

.mainP1 .p1-body .p1-section .info h4{
  font-size: 15px;
}
.mainP1 .p1-body .p1-section .info p{
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}

.mainP1 .p1-body .p1-section .info p span{
  font-size: 12px;
  padding: 2px 0;
  width: 50%
}

.mainP1 .p1-body .p1-section .info p b{
  padding: 2px 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.mainP1 .p1-body .p1-section .arrow img{
  position:absolute;
  width: 108px;
  top: 44px;
  left: 185px;
}


.mainP2{
  background: rgba(255,255,255, 0.1);
  padding: 100px 30px;
  text-align: center;
  color: #eee;
}
.p2-body{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.p2-item{
  border-radius: 2px;
  height: 156px;
  margin-top: 60px;
  padding: 0 24px;
  position: relative;
  transition: all .3s cubic-bezier(.25,.1,.3,1);
  width: 272px
}
.p2-item img{
  height: 80px;
  left: 96px;
  position: absolute;
  top: 0;
  transition: all .3s cubic-bezier(.25,.1,.3,1);
  width: 80px
}
.p2-item .title{
  height: 27px;
  left: 98px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 10px;
  transition: all .3s cubic-bezier(.25,.1,.3,1);
  font-size: 18px;
  font-weight: 700;
}
.p2-item .short{
  left: 50%;
  text-align: center;
  top: 110px;
  transform: translateX(-50%);
  color: #bbb;
  line-height: 20px;
  position: absolute;
  transition: all .3s cubic-bezier(.25,.1,.3,1);
  width: 230px;
  font-size: 15px;
}
.mainP3{
  padding: 100px 30px;
  text-align: center;
  color: #eee;
}
.p3-body{
  height: 600px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
.p3-body ul{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 600px;
  justify-content: center;
  left: 0;
  position: absolute;
}
.p3-body li{
  border: 1px solid #a1a6af;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 12px 0;
  position: relative;
  transition: all .3s ease;
  width: 410px;
  box-shadow: 0 10px 20px 0 rgba(225,225,225,.1);
  height: 125px;
}
.p3-body li .top{
  align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 24px 0 16px;
    width: 100%;
}
.p3-body li .top .top_left {
  align-items: center;
  display: flex
}
.p3-body li .top .top_left img {
  height: 32px;
  margin-right: 16px;
  width: 32px
}
.p3-body li .top .top_left p {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
}
.p3-body .content{
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  width: 100%;
  color: #bbb;
}

.p3-body .pc-img .detail-img {
  height: 100%;
  left: 420px;
  position: absolute;
  width: 780px
}

.p3-body .pc-img .detail-img .img-wrapper {
  left: 90px;
  position: absolute;
  top: 70px;
  width: 660px
}
.p3-body .pc-img .detail-img .img-wrapper img{
  width: 100%;
}
.main2{
  padding: 100px 30px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 80px;
  text-align: center;
  color: #eee;
  height: 740px;
}
.main2 .shuo p{
  margin-top: 15px;
}
.main1{
  text-align: center;
  margin-top: 200px;
  line-height: 10px;
}
.main1 img{
  width: 18px;
}





@media screen and (max-width: 768px) {
  .btn-primary {
    font-size: 12px !important;
    height: 20px !important;
    line-height: 20px !important;
    width: 60px !important;
  }
  .text-td-primary-sub{
    display: none; 
  }
  .vipTitle{
    font-size: 14px !important;
  }
  .text-plan-price{
    font-size: 12px !important;
  }
  .text-plan-price-num{
    font-size: 14px !important;
  }
  .btn-text{
    display: none; 
  }
  .vipType{
    height: 130px !important;
  }
  .w_confirmPop .w_main .w_body.vip_body{
    padding: 50px 5px 30px 5px !important;
  }
  table.priceTable td{
    padding: 10px 0px 10px 0px !important;
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .img-recommend{
    margin-top: 5px !important;
    width: 100% !important;
  }
  .yinhangPay{
    display: none !important; 
  }

  img.gongan{
    height: 16px !important;
    margin-bottom: -2px !important;
  }   

  .w_confirmPop .w_main .w_header .w_title.apihidden{
    display: none;
  }
  .w_confirmPop .w_main .w_header .w_title.apidoc{
    padding: 2px;
    font-size: 15px;
  }
  .miniProgram{
	  width: 100% !important;
	}
  .tipmsg{
    margin-top: -34px !important;
    margin-left: 60px !important;
  }
  img.wen{
    width: 14px !important;
  }
}

table.priceTable{
  background: #fff;
  border-spacing: 0;
  color: #000;
  width: 100%;
  border-left: 1px solid #ebecf3;
  border-top: 1px solid #ebecf3;

}

table.priceTable td{
  border-bottom: 1px solid #ebecf3;
  border-right: 1px solid #ebecf3;
  box-sizing: border-box;
  color: #3464e0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 12px;
  text-align: center;
  width: 140px;
}

table.priceTable .vip-info-title {
  background: #f8f8f9;
  color: #000;
  font-weight: 400;
  text-align: left;
  width: 160px;
}

img.wen{
  margin-bottom: -3px;
}
img.goucha{
  height: 20px;
  width: 20px;
}
.vipTitle{
  font-size: 18px;
  line-height: 25px;
  color: #303659;
}
.vipType{
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 164px;
  position: relative;
}
.text-plan-price{
  color: #303659;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 14px;
  margin-top: 12px;
}
.text-plan-price-num{
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}
.text-td-primary-sub{
  color: #3464e0;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  width: 110px;
}
.btn-primary{
  background: #3464e0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  width: 110px;
}
.btn-text{
    color: #303659;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}
.td-light{
  background: #f0f4ff;
}
.img-recommend{
  height: auto;
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: 80%;
}
.diyDomain{
  text-align: center !important;
  font-size: 17px !important;
}
.payHang{
  margin-bottom: 20px;
  display: block;
}
.payKuai{
  margin-bottom: 20px;
  display: flex;
}
.payBody{
  margin-left:25px;
}
.payFang{
  width: 172px;
  height: 88px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dce3f2;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 25px;

}
.payFang.active{
    -webkit-box-shadow: 0 6px 12px 0 rgba(44,75,154,.05);
    box-shadow: 0 6px 12px 0 rgba(44,75,154,.05);
    background: #ebeffa;
    border: 1px solid #3464e0;
}
.payYou{
  display: flex;
  justify-content: flex-end;
  line-height: 30px;
  background: #f8f8f9;
  padding: 4px 8px;
  text-align: right;
}
.payDesc{
  background: #f8f8f9;
  padding: 0px 8px 6px 0px;
  text-align: right;
  font-size: 14px;
  color: #999cad;
}
.hr{
  width: 100%;
  height: 1px;
  background: #ebecf3;
  margin-bottom: 18px;
}
.wxPay{
  display: inline-block;
  border: 1px solid #51aa38;
  padding: 8px 14px;
  margin-left: 20px;
  cursor: pointer;
  background-color: azure;
}
.aliPay{
  display: inline-block;
  border: 1px solid #1677ff;
  padding: 8px 14px;
  margin-left: 20px;
  cursor: pointer;
  background-color: aliceblue;
}

.yinhangPay{
  display: inline-block;
  border: 1px solid #b7cae5;
  padding: 8px 14px;
  margin-left: 20px;
  cursor: pointer;
  background-color: #ffffff;
}
.copyYinhang{
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 14px;
    background-color: #409eff;
    color: #fff;
    cursor: pointer;
}
.vipInfo{
  padding: 7px;
  color: #777;
  background-color: rgba(64, 158, 255, 0.1);
  border: 1px solid rgba(64, 158, 255, 0.1);
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: -10px;
  display: none;
}
.vipInfo a{
  color: #3d58db;
  font-weight: 600;
  margin-left: 15px;
}

img.gongan{
  height: 20px;
  margin-bottom: -3px;
}

.miniProgram{
  width: 345px;
  margin-bottom: 10px;
  display: inline-block;
}

.miniProgram span{
  width: 30%;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  float: left;
  line-height: 31px;
}
.miniProgram input{
  width: 70%;
  height: 31px;
  border: 0px solid #d3d4d6;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 5px;
} 

.tipmsg{
  position: absolute;
  margin-top: -28px;
  margin-left: 120px;
}
.tipmsga{
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
  border-right-color: hsl(0deg 0% 100%);
  border-width: 7px 7px 7px 0;
  left: -6px;
  margin-top: -7px;
  top: 50%;
}
.tipmsgb{
  background-color: #fff;
  color: #515a6e;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
  padding: 8px 12px;
}

.w_confirmPop.wxShareCardPop .w_main .w_body{
  padding: 70px 20px 0px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.wxShareCard{
  width: 100%;
  min-height: 445px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  user-select:none;
}
.share-body-left, .share-body-right{
  width: 49.5%;
}
.share-body-divider{
  display: block;
  width: 1px;
  background-color: #dedede;
  font-style: normal;
}
.share-set{
  width: 350px;
  padding: 5px 30px 5px 15px;
}
.share-form-item{
  margin-bottom: 22px;
}
.share-form-item__label{
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  color: #0c193a;
  padding: 10px 0 10px 11px;
  position: relative;
  float: none;
  display: inline-block;
  text-align: left;
}
.share-form-item__label:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #3464e0;
  position: absolute;
  left: 0;
  top: 10px;
}
.share-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.el-upload{
  border: none;
  width: 90px;
  height: 90px;
  background-color: #fbfdff;
  border-radius: 6px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 90px;
  height: 90px;
}
.el-upload-dragger>i {
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/img/icon-jia.png);
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  left: 30px;
}
.el-upload__input {
  display: none;
}
.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.el-input__inner {
  height: 36px;
  line-height: 36px;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
input.el-input__inner::-webkit-input-placeholder {
  color: #aab2bd;
  font-size: 14px;
}
.desc-alert {
  padding: 8px 16px 8px 38px;
  background-color: rgba(52, 100, 224, .1);
  border-radius: 4px;
  margin-top: 12px;
  position: relative;
}
.desc-alert>p{
  line-height: 18px;
  font-size: 12px;
  color: #2e364d;
}
.wechat-chard-preview{
  padding: 15px 20px 15px 30px;
}
.message-preview, .moments-preview{
  margin-bottom: 24px;
  padding: 20px 0 0 20px;
  position: relative;
}
.message-preview:after, .moments-preview:after{
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.message-preview:after {
  background-image: url(/img/icon-wechat.png);
}
.moments-preview:after {
  background-image: url(/img/icon-wechat-moments.png);
}
.message-preview .block{
  width: 275px;
  height: 150px;
  background: #f7f7f7;
  border-radius: 4px;
  padding-top: 24px;
  padding-left: 11px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.moments-preview .block{
  width: 275px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dce3f2;
  position: relative;
  padding-top: 24px;
  padding-left: 11px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.wechat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 8px;
}
.wechat-avatar>img, .cover-img>img{
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
.message-content{
  width: 204px;
  min-height: 32px;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px 8px;
}
.moments-content{
  width: 210px;
}
.message-content .shareTitle{
  line-height: 20px;
  font-size: 14px;
  color: #2d2d2d;
  word-break: break-all;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.message-content .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.moments-content .align-items-center {
  width: 205px;
  background: #f2f5fa;
  padding: 5px 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.message-content .desc{
  width: 132px;
  line-height: 16px;
  font-size: 12px;
  color: #787fa9;
  -webkit-line-clamp: 3;
  margin-right: 8px;
  overflow: hidden;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.message-content .cover-img{
  width: 44px;
  height: 44px;
  background: #dce3f2;
}
.moments-content .wechat-name{
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1px;
}
.moments-content .cover-img{
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: #dce3f2;
}
.moments-content .shareTitle {
  width: 165px;
}
.moments-content .shareTitle p{
  width: 198px;
  line-height: 1.5;
  font-size: 12px;
  color: #2e364d;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transform: scale(.83);
  transform: scale(.83);
  margin-left: -16px;
}
.moments-content .time{
  line-height: 1;
  font-size: 12px;
  color: #c2c8e1;
  -webkit-transform: scale(.92);
  transform: scale(.92);
  margin: 2px 0 0 -9px;
}
.wechat-chard-preview-title{
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.desc-alert>i{
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/img/icon-tips.png);
  left: 12px;
  top: 11px;
  position: absolute;
}
.el-upload-dragger>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
button.v-disable {
  opacity: 0.3;
  cursor: not-allowed;
}

.right-fixed {
  width: 62px;
  position: fixed;
  right: 22px;
  bottom: 20%;
  z-index: 1001;
}
.right-tool {
  padding: 0.1px;
}
.right-tool li {
  width: 62px;
  height: 62px;
  background-color: #e5ebf4;
  border: 2px solid #91BDFF;
  border-radius: 5px;
  padding-top: 3px;
  position: relative;
  list-style: none;
  cursor: pointer;
}
.right-tool li:hover{
  background-color: #fcfcfc;
  border: 2px solid #2872D9;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(40, 114, 217, 0.8);
  box-shadow: 0px 0px 10px 1px rgba(40, 114, 217, 0.8);
}
.right-tool li:hover .tool-item {
  display: block;
}
.right-fixed .right-tool li + li {
  margin-top: 10px;
}
.right-tool ul {
  list-style: none;
}
.right-tool li .tool-icon {
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 0 auto;
}
.right-tool li.service .tool-icon {
  background-image: url(/img/icon-service.png);
}
.right-tool li.offiaccount .tool-icon {
  background-image: url(/img/icon-offiaccount.png);
}
.right-tool li.shipinhao .tool-icon {
  background-image: url(/img/icon-shipinhao.png);
}
.right-tool li .tool-name {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #2872D9;
  text-align: center;
}
.right-tool li .tool-item {
  display: none;
  padding-right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 60px;
  top: 50%;
  z-index: 1002;
}
.right-tool li .tool-item-content {
  width: 156px;
  height: 183px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(40, 114, 217, 0.8);
  box-shadow: 0px 0px 10px 1px rgba(40, 114, 217, 0.8);
  padding-top: 8px;
  position: relative;
}
.right-tool li .tool-item-content > img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.right-tool li .tool-item-content > p {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #1D2843;
  margin-top: 4px;
}
.right-tool li .tool-item-content::before {
  content: "";
  border-top: 12px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 200;
}
.clearu{
  width: 40px;
  margin-left: -41px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
}
.clearu > img{
  width: 20px;
  vertical-align: middle;
}