html,
body {
  width: 100%;
  height: 100%;
}
html .pc,
body .pc {
  min-width: 960px;
  overflow: hidden;
  background-color: #F2F2F2;
}
html .pc .header,
body .pc .header {
  width: 100%;
  height: 74px;
  background-color: #111111;
  color: #FFFEFE;
}
html .pc .header .header-box,
body .pc .header .header-box {
  width: 960px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html .pc .header .header-box .header-left,
body .pc .header .header-box .header-left,
html .pc .header .header-box .header-right,
body .pc .header .header-box .header-right {
  display: flex;
  align-items: center;
}
html .pc .header .header-box .header-left h2,
body .pc .header .header-box .header-left h2 {
  font-size: 18px;
  color: #E1E1E1;
  border-left: 1px solid #FFFEFE;
  padding-left: 12px;
  margin-left: 12px;
}
html .pc .header .header-box .header-right,
body .pc .header .header-box .header-right {
  width: 184px;
  justify-content: space-between;
}
html .pc .header .header-box .header-right .navbar-item,
body .pc .header .header-box .header-right .navbar-item {
  font-size: 14px;
  color: #FFFEFE;
}
html .pc .header .header-box .header-right .navbar-item a,
body .pc .header .header-box .header-right .navbar-item a {
  color: #FFFEFE;
  text-decoration: none;
}
html .pc .banner,
body .pc .banner {
  width: 100%;
  height: 323px;
  background-image: url(../../images/pc/banner_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #383430;
}
html .pc .banner .banner-box,
body .pc .banner .banner-box {
  width: 960px;
  margin: 0px auto;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
html .pc .banner .banner-box h1,
body .pc .banner .banner-box h1 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-top: 56px;
  margin-bottom: 44px;
}
html .pc .banner .banner-box .banner-title,
body .pc .banner .banner-box .banner-title {
  margin-top: 56px;
}
html .pc .banner .banner-box .banner-subtitle,
body .pc .banner .banner-box .banner-subtitle {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
html .pc .banner .banner-box .banner-subtitle .banner-subtitle-item,
body .pc .banner .banner-box .banner-subtitle .banner-subtitle-item {
  height: 100%;
  display: flex;
  align-items: center;
}
html .pc .banner .banner-box .banner-subtitle .banner-subtitle-item p,
body .pc .banner .banner-box .banner-subtitle .banner-subtitle-item p {
  height: 100%;
  font-size: 44px;
  color: #666666;
}
html .pc .banner .banner-box .banner-subtitle .banner-subtitle-item p:nth-of-type(2),
body .pc .banner .banner-box .banner-subtitle .banner-subtitle-item p:nth-of-type(2) {
  font-size: 40px;
  margin-left: 5px;
  margin-right: 10px;
}
html .pc .main,
body .pc .main {
  width: 100%;
  margin-bottom: -86px;
}
html .pc .main .content-box,
body .pc .main .content-box {
  width: 960px;
  margin: 0px auto;
  background-color: #FFFEFE;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1px rgba(204, 204, 204, 0.3);
  transform: translateY(-86px);
}
html .pc .main .content-box .content-head,
body .pc .main .content-box .content-head {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding: 14px 0px 14px 21px;
}
html .pc .main .content-box .content-head p,
body .pc .main .content-box .content-head p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
html .pc .main .content-box .content-head img,
body .pc .main .content-box .content-head img {
  position: absolute;
  right: 40px;
  top: 50%;
  cursor: pointer;
}
html .pc .main .content-box .content-body,
body .pc .main .content-box .content-body {
  width: 100%;
  padding-top: 30px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
html .pc .main .content-box .content-body .content-item,
body .pc .main .content-box .content-body .content-item {
  position: relative;
}
html .pc .main .content-box .content-body .content-item:nth-of-type(2),
body .pc .main .content-box .content-body .content-item:nth-of-type(2) {
  margin-top: 21px;
}
html .pc .main .content-box .content-body .content-item .content-item-title,
body .pc .main .content-box .content-body .content-item .content-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
html .pc .main .content-box .content-body .content-item .content-item-title h3,
body .pc .main .content-box .content-body .content-item .content-item-title h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
html .pc .main .content-box .content-body .content-item .content-item-title::before,
body .pc .main .content-box .content-body .content-item .content-item-title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background-image: linear-gradient(to bottom, #CDA162, #E2CAA7);
  margin-right: 10px;
}
html .pc .main .content-box .content-body .content-item .choicePackage,
body .pc .main .content-box .content-body .content-item .choicePackage {
  display: flex;
  position: relative;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group {
  width: 178px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item {
  cursor: pointer;
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  border: 2px solid #CDCDCD;
  position: relative;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item:nth-of-type(2),
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item:nth-of-type(2) {
  transform: translateY(-2px);
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item:nth-of-type(3),
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item:nth-of-type(3) {
  transform: translateY(-4px);
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item:nth-of-type(4),
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item:nth-of-type(4) {
  transform: translateY(-6px);
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label {
  cursor: pointer !important;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label input[name="package"],
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label input[name="package"] {
  position: absolute;
  top: 15px;
  left: 18px;
  opacity: 0;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label img,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label img {
  position: absolute;
  top: 15px;
  left: 18px;
  opacity: 1;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label input[name="package"]:checked,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label input[name="package"]:checked {
  background-color: #111111;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label .aboutPackage,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label .aboutPackage {
  padding-top: 10px;
  padding-left: 48px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label .aboutPackage .packageName,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label .aboutPackage .packageName {
  color: #333333;
  font-size: 16px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label .aboutPackage .packageIntroduce,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .choice-item label .aboutPackage .packageIntroduce {
  color: #333333;
  font-size: 12px;
  margin-top: 4px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .choice-group .package_checked,
body .pc .main .content-box .content-body .content-item .choicePackage .choice-group .package_checked {
  z-index: 1;
  -webkit-border-image: linear-gradient(#EABC79, #FEE9C1, #EABC79) 2;
  border-image: linear-gradient(#EABC79, #FEE9C1, #EABC79) 2;
}
html .pc .main .content-box .content-body .content-item .choicePackage .checkedDiv,
body .pc .main .content-box .content-body .content-item .choicePackage .checkedDiv {
  display: block;
  width: 2px;
  height: 63px;
  background-color: #FFF;
  position: absolute;
  left: 176px;
  top: 2px;
  z-index: 1;
}
html .pc .main .content-box .content-body .content-item .choicePackage .package,
body .pc .main .content-box .content-body .content-item .choicePackage .package {
  width: 708px;
  height: 262px;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-image: linear-gradient(#EABC79, #FEE9C1, #EABC79) 2;
  border-image: linear-gradient(#EABC79, #FEE9C1, #EABC79) 2;
  transform: translateX(-2px);
  position: absolute;
  right: -2px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .package #packageData,
body .pc .main .content-box .content-body .content-item .choicePackage .package #packageData {
  position: absolute;
  left: 40px;
  bottom: 25px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .package #packageRight,
body .pc .main .content-box .content-body .content-item .choicePackage .package #packageRight {
  width: 201px;
  height: 212px;
  position: absolute;
  right: 12px;
  top: 22px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-image: linear-gradient(#FFFFFF, #D3D3D3, #FFFFFF) 2;
  border-image: linear-gradient(#FFFFFF, #D3D3D3, #FFFFFF) 2;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-left: 12px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .package #packageRight .packagePrivilege,
body .pc .main .content-box .content-body .content-item .choicePackage .package #packageRight .packagePrivilege {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* &:nth-of-type(odd) {
                      float: left;
                    }

                    &:nth-of-type(even) {
                      float: right;
                    } */
}
html .pc .main .content-box .content-body .content-item .choicePackage .package #packageRight .packagePrivilege p,
body .pc .main .content-box .content-body .content-item .choicePackage .package #packageRight .packagePrivilege p {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
html .pc .main .content-box .content-body .content-item .choicePackage .package #packagePrice,
body .pc .main .content-box .content-body .content-item .choicePackage .package #packagePrice {
  position: absolute;
  right: -2px;
  top: -2px;
}
html .pc .main .content-box .content-body .content-item .checkPower,
body .pc .main .content-box .content-body .content-item .checkPower {
  width: 102px;
  height: 25px;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 23px;
}
html .pc .main .content-box .content-body .content-item .checkPower a,
body .pc .main .content-box .content-body .content-item .checkPower a {
  font-size: 12px;
  color: #666666;
}
html .pc .main .content-box .content-body .content-item .select-box,
body .pc .main .content-box .content-body .content-item .select-box {
  position: relative;
}
html .pc .main .content-box .content-body .content-item .select-box .select-result,
body .pc .main .content-box .content-body .content-item .select-box .select-result {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D4D4D4;
  position: relative;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
}
html .pc .main .content-box .content-body .content-item .select-box .select-result p,
body .pc .main .content-box .content-body .content-item .select-box .select-result p {
  text-align: center;
  font-size: 14px;
  color: #333333;
}
html .pc .main .content-box .content-body .content-item .select-box .select-result img,
body .pc .main .content-box .content-body .content-item .select-box .select-result img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
html .pc .main .content-box .content-body .content-item .select-box .select-group,
body .pc .main .content-box .content-body .content-item .select-box .select-group {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  transform: translateY(-1px);
  z-index: -999;
  opacity: 0;
}
html .pc .main .content-box .content-body .content-item .select-box .select-group .select-item,
body .pc .main .content-box .content-body .content-item .select-box .select-group .select-item {
  width: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  height: 0px;
  background-color: #FFF;
  cursor: pointer;
  box-sizing: border-box;
}
html .pc .main .content-box .content-body .content-item .select-box .select-group .select-item:hover,
body .pc .main .content-box .content-body .content-item .select-box .select-group .select-item:hover {
  background-color: #DEEEFC;
}
html .pc .main .content-box .content-body .content-item .select-box .select-open,
body .pc .main .content-box .content-body .content-item .select-box .select-open {
  border-color: #D4D4D4;
  opacity: 1;
  z-index: 2;
}
html .pc .main .content-box .content-body .content-item .select-box .select-open .select-item,
body .pc .main .content-box .content-body .content-item .select-box .select-open .select-item {
  height: 35px;
}
html .pc .main .content-box .content-body .content-item .choiceDueTime,
body .pc .main .content-box .content-body .content-item .choiceDueTime {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
html .pc .main .content-box .content-body .content-item .choiceDueTime > p,
body .pc .main .content-box .content-body .content-item .choiceDueTime > p {
  font-size: 14px;
  color: #4C4C4C;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .choiceDueTime > p.packageGift,
body .pc .main .content-box .content-body .content-item .choiceDueTime > p.packageGift {
  font-size: 13px;
  font-weight: 600;
  color: #FF0000;
  margin-left: 10px;
  display: none;
}
html .pc .main .content-box .content-body .content-item .choiceDueTime > p.packageGift::before,
body .pc .main .content-box .content-body .content-item .choiceDueTime > p.packageGift::before {
  content: '*';
  font-size: 13px;
  color: #FF0000;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .choiceDueTime .choiceDueTime_box,
body .pc .main .content-box .content-body .content-item .choiceDueTime .choiceDueTime_box {
  width: 100px;
}
html .pc .main .content-box .content-body .content-item .content-item-box,
body .pc .main .content-box .content-body .content-item .content-item-box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  padding: 30px 0px 26px;
  position: relative;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox {
  width: 499px;
  text-align: right;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form {
  width: 100%;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 30px;
  padding-right: 8px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label {
  display: flex;
  align-items: center;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label p,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label p {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label input,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label input {
  width: 348px;
  height: 35px;
  outline: none;
  border: 1px solid #D4D4D4;
  font-size: 14px;
  color: #333333;
  margin-left: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label::before,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label::before {
  content: '*';
  font-size: 14px;
  color: red;
  display: inline-block;
  margin-right: 5px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item img#validate_img,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item img#validate_img {
  width: 168px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label.someEnd input,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label.someEnd input {
  width: 202px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label.validate input,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item label.validate input {
  width: 170px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .aboutPrompt,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .aboutPrompt {
  position: absolute;
  top: 41px;
  left: 143px;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #refreshImg,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #refreshImg {
  font-size: 12px;
  color: #814C00;
  font-weight: 600;
  position: absolute;
  top: 41px;
  right: 50px;
  cursor: pointer;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .usernameRecommend,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .usernameRecommend {
  position: absolute;
  top: 41px;
  right: 8px;
  display: flex;
  z-index: 2;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .usernameRecommend .recommendButton,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .usernameRecommend .recommendButton {
  font-size: 12px;
  color: #d8b879;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd {
  width: 136px;
  margin-left: 10px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd .select-result,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd .select-result {
  height: 35px;
  line-height: 35px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd .select-result p,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd .select-result p {
  text-align: left;
  padding-left: 10px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd .select-group .select-item,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item .choiceEnd .select-group .select-item {
  text-align: left;
  padding-left: 24px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist {
  box-shadow: 0px 0px 4px 1px #FFD07A;
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  background-color: #FFFFFF;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .toparrow,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .toparrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .head,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .head {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFDDA2;
  box-sizing: border-box;
  background-color: #FFFFE8;
  border-radius: 4px 4px 0px 0px;
  text-align: left;
  color: #FF0000;
  font-size: 12px;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .head > img,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .head > img {
  margin: 0px 4px 0px 11px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body {
  width: 100%;
  box-sizing: border-box;
  padding: 11px;
  border-radius: 0px 0px 4px 4px;
  text-align: left;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body > span,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body > span {
  font-size: 12px !important;
  color: #666666;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  cursor: pointer;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond p,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond p {
  flex: 1;
  line-height: 100%;
  margin: 0px 10px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond span,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond span {
  font-size: 12px !important;
  color: #666666;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond span.shotRegister,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameExist .body .username-recommond span.shotRegister {
  color: #FF0000;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao {
  width: 348px;
  background-color: #FFFAE8;
  position: absolute;
  top: 37px;
  z-index: 1;
  box-shadow: 0px 2px 3px 0px #cbcbcb;
  box-sizing: border-box;
  padding: 23px 0px 17px 38px;
  text-align: left;
  display: none;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao > img,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao > img {
  position: absolute;
  left: 12px;
  top: 25px;
  width: 18px;
  height: 18px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao p:nth-of-type(1),
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao p:nth-of-type(1) {
  color: #FF2121;
  font-size: 16px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao p:nth-of-type(2),
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #usernameLianghao p:nth-of-type(2) {
  color: #4D4D4D;
  font-size: 22px;
  margin-top: 16px;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #reSendValidateCode,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item #reSendValidateCode {
  width: 168px;
  height: 35px;
  border: 1px solid #E1E1E1;
  background-color: #F3F3F3;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  display: none;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin-top: 45px;
  padding-left: 143px;
  position: relative;
  display: none;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .head,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .head {
  display: flex;
  align-items: center;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .head img,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .head img {
  margin-right: 3px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .head span,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .head span {
  color: #F42420;
  font-size: 14px;
  font-weight: 600;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body {
  margin-top: 14px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p span#upValidationCode,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p span#upValidationCode {
  color: #5AA517;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p.upValidation-item,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p.upValidation-item {
  font-weight: 600 !important;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p.upValidation-item span,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p.upValidation-item span {
  color: #5AA517;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p.registerRecommend,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation .body p.registerRecommend {
  color: #814C00;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation #upValidation-prompt,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form #form-item-upValidation #upValidation-prompt {
  font-size: 12px;
  font-weight: 600;
  color: #F42420;
  position: absolute;
  bottom: -18px;
  display: none;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-error input,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-error input {
  border-color: #E55C5D !important;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-error .aboutPrompt,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-error .aboutPrompt {
  color: #ff000f !important;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-success input,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-success input {
  border-color: #65b51e !important;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-success .aboutPrompt,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .form .form-item-success .aboutPrompt {
  color: #65b51e !important;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register {
  padding-top: 28px;
  position: relative;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 104px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label input#agree,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label input#agree {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label p,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label p {
  cursor: pointer;
  font-size: 12px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label p a,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register label p a {
  font-size: 12px;
  color: #814C00;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register #agree-prompt,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register #agree-prompt {
  position: absolute;
  right: -15px;
  top: 28px;
  font-size: 12px;
  color: #FF0000;
  display: none;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register #goRegister,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register #goRegister {
  width: 358px;
  height: 40px;
  background-image: linear-gradient(to right, #E2CAA7, #CDA162);
  border: none;
  outline: none;
  border-radius: 2px;
  font-size: 16px;
  color: #814C00;
  font-weight: 600;
  margin-top: 12px;
  cursor: pointer;
}
html .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register .prompt,
body .pc .main .content-box .content-body .content-item .content-item-box .registerBox .register .prompt {
  font-size: 12px;
  color: #FF0000;
  font-weight: 600;
  margin-top: 20px;
  margin-right: -8px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 91px;
  top: 50%;
  transform: translateY(-50%);
  width: 216px;
  background-color: #464646;
  border-radius: 20px;
  text-align: center;
  padding: 40px 0px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .vipDiamond,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .vipDiamond {
  margin-bottom: 18px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .vipend,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .vipend,
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .benefits,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .benefits {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 18px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .limitRegister,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .limitRegister {
  width: 102px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #CEA264;
  border: 1px solid #CEA264;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .phoneRegister,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .phoneRegister {
  width: 100%;
  margin-bottom: 16px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .phoneRegister img,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .phoneRegister img {
  margin-right: 7px;
}
html .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .phoneRegister span,
body .pc .main .content-box .content-body .content-item .content-item-box .advertiseBox .phoneRegister span {
  font-size: 20px;
  color: #CDA162;
  font-weight: 600;
}
html .pc .aboutVip,
body .pc .aboutVip {
  width: 960px;
  margin: 34px auto 49px;
  display: flex;
  justify-content: center;
}
html .pc .aboutVip > div,
body .pc .aboutVip > div {
  flex: 1;
  text-align: center;
  border-right: 1px solid #DDDDDD;
}
html .pc .aboutVip > div img,
body .pc .aboutVip > div img {
  margin-top: 1px;
  margin-bottom: 21px;
}
html .pc .aboutVip > div .title,
body .pc .aboutVip > div .title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
html .pc .aboutVip > div .introduction,
body .pc .aboutVip > div .introduction {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
html .pc .aboutVip > div:last-of-type,
body .pc .aboutVip > div:last-of-type {
  border: none;
}
html .pc .footer,
body .pc .footer {
  width: 960px;
  margin: 0px auto 38px;
  text-align: center;
}
html .pc .footer .footer-navbar,
body .pc .footer .footer-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}
html .pc .footer .footer-navbar .footer-navbar-item,
body .pc .footer .footer-navbar .footer-navbar-item {
  border-right: 1px solid #999999;
  padding: 0px 10px;
  line-height: 100%;
}
html .pc .footer .footer-navbar .footer-navbar-item a,
body .pc .footer .footer-navbar .footer-navbar-item a {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
}
html .pc .footer .footer-navbar .footer-navbar-item:last-of-type,
body .pc .footer .footer-navbar .footer-navbar-item:last-of-type {
  border-right: none;
}
html .pc .footer .copyright,
body .pc .footer .copyright,
html .pc .footer .aboutPunish,
body .pc .footer .aboutPunish {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
}
html .pc .footer .copyright,
body .pc .footer .copyright {
  margin-bottom: 13px;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
