.authorize_page {
  background: no-repeat url(../images/vip/authorize_img1.jpg);
}
.authorize_page .w1200 {
  width: 1200px;
  margin: 0 auto;
}
.authorize_page .icon_allow {
  display: inline-block;
  background: no-repeat url(../images/vip/authorize_icon6.png);
  width: 18px;
  height: 14px;
  vertical-align: top;
  cursor: pointer;
}
.authorize_page .icon_prohibit {
  display: inline-block;
  background: no-repeat url(../images/vip/authorize_icon7.png);
  width: 16px;
  height: 16px;
  vertical-align: top;
  cursor: pointer;
}
.authorize_page .doubt_tips {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: top;
}
.authorize_page .doubt_tips:hover .layer {
  display: table;
}
.authorize_page .doubt_tips i {
  display: inline-block;
  background: no-repeat url(../images/vip/authorize_icon1.png);
  width: 100%;
  height: 100%;
  vertical-align: top;
  cursor: pointer;
}
.authorize_page .doubt_tips .layer {
  position: absolute;
  bottom: 34px;
  left: 50%;
  display: none;
  background: #fff;
  width: 300px;
  margin-left: -150px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 6px;
  z-index: 99;
}
.authorize_page .doubt_tips .layer.w200 {
  width: 200px;
  margin-left: -100px;
}
.authorize_page .doubt_tips .layer::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: "";
  z-index: 2;
}
.authorize_page .doubt_tips .layer::after {
  position: absolute;
  bottom: -22px;
  left: 50%;
  border: 11px solid transparent;
  border-top-color: #ddd;
  width: 0;
  height: 0;
  margin-left: -11px;
  content: "";
}
.authorize_page .doubt_tips .layer .position {
  display: table-cell;
  line-height: 24px;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #8c4512;
}
.authorize_page .doubt_tips .layer .position.tac {
  text-align: center;
}
.authorize_page .invoice {
  padding: 25px 0 0;
}
.authorize_page .invoice .title {
  line-height: 82px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #313131;
}
.authorize_page .invoice .box {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
  background-image: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
  height: 300px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
  border-radius: 6px;
  font-size: 0;
}
.authorize_page .invoice .box img {
  float: left;
  height: 100%;
  margin-right: 132px;
}
.authorize_page .invoice .t1 {
  float: left;
  width: 80px;
  line-height: 120%;
  padding: 94px 28px;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.authorize_page .invoice .t2 {
  float: left;
  width: 420px;
  line-height: 50px;
  margin: 52px 0 22px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.authorize_page .invoice .t3 {
  float: left;
  width: 420px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}

.authorize_title {
  line-height: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.authorize_type {
  padding-bottom: 24px;
}
.authorize_type .personal,
.authorize_type .enterprise {
  position: relative;
  float: left;
  background-image: -webkit-linear-gradient(top, #faf4f0, #ffe1cc);
  background-image: -moz-linear-gradient(top, #faf4f0, #ffe1cc);
  background-image: -o-linear-gradient(top, #faf4f0, #ffe1cc);
  background-image: linear-gradient(to bottom, #faf4f0, #ffe1cc);
  width: 400px;
  padding-bottom: 50px;
  border-radius: 6px;
}
.authorize_type .personal .title,
.authorize_type .enterprise .title {
  background-image: -webkit-linear-gradient(left, #e09e6e, #edbd99);
  background-image: -moz-linear-gradient(left, #e09e6e, #edbd99);
  background-image: -o-linear-gradient(left, #e09e6e, #edbd99);
  background-image: linear-gradient(to right, #e09e6e, #edbd99);
  width: 240px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.authorize_type .personal .tip,
.authorize_type .enterprise .tip {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #8c4512;
}
.authorize_type .personal .tip .doubt_tips,
.authorize_type .enterprise .tip .doubt_tips {
  margin: 11px 0 0 2px;
}
.authorize_type .personal .introduce,
.authorize_type .enterprise .introduce {
  background: #fff;
  margin: 0 20px;
  padding: 4px 0 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}
.authorize_type .personal .introduce .t1,
.authorize_type .enterprise .introduce .t1 {
  margin: 14px 0 4px;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #8c4512;
}
.authorize_type .personal .introduce .t2,
.authorize_type .enterprise .introduce .t2 {
  line-height: 24px;
  font-size: 14px;
  color: #8c4512;
}
.authorize_type .personal .introduce .t3,
.authorize_type .enterprise .introduce .t3 {
  margin: 22px 0 22px;
  line-height: 24px;
  font-size: 14px;
  color: #c67c47;
}
.authorize_type .personal .introduce .t3 .doubt_tips,
.authorize_type .enterprise .introduce .t3 .doubt_tips {
  margin: 2px 0 0 2px;
}
.authorize_type .personal .introduce .t4,
.authorize_type .enterprise .introduce .t4 {
  line-height: 24px;
  margin-bottom: 36px;
  font-size: 14px;
  color: #8c4512;
}
.authorize_type .personal .introduce .countdown,
.authorize_type .enterprise .introduce .countdown {
  background-image: -webkit-linear-gradient(left, #ff7b95, #ffb696);
  background-image: -moz-linear-gradient(left, #ff7b95, #ffb696);
  background-image: -o-linear-gradient(left, #ff7b95, #ffb696);
  background-image: linear-gradient(to right, #ff7b95, #ffb696);
  width: 180px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  color: #fff;
}
.authorize_type .personal .introduce .price,
.authorize_type .enterprise .introduce .price {
  background: #fceee3;
  line-height: 86px;
  height: 80px;
  border-radius: 0 0 10px 10px;
  color: #8c4512;
}
.authorize_type .personal .introduce .price span,
.authorize_type .enterprise .introduce .price span {
  display: inline-block;
  line-height: 72px;
  vertical-align: top;
  font-size: 30px;
  color: #cc5050;
}
.authorize_type .personal .introduce .price span.num,
.authorize_type .enterprise .introduce .price span.num {
  line-height: 74px;
  font-family: Impact;
  font-size: 32px;
}
.authorize_type .personal .introduce .price label,
.authorize_type .enterprise .introduce .price label {
  margin-left: 12px;
  text-decoration: line-through;
  font-weight: normal;
}
.authorize_type .personal .details,
.authorize_type .enterprise .details {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 0 18px;
  border-bottom: 1px solid #8c4512;
  font-size: 14px;
  color: #8c4512;
  cursor: pointer;
}
.authorize_type .personal .purchase,
.authorize_type .enterprise .purchase {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  background-image: -webkit-linear-gradient(left, #cc5050, #e28080);
  background-image: -moz-linear-gradient(left, #cc5050, #e28080);
  background-image: -o-linear-gradient(left, #cc5050, #e28080);
  background-image: linear-gradient(to right, #cc5050, #e28080);
  width: 280px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.authorize_type .personal .countdown.hide {
  background: none !important;
  display: block !important;
  font-size: 0 !important;
}
.authorize_type .enterprise {
  float: right;
  width: 780px;
  text-align: center;
}
.authorize_type .enterprise ul {
  text-align: center;
  font-size: 0;
}
.authorize_type .enterprise li {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 180px;
  height: 240px;
  margin: 0 3px;
  padding: 50px 0 0;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  vertical-align: top;
}
.authorize_type .enterprise li:hover .mask {
  display: table;
}
.authorize_type .enterprise li .text {
  line-height: 30px;
  margin-top: 52px;
  font-weight: bold;
  font-size: 18px;
  color: #8c4512;
}
.authorize_type .enterprise li .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  width: 100%;
  height: 100%;
}
.authorize_type .enterprise li .mask .position {
  display: table-cell;
  line-height: 24px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  color: #8c4512;
}
.authorize_type .enterprise .customized {
  height: 68px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #8c4512;
}
.authorize_type .enterprise .customized a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-bottom: 1px solid #8c4512;
  color: #8c4512;
  cursor: pointer;
}
.authorize_type .enterprise .customized .doubt_tips {
  margin: 26px 0 0 2px;
}
.authorize_type .enterprise .introduce {
  padding: 36px 0 0;
}
.authorize_type .enterprise .details {
  margin: 0 0 34px;
}
.authorize_type .enterprise .purchase {
  width: 500px;
}
.authorize_type .enterprise .purchase .countdown {
  display: inline-block;
  margin-left: 56px;
  vertical-align: top;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}

.authorize_range {
  padding-top: 35px;
  text-align: center;
}
.authorize_range .title {
  line-height: 60px;
  font-weight: bold;
  font-size: 30px;
  color: #313131;
}
.authorize_range .tip {
  line-height: 30px;
  font-size: 14px;
  color: #616161;
}
.authorize_range .layer_head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  background: #fff;
  min-width: 1300px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.authorize_range .layer_head.show {
  display: block;
}
.authorize_range .layer_head table {
  overflow: visible;
  border-radius: 0;
}
.authorize_range table {
  background: #dbdbdb;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 14px;
  color: #333;
}
.authorize_range table .ml10 {
  margin-left: 10px !important;
}
.authorize_range table .doubt_tips {
  margin: -3px 0;
}
.authorize_range table .original_price {
  margin: 6px 0 2px;
  text-decoration: line-through;
  font-size: 12px;
  color: #333;
}
.authorize_range table .special_price {
  font-size: 14px;
  color: #cc5050;
}
.authorize_range table .button {
  position: absolute;
  bottom: -14px;
  left: 50%;
  background-image: -webkit-linear-gradient(left, #cc5050, #e28080);
  background-image: -moz-linear-gradient(left, #cc5050, #e28080);
  background-image: -o-linear-gradient(left, #cc5050, #e28080);
  background-image: linear-gradient(to right, #cc5050, #e28080);
  width: 100px;
  line-height: 30px;
  margin-left: -50px;
  border-radius: 30px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.authorize_range table tr:nth-child(odd) td {
  background: #fafafa;
}
.authorize_range table th {
  position: relative;
  background: #f5f5f5;
  height: 100px;
  text-align: center;
  font-weight: normal;
}
.authorize_range table td {
  background: #fff;
  height: 60px;
  padding: 12px 10px;
  line-height: 1;
}
.authorize_range table p {
  line-height: 24px;
}
.authorize_range table a {
  color: inherit;
}

.authorize_customized {
  background-image: -webkit-linear-gradient(top, #faf4f0, #ffe1cc);
  background-image: -moz-linear-gradient(top, #faf4f0, #ffe1cc);
  background-image: -o-linear-gradient(top, #faf4f0, #ffe1cc);
  background-image: linear-gradient(to bottom, #faf4f0, #ffe1cc);
  margin-top: 50px;
  padding-bottom: 40px;
  border-radius: 6px;
  text-align: center;
}
.authorize_customized .title {
  height: 98px;
  line-height: 106px;
  font-weight: bold;
  font-size: 30px;
  color: #8c4512;
}
.authorize_customized ul {
  text-align: center;
  font-size: 0;
}
.authorize_customized li {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 250px;
  height: 200px;
  margin: 0 15px;
  padding: 30px 0 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  vertical-align: top;
}
.authorize_customized li .text {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}
.authorize_customized li .t1 {
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #8c4512;
}
.authorize_customized li .t2 {
  margin: 4px 0 6px;
  line-height: 20px;
  font-size: 14px;
  color: #616161;
}
.authorize_customized li .t3 {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  border-bottom: 1px solid #8c4512;
  font-size: 14px;
  color: #8c4512;
}
.authorize_customized li .url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.authorize_customized .form-title {
  height: 72px;
  line-height: 74px;
  font-size: 20px;
  color: #8c4512;
}
.authorize_customized .form {
  background: #fff;
  height: 160px;
  margin: 0 55px;
  padding: 35px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left;
  font-size: 0;
}
.authorize_customized .form .form-item {
  display: inline-block;
  width: 220px;
  vertical-align: top;
}
.authorize_customized .form .form-item .label {
  display: block;
  line-height: 24px;
  margin-bottom: 12px;
  padding: 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #8c4512;
}
.authorize_customized .form .form-item span {
  font-size: 12px;
  color: #cc5050;
}
.authorize_customized .form .form-item input {
  display: block;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  color: #333;
}
.authorize_customized .form hr {
  display: inline-block;
  background: #efd2bc;
  width: 1px;
  height: 90px;
  margin: 0 30px;
  border: 0;
  vertical-align: top;
}
.authorize_customized .form .submit {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #cc5050, #e28080);
  background-image: -moz-linear-gradient(left, #cc5050, #e28080);
  background-image: -o-linear-gradient(left, #cc5050, #e28080);
  background-image: linear-gradient(to right, #cc5050, #e28080);
  width: 160px;
  line-height: 50px;
  margin: 20px 0 0 12px;
  border-radius: 50px;
  vertical-align: top;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.authorize_agreement_page {
  background: no-repeat url(../images/vip/authorize_img1.jpg);
}
.authorize_agreement_page .text {
  background: #fff;
  width: 1200px;
  line-height: 32px;
  margin: 0 auto;
  padding: 40px 50px 24px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(142, 60, 0, 0.1);
  font-size: 18px;
  color: #313131;
}