html,
body {
  height: 100%;
  background-color: #f5f5f5;
}
/**-----------------------------**\
            $nav
\**-----------------------------**/
.common-header .nr-nav ul .nr-nav-enjoy a {
  color: #ff6900;
  font-weight: bold;
  font-size: 16px;
}
.common-header .nr-nav ul .nr-nav-enjoy a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff6900;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-enjoy {
  background: #FF751A;
  position: relative;
}
.headerBox-fixed .nr-nav ul .nr-nav-enjoy::before {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  left: -24px;
  bottom: 0;
  background: #FF751A;
}
.headerBox-fixed .nr-nav ul .nr-nav-enjoy::after {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #FF751A;
}
.headerBox-fixed .nr-nav ul .nr-nav-enjoy a {
  color: #FFF;
}
.headerBox-fixed .nr-nav ul .nr-nav-enjoy a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #fff;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-enjoy a:hover {
  color: #FFF !important;
}
/**------------------------------**\
              $warp
\**------------------------------**/
.warp {
  width: 100%;
}
/**------------------------------**\
              $crumbs
\**------------------------------**/
.crumbs {
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
}
.crumbs p {
  font-size: 14px;
  color: #6d6d6d;
}
/**------------------------------**\
              $inform
\**------------------------------**/
.inform {
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.inform ul {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 56px;
  justify-content: space-between;
}
.inform ul li {
  height: 100%;
  line-height: 80px;
  display: flex;
  align-items: center;
}
.inform ul li img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.inform ul li p {
  display: inline-block;
  color: #222;
  font-size: 15px;
  margin-left: 10px;
}
/**--------------------------------------------**\
                  $content
\**--------------------------------------------**/
.content {
  min-height: 1344px;
  margin: 10px auto 30px;
  overflow: hidden;
}
.content .content-item {
  float: left;
}
/**--------------------------------------------**\
                  $content-left
\**--------------------------------------------**/
.content-left {
  width: 790px;
  min-height: 1220px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
/**--------------------------------------------**\
                  $hebi
\**--------------------------------------------**/
.hebi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 20px 15px ;
}
.hebi img {
  width: 160px;
}
.hebi a {
  width: 92px;
  height: 24px;
  opacity: 1;
  border: 1px solid #ff6900;
  border-radius: 12px;
  margin: auto 0px;
  color: #ff6900;
  text-align: center;
  line-height: 24px;
}
.hebi a:hover {
  background: #ff6900;
  border: none;
  color: #fff;
  line-height: 24px;
}
/**------------------------------**\
            $plan-msg
\**------------------------------**/
.plan-msg {
  height: 300px;
  margin-top: 15px;
  width: 717px;
  position: relative;
  margin-left: 20px;
}
.plan-msg:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.plan-msg h5 {
  color: #222;
  font-size: 14px;
  font-weight: bolder;
  margin-left: 17px;
  margin-bottom: 15px;
}
.plan-msg ul li {
  width: 717px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
}
.plan-msg ul li .content-ico {
  color: #ff3c47;
  position: absolute;
  top: 0;
  left: 0;
}
.plan-msg ul li div {
  display: inline-block;
  width: 700px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  margin-left: 17px;
  position: relative;
}
.plan-msg ul li div input {
  width: 600px;
  height: 36px;
  padding-left: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
}
.plan-msg ul li div textarea {
  width: 600px;
  height: 160px;
  resize: none;
  font-size: 14px;
}
.plan-msg ul li div p {
  height: 36px;
  line-height: 36px;
  color: #a0a0a0;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.plan-msg ul li .upload-plan-active {
  border-color: #FF7D00;
}
.plan-msg ul li .plan-msg-drc {
  height: 190px;
  padding: 14px;
}
.plan-msg ul li .plan-div-active {
  border-color: #ff7d00;
}
/**------------------------------**\
            $plan-bright
\**------------------------------**/
.plan-bright {
  height: 150px;
  margin-top: 15px;
  width: 717px;
  position: relative;
  margin-left: 20px;
}
.plan-bright:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.plan-bright h5 {
  color: #222;
  font-size: 14px;
  font-weight: bolder;
  margin-left: 17px;
  margin-bottom: 15px;
}
.plan-bright ul li {
  width: 717px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
}
.plan-bright ul li div {
  display: inline-block;
  width: 700px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  margin-left: 17px;
  position: relative;
}
.plan-bright ul li div input {
  width: 600px;
  height: 36px;
  padding-left: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
}
.plan-bright ul li div textarea {
  width: 600px;
  height: 65px;
  resize: none;
  font-size: 14px;
}
.plan-bright ul li div p {
  height: 36px;
  line-height: 36px;
  color: #a0a0a0;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.plan-bright ul li .upload-plan-active {
  border-color: #FF7D00;
}
.plan-bright ul li .plan-bright-spot {
  height: 95px;
  padding: 14px;
}
.plan-bright ul li .plan-div-active {
  border-color: #ff7d00;
}
/**------------------------------**\
            $form-attribute
\**------------------------------**/
.form-attribute {
  height: 95px;
  width: 717px;
  position: relative;
  margin-left: 20px;
}
.form-attribute:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.form-attribute h5 {
  color: #222;
  font-size: 14px;
  font-weight: bolder;
  margin-left: 17px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.form-attribute-content {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  position: relative;
}
.form-attribute-content .operation-hide {
  width: 170px;
  height: 120px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  position: absolute;
  top: 42px;
  left: 17px;
  z-index: 10;
}
.form-attribute-content .operation-hide ul li {
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 17px;
  cursor: pointer;
}
.form-attribute-content .operation-hide-build {
  left: 195px;
}
.form-attribute-content .operation-lis-active {
  background-color: #ececec;
}
.form-attribute-first {
  height: 40px;
  position: absolute;
  top: 0;
}
.form-attribute-first .form-attribute-ico {
  color: #ff3c47;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.form-attribute-choose {
  width: 170px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #ddd;
  position: absolute;
  top: 0;
  left: 17px;
  cursor: pointer;
}
.form-attribute-choose span {
  display: inline-block;
  color: #a0a0a0;
  font-size: 13px;
  margin-left: 14px;
  height: 40px;
  line-height: 40px;
}
.form-attribute-choose img {
  position: absolute;
  right: 11px;
  top: 18px;
}
.form-attribute-choose .operation-content-choose-active {
  color: #000;
}
.form-attribute-second {
  height: 40px;
  position: absolute;
  top: 0;
  left: 207px;
}
.form-attribute-second span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.form-attribute-second .form-attribute-ico {
  color: #ff3c47;
}
.form-attribute-second .form-attribute-build {
  left: 195px;
}
/**------------------------------**\
            $enclosure
\**------------------------------**/
.enclosure {
  width: 717px;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  width: 740px;
}
.enclosure:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.enclosure h5 {
  color: #222;
  font-size: 14px;
  font-weight: bolder;
  margin-left: 17px;
  margin-bottom: 15px;
}
.enclosure .cover {
  height: 135px;
  position: relative;
}
.enclosure .cover .cover-header {
  width: 464px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.enclosure .cover .cover-header span {
  color: #ff3c47;
  display: inline-block;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
}
.enclosure .cover .cover-header div {
  width: 130px;
  height: 33px;
  border: solid 1px #ff6900;
  position: absolute;
  top: 0;
  left: 17px;
}
.enclosure .cover .cover-header div img {
  position: absolute;
  top: 9px;
  left: 27px;
  width: 16px;
  height: 16px;
}
.enclosure .cover .cover-header div span {
  font-size: 13px;
  color: #ff6900;
  position: absolute;
  top: 0;
  right: 27px;
}
.enclosure .cover .cover-header p {
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 170px;
  color: #a0a0a0;
  font-size: 12px;
}
.enclosure .cover .cover-content {
  width: 130px;
  height: 90px;
  position: absolute;
  top: 45px;
  left: 17px;
}
.enclosure .cover .cover-content .cover-content-item {
  width: 130px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.enclosure .cover .cover-content .cover-upload-btn {
  background-color: #ececec;
}
.enclosure .cover .cover-content .cover-upload-btn img {
  position: absolute;
  top: 15px;
  left: 55px;
}
.enclosure .cover .cover-content .cover-upload-btn p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #a0a0a0;
  position: absolute;
  top: 45px;
  left: 0;
}
.enclosure .cover .cover-content .cover-upload-btn p:last-child {
  top: 64px;
}
.enclosure .cover .cover-content .cover-upload-view {
  left: 0;
  display: none;
}
.enclosure .cover .cover-content .cover-upload-view .cover-img {
  width: 100%;
  max-height: 100%;
}
.enclosure .cover .cover-content .cover-upload-view .cover-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.enclosure .enclosure-file {
  min-height: 35px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.enclosure .enclosure-file .enclosure-file-header {
  width: 740px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.enclosure .enclosure-file .enclosure-file-header span {
  color: #ff3c47;
  display: inline-block;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
}
.enclosure .enclosure-file .enclosure-file-header .upload-file {
  width: 130px;
  height: 33px;
  border: solid 1px #ff6900;
  position: absolute;
  top: 0;
  left: 17px;
}
.enclosure .enclosure-file .enclosure-file-header .upload-file img {
  position: absolute;
  top: 9px;
  left: 27px;
  width: 16px;
  height: 16px;
}
.enclosure .enclosure-file .enclosure-file-header .upload-file span {
  font-size: 13px;
  color: #ff6900;
  position: absolute;
  top: 0;
  right: 27px;
}
.enclosure .enclosure-file .enclosure-file-header p {
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 170px;
  color: #a0a0a0;
  font-size: 12px;
}
.enclosure .enclosure-file ul {
  width: 600px;
  margin: 50px 0 20px 17px;
}
.enclosure .enclosure-file ul li {
  overflow: hidden;
  margin-bottom: 10px;
}
.enclosure .enclosure-file ul li span {
  margin-left: 30px;
  color: #1dbfda;
  cursor: pointer;
}
.enclosure .enclosure-file ul li p {
  color: #222;
  font-size: 12px;
  float: left;
}
.enclosure .enclosure-file ul li button {
  float: left;
  color: #a0a0a0;
  font-size: 12px;
  margin-left: 32px;
  cursor: pointer;
}
/**------------------------------**\
            $download
\**------------------------------**/
.download {
  width: 717px;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.download:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.download:after {
  display: none;
}
.download h5 {
  color: #222;
  font-weight: bolder;
  font-size: 14px;
}
.download h5 span {
  color: #ff3c47;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}
.download h5 p {
  display: inline-block;
  color: #a0a0a0;
  font-size: 12px;
  margin-left: 20px;
}
.download ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 17px;
}
.download ul li {
  width: 96px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px;
  text-align: center;
  color: #6d6d6d;
  position: relative;
  cursor: pointer;
}
.download ul li img {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.download ul li:last-child {
  margin-right: 0;
}
.download ul .upload-second-right-active,
.download ul .down-active {
  border-color: #ff6900;
  color: #ff6900;
}
.download ul .upload-second-right-active img,
.download ul .down-active img {
  width: 16px;
  height: auto;
  display: block;
}
/**------------------------------**\
            $charge
\**------------------------------**/
.charge {
  width: 717px;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.charge:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.charge:after {
  display: none;
}
.charge h5 {
  color: #222;
  font-weight: bolder;
  font-size: 14px;
}
.charge h5 span {
  color: #ff3c47;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}
.charge h5 p {
  display: inline-block;
  color: #a0a0a0;
  font-size: 12px;
  margin-left: 20px;
}
.charge ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 17px;
}
.charge ul li {
  width: 96px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px;
  text-align: center;
  color: #6d6d6d;
  position: relative;
  cursor: pointer;
}
.charge ul li img {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.charge ul li:last-child {
  margin-right: 0;
}
.charge ul .upload-second-right-active,
.charge ul .down-active {
  border-color: #ff6900;
  color: #ff6900;
}
.charge ul .upload-second-right-active img,
.charge ul .down-active img {
  width: 16px;
  height: auto;
  display: block;
}
/**------------------------------**\
            $charge-standard
\**------------------------------**/
.charge-standard {
  width: 717px;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}
.charge-standard:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.charge-standard:after {
  display: none;
}
.charge-standard h5 {
  color: #222;
  font-weight: bolder;
  font-size: 14px;
}
.charge-standard h5 span {
  color: #ff3c47;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}
.charge-standard h5 p {
  display: inline-block;
  color: #a0a0a0;
  font-size: 12px;
  margin-left: 20px;
}
.charge-standard ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 17px;
}
.charge-standard ul li {
  width: 96px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px;
  text-align: center;
  color: #6d6d6d;
  position: relative;
  cursor: pointer;
}
.charge-standard ul li img {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.charge-standard ul li:last-child {
  margin-right: 0;
}
.charge-standard ul .upload-second-right-active,
.charge-standard ul .down-active {
  border-color: #ff6900;
  color: #ff6900;
}
.charge-standard ul .upload-second-right-active img,
.charge-standard ul .down-active img {
  width: 16px;
  height: auto;
  display: block;
}
.charge-standard ul li {
  margin-bottom: 10px;
}
.charge-standard ul li:nth-child(6n+6) {
  margin-right: 0;
}
.charge-standard-custom {
  width: 300px;
  height: 33px;
  line-height: 33px;
  margin-top: 10px;
  margin-left: 135px;
  position: absolute;
  top: 65px;
  left: -2px;
}
.charge-standard-custom input {
  width: 177px;
  height: 33px;
  border: solid 1px #dddddd;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #6d6d6d;
}
.charge-standard-custom span {
  display: inline-block;
  height: 33px;
  line-height: 35px;
  margin-left: 195px;
  font-size: 13px;
  color: #6d6d6d;
}
/**------------------------------**\
         $content-left-sub
\**------------------------------**/
.content-left-sub {
  width: 717px;
  position: relative;
  margin-left: 20px;
  height: 41px;
  margin: 0 0 25px 37px;
}
.content-left-sub:after {
  content: '';
  width: 697px;
  height: 1px ;
  border-bottom: 1px #dddddd dashed;
  position: absolute;
  bottom: 0;
  left: 17px;
}
.content-left-sub:after {
  display: none;
}
.content-left-sub .whether-agree {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 2px;
  border: solid 1px #979797;
  position: absolute;
  top: 17.5px;
  left: 0;
  cursor: pointer;
}
.content-left-sub .whether-agree #agree-img {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  background: url("../../img/new/check-two.png") no-repeat 1px 1px;
  background-size: 8px 8px;
  background-color: #FFF;
}
.content-left-sub span {
  position: absolute;
  top: 15px;
  left: 25px;
}
.content-left-sub button {
  cursor: pointer;
  width: 220px;
  height: 41px;
  background: linear-gradient(90deg, #ffa200, #ff6900, #ff6900);
  color: #fff;
  font-size: 15px;
}
/**--------------------------------------------**\
                  $content-right
\**--------------------------------------------**/
.content-right {
  width: 390px;
  height: 500px;
  margin-left: 10px;
}
.content-right .content-right-item {
  width: 100%;
  background-color: #fff;
  border: solid 1px #dddddd;
  box-sizing: border-box;
}
.content-right .content-right-item .content-right-item-header {
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  font-size: 16px;
  color: #222;
  font-weight: bolder;
  border-bottom: solid 1px #dddddd;
}
.content-right .content-right-item .content-right-item-header a.design-partner {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  width: 67px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0065ff;
  font-size: 12px;
  font-weight: 400;
  color: #0065ff;
}
.copyright-declaration-content {
  color: #222;
  font-size: 12px;
  padding: 10px 20px 20px;
}
.copyright-declaration-content p {
  margin-bottom: 15px;
}
.copyright-declaration-content p:last-child {
  margin-bottom: 0;
}
.copyright-declaration-content p span {
  color: #ff6900;
  cursor: pointer;
}
/**------------------------------**\
          $new-upload
\**------------------------------**/
.new-upload {
  width: 390px;
  margin-bottom: 15px;
}
.new-upload ul {
  margin-left: 20px;
}
.new-upload ul li {
  height: 41px;
  line-height: 41px;
  color: #6d6d6d;
  font-size: 12px;
  overflow: hidden;
  padding-right: 20px;
}
.new-upload ul li:last-child {
  border-bottom: none;
}
.new-upload ul li p {
  float: left;
}
.new-upload ul li p:last-child {
  float: right;
  color: #a0a0a0;
}
.new-upload ul li .new-upload-name:hover {
  color: #1dbfda;
  text-decoration: underline;
}
/**------------------------------**\
              $hebi
\**-------------------------------**/
.hebiList {
  height: 490px;
  overflow: hidden;
}
.hebiList .brand-ads-list {
  position: relative;
}
.hebiList .swiper-container-horizontal > .swiper-pagination-bullets,
.hebiList .swiper-pagination-custom,
.hebiList .swiper-pagination-fraction {
  top: -30px;
  left: 150px;
  height: 15px;
  position: absolute;
  width: 100%;
}
.hebiList ul {
  margin-left: 0px ;
}
.hebiList ul li {
  height: 86px;
  display: flex;
  margin: 2px 0;
  margin-left: 15px;
  position: relative;
  left: -18px;
}
.hebiList ul li a {
  display: flex;
}
.hebiList ul li i {
  width: 18px;
  height: 18px;
  position: relative;
  left: 18px;
  line-height: 18px;
  text-align: center;
  top: 15px;
  color: #fff;
}
.hebiList ul li .time1 {
  background-color: #ff1800;
}
.hebiList ul li .time2 {
  background-color: #ff7000;
}
.hebiList ul li .time3 {
  background-color: #ffbc00;
}
.hebiList ul li .time4 {
  background-color: #a0a0a0;
}
.hebiList ul li .text {
  width: 270px;
  min-height: 40%;
  margin: auto 0;
  margin-left: 15px;
}
.hebiList ul li .text .one {
  font-size: 13px;
  min-height: 30%;
  line-height: 1.5;
}
.hebiList ul li .text .two {
  font-size: 14px;
  color: red;
  line-height: 14px;
  height: 14px;
}
.hebiList img {
  margin: auto 0;
  width: 56px;
  height: 56px;
}
.hebiList .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff6900;
}
/**------------------------------**\
              $earnings
\**-------------------------------**/
.earnings {
  margin-bottom: 15px;
}
.earnings ul li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 12px;
  float: left;
  margin-top: 12px;
}
.earnings ul li .red {
  background: #ff1800;
}
.earnings ul li .orange {
  background: #ff7000;
}
.earnings ul li .yellow {
  background: #ffbc00;
}
.earnings ul li .earnings-title {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-left: 10px;
}
.earnings ul li .earnings-money {
  font-size: 12px;
  font-weight: 500;
  color: #f35050;
}
.earnings ul li .earnings-money-active {
  color: #F35050 !important;
}
.earnings .earnings-drc {
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
  padding: 12px 15px 18px 20px;
}
/**------------------------------**\
          $common-right
\**------------------------------**/
.common-right {
  width: 100px;
  height: 356px;
  background-color: #fff;
  position: fixed;
  top: 194px;
  right: 205px;
  color: #777777;
}
.common-right ul li {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
}
.common-right div {
  height: 139px;
}
.common-right div p {
  width: 80px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
}
.common-right div img {
  width: 72px;
  height: 72px;
  margin-top: 10px;
  margin-left: 15px;
}
/**------------------------------**\
          $agreement-layer
\**------------------------------**/
.agreement-layer {
  width: 750px;
  height: 451px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -275px;
  margin-left: -375px;
}
.agreement-layer-content {
  padding: 23px 23px 15px 23px;
  font-size: 12px;
  color: #222;
}
.agreement-layer-content-title {
  margin-bottom: 20px;
}
.agreement-layer-content h2 {
  font-weight: 500;
}
.agreement-layer-footer a {
  display: block;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  background: #ff5c01;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.agreement-layer-footer a:hover {
  color: #fff;
}
.layer-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.layer-title h1 {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-indent: 15px;
}
.layer-title img {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
/**------------------------------**\
          $sub-layer
\**------------------------------**/
.sub-layer {
  width: 520px;
  height: 288px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -144px;
}
.sub-layer-content {
  width: 442px;
  margin: 0 auto;
  text-align: center;
  padding-top: 27px;
}
.sub-layer-content-icons {
  display: inline-block;
  width: 47px;
  height: 47px;
}
.sub-layer-content h1 {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  margin-top: 20px;
}
.sub-layer-content p {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
.sub-layer-content p a {
  color: #02C0DC;
  text-decoration: underline;
}
.sub-layer-footer {
  width: 440px;
  height: 70px;
  background: #eeeeee;
  margin: 20px auto;
}
.sub-layer-footer a {
  display: block;
  width: 100%;
  height: 100%;
}
.sub-layer-footer a img {
  display: inline-block;
  width: 440px;
  height: 70px;
}
