@import 'TouchSlide.1.1.css';
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "微软雅黑";
  font-size: 15px;
  outline: none;
}
img {
  display: block;
}
body {
  background: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  display: block;
  text-decoration: none;
}
p {
  word-break: break-all;
  word-wrap: break-word;
}
header {
  width: 100%;
  min-width: 1000px;
}
table {
  border-collapse: collapse;
}
li {
  list-style: none;
}
input[type=number]::-webkit-textfield-decoration-container {
  background-color: none;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* 有无看不出差别 */
}
.main {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 10px;
  position: relative;
  opacity: 0;
}
.grey_back {
  background: #ffffff;
}
.info_box {
  width: 100%;
  overflow: hidden;
}
.white_float_box {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  display: none;
}
.black_float_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  display: none;
}
.index_main_fun_box {
  width: 100%;
  padding: 20px 0%;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.index_main_fun_box li {
  float: left;
}
.index_main_fun_box li img {
  width: 50%;
  margin: 0 auto;
}
.index_main_fun_box li p {
  width: 100%;
  font-size: 1em;
  color: #000000;
  text-align: center;
  line-height: 25px;
  margin: 1px auto;
}

.index_main_fun_box_1 {
  width: 100%;
  padding: 20px 0%;
  background: #e6402e;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.index_main_fun_box_1 li {
  float: left;
}
.index_main_fun_box_1 li img {
  width: 50%;
  margin: 0 auto;
}
.index_main_fun_box_1 li p {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
}


.index_notice_box {
  width: 96%;
  overflow: hidden;
  background: white;
  margin-top: 10px;
  padding: 5px 2%;
}
.index_notice_box img {
  height: 26px;
  float: left;
}
.index_notice_box marquee {
  width: 100%;
  font-size: 1em;
  color: #999999;
  text-align: center;
  line-height: 26px;
  width: 90%;
  height: auto;
  background: none;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 5px;
  float: left;
}
.index_sec_fun_box {
  width: 94%;
  overflow: hidden;
  padding: 10px 3%;
  background: white;
  margin-top: 6px;
}
.index_sec_fun_box a {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-top: 10px;
}
.index_sec_fun_box a:nth-child(2n) {
  margin-right: 0;
}
.index_sec_fun_box a:nth-child(1) {
  margin-top: 0;
}
.index_sec_fun_box a:nth-child(2) {
  margin-top: 0;
}
.index_sec_fun_box a img {
  width: 100%;
}
.center_top_box {
  width: 100%;
  background: linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  position: relative;
}
.center_top_box .center_user_info {
  padding: 30px 0;
  padding-bottom: 60px;
  background-image: url(../img/center_back.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.center_top_box .center_user_info > div:nth-child(1) {
  width: 16%;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.5);
  margin-left: 5%;
}
.center_top_box .center_user_info > div:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.center_top_box .center_user_info > div:nth-child(2) {
  width: 65%;
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
.center_top_box .center_user_info > div:nth-child(2) > div {
  width: 100%;
  overflow: hidden;
}
.center_top_box .center_user_info > div:nth-child(2) > div p {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  float: left;
  width: auto;
  margin-right: 10px;
}
.center_top_box .center_user_info > div:nth-child(2) > div a {
  float: left;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 22px;
  overflow: hidden;
  margin-top: 2px;
}
.center_top_box .center_user_info > div:nth-child(2) > div a img:first-child {
  height: 20px;
  float: left;
  margin-left: -1px;
}
.center_top_box .center_user_info > div:nth-child(2) > div a img:last-child {
  height: 14px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.center_top_box .center_user_info > div:nth-child(2) > div a p {
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  float: left;
  width: auto;
  margin-left: 4px;
  margin-right: 15px;
}
.center_top_box .center_user_info > div:nth-child(2) > span {
  width: 100%;
  font-size: 0.8em;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
}
.center_top_box > a {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
  background: var(--secColor1);
  overflow: hidden;
  padding: 3px 0;
  padding-left: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.center_top_box > a img:nth-child(1) {
  float: left;
  height: 18px;
}
.center_top_box > a img:last-child {
  float: right;
  height: 16px;
  margin-top: 1px;
  margin-right: 5px;
}
.center_top_box > a p {
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
  float: left;
  width: auto;
  margin-left: 3px;
  margin-right: 10px;
}
.center_money_box {
  width: 90%;
  margin: 0 auto;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  position: relative;
  z-index: 9;
}
.center_money_box li {
  padding: 15px 0;
  position: relative;
  float: left;
}
.center_money_box li:last-child a {
  border-right: none;
}
.center_money_box li a {
  width: 100%;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.center_money_box li a > p {
  width: 100%;
  font-size: 1.4em;
  color: var(--mainColor1_1);
  text-align: center;
  line-height: 26px;
  margin: 0 auto;
  font-weight: 400;
}
.center_money_box li a > p span {
  font-size: 1em;
}
.center_money_box li a > span {
  display: block;
  width: 100%;
  font-size: 0.9em;
  color: var(--mainColor1_1);
  text-align: center;
  line-height: 15px;
  margin: 0 auto;
}
.center_money_box li a > span.center_tixian {
  position: absolute;
  color: #999;
  font-size: 0.8em;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 3;
}
.center_my_order_box {
  width: 96%;
  padding: 0 2%;
  background: white;
  margin-top: 10px;
  overflow: hidden;
}
.center_my_order_box > p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 36px;
  border-bottom: 1px solid #eeeeee;
  width: 96%;
  margin: 0 auto;
}
.center_my_order_box ul {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}
.center_my_order_box ul li {
  width: 25%;
  float: left;
}
.center_my_order_box ul li a {
  width: 100%;
}
.center_my_order_box ul li a img {
  width: 36%;
  margin: 0 auto;
}
.center_my_order_box ul li a p {
  width: 100%;
  font-size: 0.9em;
  color: #666666;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 5px;
}
.center_main_fun_list {
  width: 100%;
  margin-top: 10px;
}
.center_main_fun_list li {
  background: white;
  width: 94%;
  padding: 12px 3%;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
.center_main_fun_list li a {
  width: 100%;
  overflow: hidden;
}
.center_main_fun_list li a img:first-child {
  height: 24px;
  float: left;
}
.center_main_fun_list li a img:last-child {
  height: 14px;
  margin-top: 5px;
  float: right;
}
.center_main_fun_list li a p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  width: auto;
  float: left;
  margin-left: 8px;
}
.center_main_fun_list li:last-child {
  margin-top: 10px;
}
.yue_money_last_box {
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(left top, var(--mainColor2_1), var(--mainColor2_2) 100%);
  background: -webkit-linear-gradient(left top, var(--mainColor2_1), var(--mainColor2_2) 100%);
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.yue_money_last_box .yue_money_info {
  width: 92%;
  padding: 10px 4%;
  background: url(../img/yue_back.png) no-repeat center bottom;
  background-size: 100% auto;
}
.yue_money_last_box .yue_money_info > p {
  color: white;
}
.yue_money_last_box .yue_money_info > p.yue_yue_label {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
}
.yue_money_last_box .yue_money_info > p.yue_leiji_label {
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.yue_money_last_box .yue_money_info > span {
  color: white;
}
.yue_money_last_box .yue_money_info > span.yue_yue_val {
  width: 100%;
  font-size: 1.8em;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
}
.yue_money_last_box .yue_money_info > span.yue_leiji_val {
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  display: block;
}
.yue_money_last_box .yue_money_info > a {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: var(--secColor1);
  padding: 2px 0;
  padding-left: 8px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.yue_money_last_box .yue_money_info > a img:nth-child(1) {
  float: left;
  height: 20px;
  margin-top: 2px;
}
.yue_money_last_box .yue_money_info > a img:last-child {
  float: right;
  height: 14px;
  margin-top: 5px;
  margin-right: 3px;
}
.yue_money_last_box .yue_money_info > a p {
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  float: left;
  width: auto;
  margin-left: 3px;
  margin-right: 12px;
}
.yue_last_manage {
  width: 90%;
  margin: 0 auto;
}
.yue_last_manage li {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}
.yue_last_manage li:nth-child(1) a > div {
  background: var(--secColor2);
}
.yue_last_manage li:nth-child(1) a span {
  color: var(--secColor2);
}
.yue_last_manage li:nth-child(2) a > div {
  background: var(--secColor1);
}
.yue_last_manage li a {
  width: 90%;
  padding: 14px 5%;
  background: white;
  overflow: hidden;
}
.yue_last_manage li a > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.yue_last_manage li a > div img {
  width: 26px;
  margin-left: 7px;
  margin-top: 7px;
}
.yue_last_manage li a p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 40px;
  margin: 0 auto;
  width: auto;
  margin-left: 15px;
  float: left;
}
.yue_last_manage li a > span {
  width: 100%;
  font-size: 1.2em;
  color: #333333;
  text-align: left;
  line-height: 40px;
  margin: 0 auto;
  width: auto;
  margin-left: 15px;
  float: right;
  display: block;
  margin-right: 10px;
  font-weight: bold;
}
.yue_last_manage li a > span span {
  font-size: 1em;
}
.yue_last_manage li a > img {
  height: 16px;
  float: right;
  margin-top: 12px;
}
.yue_jiaoyi {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor2_1);
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
}
.record_time_choice_box {
  width: 98%;
  margin: 12px auto;
  overflow: hidden;
}
.record_time_choice_box div {
  width: 100%;
  overflow: hidden;
}
.record_time_choice_box div p {
  width: 100%;
  font-size: 0.8em;
  color: #9ea4b4;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  width: 30%;
  float: left;
}
.record_time_choice_box div select {
  appearance: none;
  -webkit-appearance: none;
  float: left;
  width: 62%;
  margin-left: 4px;
  border-radius: 28px;
  padding: 0 10px;
  line-height: 28px;
  color: var(--mainColor2_1);
  font-size: 0.8em;
  background: url(../img/grey_down_arrow.png) no-repeat center right;
  background-size: auto 7px;
  background-color: #f7f7f7;
}
.record_result_list_box {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
}
.record_result_list_box li {
  width: 92%;
  padding: 10px 4%;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.record_result_list_box li > div {
  width: 70%;
  float: left;
}
.record_result_list_box li > div > p {
  width: 100%;
  font-size: 1em;
  color: #4c5966;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record_result_list_box li > div > span {
  width: 100%;
  font-size: 0.8em;
  color: #999999;
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record_result_list_box li > p {
  width: 100%;
  font-size: 1.1em;
  color: var(--mainColor2_1);
  text-align: right;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 9px;
}
.record_result_list_box li > p.kouchu {
  color: #ff6868;
}
.card_manage_box {
  width: 90%;
  padding: 15px 5%;
  overflow: hidden;
}
.card_manage_box li {
  width: 90%;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(left top, #f06161, #ec4a4c 100%);
  background: -webkit-linear-gradient(left top, #f06161, #ec4a4c 100%);
  padding: 15px 5%;
  position: relative;
  box-shadow: 0 2px 15px rgba(238, 86, 87, 0.3);
}
.card_manage_box li > div {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.card_manage_box li > div > div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  float: left;
}
.card_manage_box li > div > div img {
  width: 28px;
  margin: 4px;
}
.card_manage_box li > div p {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: left;
  line-height: 36px;
  margin: 0 auto;
  float: left;
  width: auto;
  margin-left: 10px;
}
.card_manage_box li > p {
  width: 100%;
  font-size: 1.2em;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.card_manage_box li > a {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  z-index: 2;
}
.card_manage_box li > a img {
  width: 100%;
}
.card_manage_box li > img {
  width: 40%;
  position: absolute;
  right: -20px;
  bottom: -40px;
}
.shop_goods_list {
  width: 100%;
  background: white;
  overflow: hidden;
}
.shop_goods_list li {
  width: 90%;
  padding: 25px 5%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.shop_goods_list li > div:nth-child(1) {
  width: 20%;
  float: left;
}
.shop_goods_list li > div:nth-child(1) img {
  width: 100%;
}
.shop_goods_list li > div:nth-child(2) {
  width: 74%;
  float: left;
  margin-left: 10px;
  position: relative;
}
.shop_goods_list li > div:nth-child(2) > p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 22px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop_goods_list li > div:nth-child(2) > span {
  width: 100%;
  font-size: 0.8em;
  color: #fe0705;
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  padding: 1px 8px;
  width: auto;
  background: rgba(255, 0, 0, 0.1);
}
.shop_goods_list li > div:nth-child(2) > b {
  width: 100%;
  font-size: 1.1em;
  color: #fe0804;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.shop_goods_list li > div:nth-child(2) > b span {
  font-size: 1em;
}
.shop_goods_list li > div:nth-child(2) > a {
  width: 100%;
  font-size: 1em;
  color: #fe0804;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  width: 42%;
  border: 1px solid #fe0804;
  border-radius: 28px;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 2;
}
.shop_car_icon {
  position: fixed;
  right: 10px;
  bottom: 22%;
  width: 15%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--secColor1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.shop_car_icon img {
  width: 60%;
  margin: 20% auto;
}
.sure_store_box {
  width: 92%;
  padding: 0 4%;
  border-bottom: 1px solid #e8e8e8;
  background: white;
}
.sure_store_box a {
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
}
.sure_store_box a p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  width: auto;
  float: left;
  font-weight: bold;
}
.sure_store_box a img {
  height: 16px;
  float: right;
  margin-top: 4px;
}
.sure_store_box > div {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
}
.sure_store_box > div img {
  width: 40px;
  float: left;
}
.sure_store_box > div > div {
  width: 80%;
  float: left;
  margin-left: 8px;
}
.sure_store_box > div > div p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
  margin-top: 3px;
}
.sure_store_box > div > div span {
  width: 100%;
  font-size: 0.8em;
  color: #999999;
  text-align: left;
  line-height: 16px;
  margin: 0 auto;
}
.sure_store_box > div > p {
  font-size: 0.9em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 100%;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sure_store_box > div > span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.close_icon {
  width: 8%;
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 10px;
}
.sure_store_manage {
  width: 100%;
  overflow: hidden;
}
.sure_store_manage li {
  width: 90%;
  padding: 10px 5%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.sure_store_manage li > img {
  width: 46px;
  float: left;
}
.sure_store_manage li > div {
  width: 70%;
  float: left;
  margin-left: 8px;
}
.sure_store_manage li > div p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 2px;
}
.sure_store_manage li > div span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
}
.sure_store_manage li > p {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor2_1);
  text-align: right;
  line-height: 46px;
  margin: 0 auto;
  font-weight: bold;
}
.sure_store_manage li > p.wu {
  color: #999;
}
.sure_goods_info {
  width: 94%;
  padding: 15px 3%;
  margin: 10px 0;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.sure_goods_info > img {
  height: 60px;
  float: left;
}
.sure_goods_info > div:nth-child(2) {
  width: 70%;
  float: left;
  margin-left: 8px;
}
.sure_goods_info > div:nth-child(2) p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.sure_goods_info > div:nth-child(2) span {
  width: 100%;
  font-size: 0.86em;
  color: #999999;
  text-align: left;
  line-height: 16px;
  margin: 0 auto;
}
.sure_goods_info > div.list_info {
  width: 70%;
  float: left;
  margin-left: 8px;
}
.sure_goods_info > div.list_info p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sure_goods_info > div.list_info span {
  width: 100%;
  font-size: 0.86em;
  color: #999999;
  text-align: left;
  line-height: 16px;
  margin: 0 auto;
}
.sure_goods_info > div:nth-child(3) {
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 2;
}
.sure_goods_info > div:nth-child(3) p {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: right;
  line-height: 20px;
  margin: 0 auto;
}
.sure_goods_info > div:nth-child(3) > span {
  font-size: 0.9em;
  color: #999999;
  text-align: right;
  line-height: 16px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.sure_goods_info > div.prize_box {
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 2;
}
.sure_goods_info > div.prize_box p {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: right;
  line-height: 20px;
  margin: 0 auto;
}
.sure_goods_info > div.prize_box > span {
  font-size: 0.9em;
  color: #999999;
  text-align: right;
  line-height: 16px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.sure_peisong {
  width: 90%;
  padding: 0 5%;
  background: white;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.sure_peisong > div a:nth-child(1) {
  position: relative;
  width: 100%;
}
.sure_peisong > div a:nth-child(1) p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
}
.sure_peisong > div a:nth-child(1) > div {
  padding: 15px 0;
  width: 100%;
  position: relative;
}
.sure_peisong > div a:nth-child(1) > div > div {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
}
.sure_peisong > div a:nth-child(1) > div > div > img {
  height: 20px;
  float: left;
  margin: 0px 8px;
}
.sure_peisong > div a:nth-child(1) > div > div span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 80%;
  display: block;
  float: left;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.sure_peisong > div a:nth-child(1) > div.sure_peisong_box {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}
.sure_peisong > div a:nth-child(1) > div.sure_peisong_box p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 26%;
  float: left;
}
.sure_peisong > div a:nth-child(1) > div.sure_peisong_box select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 74%;
  float: left;
}
.sure_peisong > div a:nth-child(1) > div.sure_peisong_box > img {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 17px;
  margin-top: 0;
}
.sure_peisong > div a:nth-child(1) > div > img {
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.sure_peisong > div a:nth-child(2) {
  display: none;
}
.tab_box {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #E8E8E8;
  background: white;
}
.tab_box li {
  width: 50%;
  float: left;
}
.tab_box li a {
  padding: 10px 0;
  width: 100%;
  font-size: 1em;
  color: #999999;
  text-align: center;
  line-height: 26px;
  margin: 0 auto;
  width: 50%;
}
.tab_box li.on a {
  font-size: 1.05em;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.full_in_box {
  width: 100%;
}
.full_in_box div {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.full_in_box div:last-child {
  border-bottom: 0;
}
.full_in_box div p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  width: 26%;
  float: left;
}
.full_in_box div input {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  width: 74%;
  float: left;
}
.sure_bottom_box {
  position: fixed;
  left: 0;
  bottom: 0;
  background: white;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  overflow: hidden;
}
.sure_bottom_box p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 46px;
  margin: 0 auto;
  float: left;
  padding-left: 5%;
  width: 65%;
}
.sure_bottom_box p > span {
  font-size: 0.8em;
  color: var(--secColor2);
  font-weight: bold;
}
.sure_bottom_box p > span > span {
  font-size: 1.6em;
}
.sure_bottom_box a {
  float: right;
  width: 30%;
  text-align: center;
  color: white;
  background: var(--secColor2);
  line-height: 49px;
  height: 49px;
}
.order_list_box {
  width: 100%;
  overflow: hidden;
}
.order_list_box li {
  background: white;
  width: 100%;
  margin-bottom: 10px;
}
.order_list_box li > a > div:first-child {
  width: 94%;
  padding: 10px 3%;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.order_list_box li > a > div:first-child p {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  width: 85%;
  float: left;
}
.order_list_box li > a > div:first-child span {
  width: 100%;
  font-size: 0.9em;
  color: var(--mainColor1_1);
  text-align: right;
  line-height: 24px;
  margin: 0 auto;
  width: 15%;
  float: right;
  display: block;
  font-weight: bold;
}
.order_list_box li > a > div:last-child {
  width: 94%;
  padding: 10px 3%;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.order_list_box li > a > div:last-child > p {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  float: right;
  width: auto;
}
.order_list_box li > a > div:last-child > p span {
  color: var(--secColor2);
  font-size: 1em;
  font-weight: bold;
}
.order_list_box li > a > div:last-child > span {
  width: 100%;
  font-size: 0.8em;
  color: #999999;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  float: right;
  width: auto;
  display: block;
  margin-right: 10px;
}
.checkboxFive {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--mainColor1_1);
  position: relative;
  overflow: hidden;
}
.checkboxFive .label {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.checkboxFive .label:after {
  opacity: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/get.png) no-repeat center center, -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background-size: 100%;
}
.label_area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.checkboxFive input[type=checkbox] {
  opacity: 0;
}
.checkboxFive input[type=radio] {
  opacity: 0;
}
.checkboxFive input[type=checkbox]:checked + .label:after {
  opacity: 1;
}
.checkboxFive input[type=radio]:checked + .label:after {
  opacity: 1;
}
.car_all_choice {
  width: 94%;
  padding: 14px 3%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  background: white;
  position: relative;
}
.car_all_choice .checkboxFive {
  float: left;
}
.car_all_choice p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 22px;
  margin: 0 auto;
  float: left;
  margin-left: 5px;
  width: auto;
  font-weight: bold;
}
.car_all_choice img {
  float: right;
  height: 22px;
}
.car_all_choice label {
  width: 30%;
}
.car_goods_list {
  width: 100%;
  background: white;
}
.car_goods_list li {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.car_goods_list li a .checkboxFive {
  float: left;
  margin-top: 19px;
  margin-right: 8px;
}
.car_goods_list li a .list_info {
  width: 66%;
}
.car_goods_list li a label {
  width: 26%;
}
.car_goods_list li a .car_choice_num {
  width: 26%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: white;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 2;
}
.car_goods_list li a .car_choice_num span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: center;
  line-height: 25px;
  margin: 0 auto;
  display: block;
  width: 30%;
  float: right;
}
.car_goods_list li a .car_choice_num p {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: center;
  line-height: 25px;
  margin: 0 auto;
  width: 40%;
  float: right;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.manage_search_box {
  width: 94%;
  padding: 10px 3%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.manage_search_box > form {
  width: 60%;
  float: left;
  display: block;
}
.manage_search_box > form > div {
  width: 94%;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 36px;
  padding: 7px 0;
}
.manage_search_box > form > div img {
  height: 20px;
  float: left;
  margin-left: 8px;
}
.manage_search_box > form > div input {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 60%;
  float: left;
  background: none;
  margin-left: 6px;
}
.manage_search_box > form > div button {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  float: right;
  width: 20%;
  margin-right: 5px;
}
.manage_search_box > div {
  width: 40%;
  float: left;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 36px;
  padding: 7px 0;
}
.manage_search_box > div select {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 90%;
  margin-left: 10%;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  background: url(../img/grey_down_arrow.png) no-repeat center right;
  background-size: auto 8px;
}
.manage_jihuo_type {
  width: 94%;
  padding: 8px 3%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
}
.manage_jihuo_type li {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
  width: 28%;
  float: left;
  margin-right: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
  padding: 4px 0;
  background: #f2f2f2;
  position: relative;
}
.manage_jihuo_type li.on {
  background-color: white;
  border-color: var(--mainColor1_1);
  color: var(--mainColor1_1);
}
.manage_jihuo_type li.on span {
  display: block;
}
.manage_jihuo_type li span {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  bottom: -9px;
  background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background: -linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
}
.manage_jihuo_type li span img {
  width: 12px;
  height: 12px;
}
.manage_jihuo_type > div {
  position: relative;
  float: right;
  width: 32%;
}
.manage_jihuo_type > div .checkboxFive {
  float: right;
  margin-top: 6px;
}
.manage_jihuo_type > div p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: right;
  line-height: 34px;
  margin: 0 auto;
  float: right;
  width: auto;
  margin-right: 8px;
}
.manage_pro_list {
  width: 94%;
  padding: 0 3%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
}
.manage_pro_list li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  position: relative;
}
.manage_pro_list li > .manage_change_info {
  width: 96%;
  background: #F5F5F5;
  padding: 5px 2%;
  float: left;
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.manage_pro_list li > .manage_change_info p {
  line-height: 20px;
  font-size: 0.9em;
  color: #666;
}
.manage_pro_list li:last-child {
  border-bottom: 0;
}
.manage_pro_list li p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  width: 80%;
  float: left;
}
.manage_pro_list li > span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 16px;
  margin: 0 auto;
  width: 80%;
  float: left;
}
.manage_pro_list li > span.zhe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  display: block;
}
.manage_pro_list li > .checkboxFive {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  z-index: 9;
}
.bottom_button {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background: -linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
}
.cash_bank_card {
  width: 100%;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.cash_bank_card li {
  border-radius: 0;
  background: -webkit-linear-gradient(left top, var(--mainColor2_1), var(--mainColor2_2) 100%);
  background: -linear-gradient(left top, var(--mainColor2_1), var(--mainColor2_2) 100%);
}
.cash_full_val_box {
  width: 90%;
  padding: 0 5%;
  padding-top: 10px;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 15px;
}
.cash_full_val_box > p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  padding: 10px 0;
}
.cash_full_val_box > div {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.cash_full_val_box > div > p {
  width: 100%;
  font-size: 2.6em;
  color: #333333;
  text-align: left;
  line-height: 50px;
  margin: 0 auto;
  width: auto;
  float: left;
  margin-right: 5px;
}
.cash_full_val_box > div > input {
  width: 100%;
  font-size: 2.6em;
  color: #333333;
  text-align: left;
  line-height: 50px;
  margin: 0 auto;
  width: 60%;
  float: left;
}
.cash_full_val_box > div > a {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor2_1);
  text-align: right;
  line-height: 50px;
  margin: 0 auto;
  width: auto;
  float: right;
}
.cash_full_val_box > span {
  width: 100%;
  font-size: 0.9em;
  color: #666666;
  text-align: left;
  line-height: 40px;
  margin: 0 auto;
  display: block;
}
.cash_full_val_box > span > span {
  font-size: 1em;
}
.cash_full_val_box > span > span:last-child {
  color: #999;
}
.posi_add_new_posi {
  width: 94%;
  padding: 10px 3%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  background: white;
}
.posi_add_new_posi p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 28px;
  margin: 0 auto;
  width: 70%;
  float: left;
}
.posi_add_new_posi img {
  float: right;
  height: 16px;
  margin-top: 6px;
}
.posi_list {
  width: 100%;
  overflow: hidden;
}
.posi_list li {
  position: relative;
  width: 94%;
  padding: 0 3%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 10px;
}
.posi_list li p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
}
.posi_list li > div {
  padding: 15px 0;
  width: 100%;
  position: relative;
}
.posi_list li > div.posi_bianji {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}
.posi_list li > div.posi_bianji > .checkboxFive {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  float: left;
}
.posi_list li > div.posi_bianji label {
  width: 30%;
}
.posi_list li > div.posi_bianji p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 26px;
  margin: 0 auto;
  float: left;
  width: auto;
  margin-left: 8px;
}
.posi_list li > div.posi_bianji a {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: center;
  line-height: 26px;
  margin: 0 auto;
  width: 22%;
  float: right;
  border-radius: 30px;
  border: 1px solid #333;
  margin-left: 10px;
}
.posi_list li > div > div {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
}
.posi_list li > div > div > img {
  height: 20px;
  float: left;
  margin: 0px 8px;
}
.posi_list li > div > div span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 80%;
  display: block;
  float: left;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.jin_money_last {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.jin_money_last ul {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.jin_money_last ul li {
  width: 45%;
  float: left;
}
.jin_money_last ul li:nth-child(2) {
  float: right;
}
.jin_money_last ul li p {
  width: 100%;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
}
.jin_money_last ul li span {
  width: 100%;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  display: block;
}
.jin_money_last .yue_money_info > a {
  bottom: auto;
  top: 25px;
}
.jin_choice_box {
  width: 100%;
  background: white;
  overflow: hidden;
  padding: 10px 0;
}
.jin_choice_box li {
  width: 50%;
  float: left;
}
.jin_choice_box li div {
  width: 90%;
  margin: 0 auto;
  border-radius: 36px;
  background: #f5f5f5;
}
.jin_choice_box li div select {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  width: 90%;
  margin-left: 7%;
  background: url(../img/grey_down_arrow.png) no-repeat center right;
  background-size: auto 8px;
}
.jin_list_box {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #E8E8E8;
}
.jin_list_box li {
  width: 94%;
  padding: 10px 3%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.jin_list_box li p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
}
.jin_list_box li span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
}
.jin_list_box li a {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  float: right;
  width: auto;
}
.grade_search_box {
  width: 94%;
  padding: 8px 3%;
  background: white;
  overflow: hidden;
}
.grade_search_box > div {
  float: left;
}
.grade_search_box > div:first-child {
  width: 85%;
  float: left;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 8px 0;
}
.grade_search_box > div:first-child img {
  height: 20px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grade_search_box > div:first-child input {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  width: 60%;
  float: left;
}
.grade_search_box > div:first-child button {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor2_1);
  text-align: right;
  line-height: 20px;
  margin: 0 auto;
  width: auto;
  margin-right: 10px;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  float: right;
}
.grade_search_box > div:last-child {
  width: 15%;
  float: right;
}
.grade_search_box > div:last-child img {
  width: 46%;
  margin: 0 auto;
}
.grade_search_box > div:last-child p {
  width: 100%;
  font-size: 0.7em;
  color: #333333;
  text-align: center;
  line-height: 16px;
  margin: 0 auto;
}
.grade_deal_top_box {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.grade_info_box {
  overflow: hidden;
}
.grade_info_box > .grade_left_list {
  width: 30%;
  position: fixed;
  left: 0;
  top: 105px;
}
.grade_info_box > .grade_left_list a {
  width: 100%;
  font-size: 1em;
  color: #999999;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  padding: 8px 0;
}
.grade_info_box > .grade_left_list a.on {
  background: white;
  color: #333;
  font-weight: bold;
}
.grade_info_box > .left_new_pro {
  top: 59px;
}
.grade_info_box > .grade_right_list {
  width: 70%;
  margin-left: 30%;
  padding-top: 105px;
  background: white;
}
.grade_info_box > .grade_right_list > div li {
  width: 92%;
  padding: 10px 4%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.grade_info_box > .grade_right_list > div li div {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.grade_info_box > .grade_right_list > div li div p {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 50%;
  float: left;
}
.grade_info_box > .grade_right_list > div li div span {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: right;
  line-height: 20px;
  margin: 0 auto;
  display: block;
  width: 50%;
  float: left;
}
.grade_info_box > .grade_right_list > div li div:nth-child(1) {
  margin-bottom: 12px;
}
.grade_info_box > .grade_right_list > div li div:nth-child(1) p {
  color: #999;
}
.grade_info_box > .grade_right_list > div li div:nth-child(1) span {
  font-size: 1em;
  font-weight: bold;
}
.grade_info_box > .right_new_pro {
  padding-top: 59px;
}
.grade_user_list ul {
  width: 80%;
  background: white;
  margin: 0 auto;
  margin-top: 20%;
  height: 56%;
  overflow: auto;
  border-radius: 8px;
}
.grade_user_list ul li {
  width: 90%;
  padding: 10px 5%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.grade_user_list ul li p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 26px;
  margin: 0 auto;
  width: 60%;
  float: left;
}
.grade_user_list ul li span {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: right;
  line-height: 26px;
  margin: 0 auto;
  width: 40%;
  float: left;
}
.white_close_icon {
  width: 12%;
  margin: 0 auto;
  margin-top: 20px;
}
.team_search_box {
  width: 100%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.team_search_box > div {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding: 8px 0;
  border-radius: 40px;
  background: #f5f5f5;
}
.team_search_box > div img {
  height: 20px;
  float: left;
  margin: 0 10px;
}
.team_search_box > div input {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  width: 70%;
  float: left;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
.team_list_box {
  padding-top: 63px;
  width: 100%;
  overflow: hidden;
}
.team_list_box li {
  width: 100%;
  padding: 10px 0%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 5px;
}
.team_list_box li .team_list_info_box {
  width: 94%;
  overflow: hidden;
  position: relative;
  padding: 10px 3%;
}
.team_list_box li .team_list_info_box .team_list_head_box {
  width: 20%;
  border: 3px solid white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
}
.team_list_box li .team_list_info_box .team_list_head_box img {
  width: 100%;
  height: 100%;
}
.team_list_box li .team_list_info_box .team_list_head_user {
  float: left;
  width: 70%;
}
.team_list_box li .team_list_info_box .team_list_head_user p {
  width: 100%;
  font-size: 1.1em;
  color: #333333;
  text-align: left;
  line-height: 22px;
  margin: 0 auto;
  font-weight: bold;
}
.team_list_box li .team_list_info_box .team_list_head_user span {
  width: 100%;
  font-size: 0.8em;
  color: #999999;
  text-align: left;
  line-height: 16px;
  margin: 0 auto;
}
.team_list_box li .team_list_info_box .team_list_head_user a {
  width: 100%;
  font-size: 0.9em;
  color: var(--mainColor1_1);
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
  text-decoration: underline;
}
.team_list_box li .team_list_info_box > a {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor1_1);
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  width: 20%;
  border: 1px solid var(--mainColor1_1);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -14px;
  border-radius: 5px;
  overflow: hidden;
}
.team_list_box li .team_list_head_info {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}
.team_list_box li .team_list_head_info div {
  width: 100%;
  overflow: hidden;
}
.team_list_box li .team_list_head_info div span {
  width: 100%;
  font-size: 0.9em;
  color: #666666;
  text-align: left;
  line-height: 26px;
  margin: 0 auto;
  display: block;
  width: 35%;
  float: left;
}
.team_list_box li .team_list_head_info div p {
  width: 100%;
  font-size: 0.9em;
  color: #666666;
  text-align: left;
  line-height: 26px;
  margin: 0 auto;
  width: 65%;
  float: left;
}
.full_info {
  width: 90%;
  margin: 0 auto;
}
.full_info li {
  width: 90%;
  padding: 10px 5%;
  border: 1px solid #e8e8e8;
  border-radius: 42px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  background: white;
}
.full_info li p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  width: 30%;
  float: left;
}
.full_info li input {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  width: 70%;
  float: left;
  appearance: none;
  -webkit-appearance: none;
}
.full_info li input.xz_fs_yz {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 20%;
  border-radius: 3px;
  overflow: hidden;
}
.full_info li input.upName {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  width: 20%;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 30px;
}
.full_info li select {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  width: 70%;
  float: left;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/grey_down_arrow.png) no-repeat center right;
  background-size: auto 8px;
}
.full_info li textarea {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin: 0 auto;
  width: 70%;
  float: left;
  appearance: none;
  -webkit-appearance: none;
  height: 60px;
}
/* .button { */
  /* background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%); */
  /* background: -linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%); */
/* } */
.full_photo {
  width: 92%;
  margin: 10px auto;
  overflow: hidden;
}
.full_photo li {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  position: relative;
}
.full_photo li > div {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}
.full_photo li > div img {
  width: 100%;
}
.full_photo li > div input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.full_photo li > p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
}
.top {
  margin-top: 10px;
}
.xieyi {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: auto;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 99;
  max-width: 750px;
  margin: 0 auto;
}
.xieyi_box {
  overflow: hidden;
  height: auto;
  min-height: 100%;
}
.xieyi_box .xieyi_title {
  width: 100%;
  font-size: 1.2em;
  color: #333333;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 10px;
}
.xieyi_box .xieyi_info_box {
  width: 92%;
  margin: 0 auto;
}
.xieyi_box .xieyi_info_box p {
  width: 100%;
  font-size: 1em;
  color: #666666;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.xieyi_box .xieyi_info_box img {
  width: 100%;
}
.middle_button {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  width: 80%;
  margin: 0 auto;
  border-radius: 42px;
  margin-top: 20%;
}
.register_logo_box {
  width: 20%;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 15%;
}
.register_logo_box img {
  width: 100%;
  height: 100%;
}
.zhuce {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor1_1);
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  border: 1px solid var(--mainColor1_1);
  width: 26%;
  position: absolute;
  left: 37%;
  bottom: 26px;
  z-index: 9;
  border-radius: 4px;
}
.manage_goods_list li > div:nth-child(2) > a {
  position: inherit;
  margin-left: 0;
  right: auto;
}
.manage_down_arrow {
  position: absolute;
  right: 0;
  top: 29px;
  height: 8px;
}
.tui_img_list_box {
  width: 98%;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
.tui_img_list_box li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.tui_img_list_box li > div {
  width: 90%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.tui_img_list_box li > div > img {
  width: 100%;
  height: 100%;
}
.tui_img_list_box li > div > a {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  padding: 10px 0;
}
.tui_img_list_box li > div > a p {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
  border-radius: 30px;
  background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background: -linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
}
.tuiguang_list_box {
  width: 100%;
  overflow: hidden;
}
.tuiguang_list_box li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.tuiguang_list_box li a {
  width: 92%;
  padding: 20px 4%;
  overflow: hidden;
  position: relative;
}
.tuiguang_list_box li a > img {
  height: 42px;
  float: left;
  margin-right: 10px;
}
.tuiguang_list_box li a div {
  width: 70%;
  float: left;
}
.tuiguang_list_box li a div p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 22px;
  margin: 0 auto;
}
.tuiguang_list_box li a div span {
  width: 100%;
  font-size: 0.9em;
  color: #999999;
  text-align: left;
  line-height: 20px;
  margin: 0 auto;
}
.tuiguang_list_box li a > .right_arrow {
  height: 18px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 10px;
  z-index: 8;
  max-width: 750px;
  margin: 0 auto;
  margin-top: -9px;
}
.tuiguang_banner {
  width: 100%;
}
.share_img_haibao {
  width: 100%;
}
.info_img {
  width: 100%;
}
.info_img {
  width: 100%;
}
.buy_button {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background: var(--secColor2);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.info_num_box {
  width: 100%;
}
.info_num_box > div {
  width: 100%;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.info_num_box > div .info_goods_info li > div:nth-child(2) > span.info_kucun {
  background: none;
  text-align: left;
  color: #999;
  padding-left: 0;
}
.info_num_box > div .info_choice_num {
  padding: 15px 0;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}
.info_num_box > div .info_choice_num li {
  width: 25%;
  float: left;
  position: relative;
}
.info_num_box > div .info_choice_num li p {
  border-radius: 32px;
  width: 100%;
  font-size: 1em;
  color: var(--mainColor1_1);
  text-align: center;
  line-height: 32px;
  border: 1px solid var(--mainColor1_1);
  width: 82%;
  margin: 0 auto;
}
.info_num_box > div .info_choice_num li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.info_num_box > div .info_choice_num li.on p {
  background: var(--mainColor1_1);
  color: white;
}
.info_num_box > div .info_other_num {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 40px;
  margin: 0 auto;
  width: 86%;
  margin: 20px 5%;
  background: #e7e7e7;
  padding: 0 2%;
  border-radius: 5px;
}
.info_num_box > div .info_bottom_button_box {
  width: 100%;
  overflow: hidden;
}
.info_num_box > div .info_bottom_button_box a {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  width: 50%;
  float: left;
}
.info_num_box > div .info_bottom_button_box a:first-child {
  background: var(--secColor1);
}
.info_num_box > div .info_bottom_button_box a:last-child {
  background: var(--secColor2);
}
.arrow_box {
  width: 10%;
  position: fixed;
  z-index: 99;
  background: white;
  border-radius: 50%;
  top: 42%;
}
.arrow_box img {
  width: 100%;
}
.left_box {
  left: 10px;
}
.right_box {
  right: 10px;
}
.form_box > div {
  width: 100%;
  margin: 0 auto;
  background: -webkit-linear-gradient(left top, var(--mainColor2_1), var(--mainColor2_2) 100%);
  background: -linear-gradient(left top, var(--mainColor2_1), var(--mainColor2_2) 100%);
  padding: 15px 0;
  border-radius: 10px;
  overflow: hidden;
}
.form_box > div > div {
  width: 90%;
  margin: 0 auto;
  height: 48%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4%;
  position: relative;
}
.form_box > div > div > span {
  position: absolute;
  right: 3%;
  top: 8px;
}
.form_box > div > div > span > p {
  width: 100%;
  font-size: 0.9em;
  color: #333333;
  text-align: right;
  line-height: 20px;
  margin: 0 auto;
}
.form_box > div > div > span > span {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: right;
  line-height: 20px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
}
.form_box > div > div:last-child {
  margin-bottom: 0;
}
.team_info_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background: -linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  padding-top: 20px;
  padding-bottom: 50%;
}
.team_info_box > p {
  width: 100%;
  font-size: 2.5em;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.team_info_box > span {
  width: 100%;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  display: block;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.team_info_box > div {
  width: 100%;
  overflow: auto;
}
.team_info_box > div ul {
  overflow: hidden;
  margin: 15px 0;
}
.team_info_box > div ul li {
  float: left;
  position: relative;
}
.team_info_box > div ul li p {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  font-weight: white;
}
.team_info_box > div ul li span {
  width: 100%;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 18px;
  margin: 0 auto;
  font-weight: white;
  display: block;
}
.team_info_box > div ul li > span {
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.team_info_box > div ul li:last-child > span {
  display: none;
}
.team_info_box > .bottom_circle {
  width: 120%;
  height: 120px;
  background: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  bottom: -50px;
  z-index: 0;
}
.container {
  width: 84%;
  margin: 0 auto;
  background: white !important;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -50%;
  position: relative;
  z-index: 88;
  padding: 0 3%;
}
.team_data_deal {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.team_data_deal li {
  width: 100%;
  background: white;
  padding: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.team_data_deal li a {
  width: 92%;
  padding: 0 4%;
  overflow: hidden;
}
.team_data_deal li a > div {
  width: 100%;
  overflow: hidden;
}
.team_data_deal li a > div:nth-child(1) > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  background: -linear-gradient(left top, var(--mainColor1_1), var(--mainColor1_2) 100%);
  margin-top: 9px;
  display: block;
  float: left;
}
.team_data_deal li a > div:nth-child(1) > p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  float: left;
  margin-left: 5px;
  width: auto;
}
.team_data_deal li a > div:nth-child(2) {
  margin-top: 5px;
}
.team_data_deal li a > div:nth-child(2) img {
  width: 40px;
  float: left;
}
.team_data_deal li a > div:nth-child(2) p {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 40px;
  margin: 0 auto;
  width: auto;
  margin-left: 5px;
  float: left;
}
.team_data_deal li a > div:nth-child(2) span {
  width: 100%;
  font-size: 1em;
  color: var(--mainColor2_1);
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 4px;
  margin-left: 5px;
  float: right;
  width: 26%;
  display: block;
  border: 1px solid var(--mainColor2_1);
  border-radius: 3px;
}
.result_img {
  width: 90%;
  margin: 0 auto;
  margin-top: 30%;
}
.result_label {
  width: 100%;
  font-size: 1.2em;
  color: #48db8d;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}
.result_btn {
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  width: 60%;
  margin: 0 auto;
  margin-top: 30%;
}
.no_label {
  color: #ef3c3c;
}
.yes {
  background: #48db8d;
}
.no {
  background: #ef3c3c;
}
.code_box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.code_box .code_back {
  width: 100%;
}
.code_box > div {
  width: 12%;
  position: absolute;
  left: 5%;
  top: 12px;
  border-radius: 5px;
  overflow: hidden;
}
.code_box > div img {
  width: 100%;
}
.code_box .code_code {
  width: 42%;
  position: absolute;
  left: 29%;
  top: 50%;
}
.team_form_box {
  width: 100%;
  position: relative;
  z-index: 99;
}
.team_form_box > span {
  width: 100%;
  font-size: 1em;
  color: #333333;
  text-align: left;
  line-height: 24px;
  margin: 0 auto;
  position: absolute;
  width: auto;
  left: 7%;
  top: 5px;
  z-index: 99;
}
.question_box {
  width: 100%;
  overflow: hidden;
  padding-top: 196px;
}
.question_box::-webkit-scrollbar {
  display: none;
}
.question_box li {
  width: 100%;
  overflow: hidden;
  display: none;
}
.question_box li:nth-child(1) {
  display: block;
}
.question_box li > div {
  width: 100%;
  overflow: hidden;
}
.question_box li > div > p {
  width: 100%;
  font-size: 1em;
  color: #666666;
  text-align: left;
  line-height: 22px;
  width: 92%;
  height: auto;
  background: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid #dadada;
}
.question_box li > div > div {
  width: 92%;
  height: auto;
  background: #f8f8f8;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 4%;
  display: none;
}
.question_box li > div > div p {
  width: 100%;
  font-size: 0.82em;
  color: #9f9ea5;
  text-align: left;
  line-height: 18px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.question_box li > div > div img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 8px;
}
.q_icon {
  float: left;
  height: 16px;
  margin-top: 4px;
}
.point_arrow {
  float: right;
  height: 6px;
  margin-top: 8px;
}
.question_box li a p {
  font-size: 0.9em;
  width: 82%;
  float: left;
  color: #333;
  margin-left: 3%;
  line-height: 22px;
}
.question_box li > div > a {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  width: 92%;
  padding: 10px 4%;
}
.question_banner {
  width: 100%;
}
.question_tab_box {
  width: 100%;
  overflow: auto;
}
.question_tab_box::-webkit-scrollbar {
  display: none;
}
.question_tab_box ul {
  width: auto;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.question_tab_box ul li {
  float: left;
  width: 100%;
  font-size: 0.8em;
  color: #333333;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  width: auto;
  box-shadow: -1px 0 0 #e8e8e8 inset;
  margin: 10px 0;
}
.question_tab_box ul li:last-child {
  box-shadow: none;
}
.question_banner_top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: white;
}
.label_title {
  width: 100%;
  font-size: 1em;
  color: #248cf2;
  text-align: left;
  line-height: 22px;
  width: 92%;
  height: auto;
  background: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 4%;
  border-bottom: 1px solid #dadada;
  margin-top: 12px;
  padding-bottom: 6px;
}
.label_title span {
  height: 22px;
  width: 3px;
  background: #248cf2;
  display: block;
  float: left;
}
.label_title p {
  float: left;
  width: auto;
  margin-left: 8px;
}
.login_header{
		margin: 0 auto;
		text-align: center;
		margin-top: 50px;
		font-size: 1.1em;
}