/*reset css*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
img {
  vertical-align: bottom;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1366px;
}
html,
body {
  position: relative;
  height: 100%;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
* {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea {
  moz-user-select: -moz-auto;
  -moz-user-select: auto;
  -o-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
#body_shop,
#body_control {
  background: #edeff5;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}
#nav_wraper {
  position: fixed;
  z-index: 1199;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
#nav {
  width: 1200px;
  margin: 0 auto;
  line-height: 80px;
  position: relative;
}
#nav .side-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 0;
  max-width: 45%;
  z-index: 3;
  display: block;
  margin-right: 25px;
}
#nav .side-logo img {
  padding: 15px 0;
  max-width: 100%;
  max-height: 80px;
}
#nav ul {
  float: right;
  position: relative;
  z-index: 2;
  height: 80px;
  z-index: 4;
}
#nav ul li {
  float: left;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  height: 78px;
}
#nav ul li a {
  padding: 0 25px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  color: #808080;
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
}
#nav ul li:last-child {
  cursor: default;
}
#nav ul li:last-child:hover {
  background: none!important;
  border-bottom: none !important;
}
#nav ul .nav_active,
#nav ul li:hover {
  background: #E1F2FF;
  border-bottom: 2px solid #5baaf1;
}
#nav ul .nav_active a,
#nav ul li:hover a {
  color: #5baaf1;
}
#nav ul #login {
  margin-left: 30px;
}
#nav ul #login a {
  padding: 5px 10px;
  color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 2px;
}
#nav ul .nickname {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3ca3f5;
}
.slide_bg {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 50%;
  margin-left: -980px;
  top: 0;
}
.t1_1 {
  width: 178px;
  height: auto;
  position: absolute;
  right: 50%;
  top: 308px;
  transform: translateX(-600px);
  opacity: 0;
  transition: all .6s;
}
.t1_2 {
  width: 578px;
  height: auto;
  position: absolute;
  right: 50%;
  top: 377px;
}
.p1 {
  position: absolute;
  right: 50%;
  top: 450px;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.98px;
}
.div_1366 {
  width: 1366px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -683px;
}
.ul_data {
  width: 1366px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.26);
  border-radius: 17px;
  position: absolute;
  left: 0;
  top: 700px;
  font-size: 0;
}
.ul_data li {
  display: inline-block;
  width: 30%;
  line-height: 120px;
}
.ul_data p span {
  font-size: 22px;
  color: #000000;
  letter-spacing: 2.7px;
}
.ul_data p:nth-of-type(1) {
  font-size: 32px;
  color: #3F3F3F;
  letter-spacing: 2.7px;
  text-align: center;
}
.ul_data p:nth-of-type(2) {
  font-size: 20px;
  color: #3F3F3F;
  letter-spacing: 1px;
  text-align: center;
}
.content {
  position: absolute;
  top: 50%;
}
.content .item {
  width: 600px;
  text-align: left;
  margin-bottom: 100px;
}
.content .item h3 {
  font-size: 40px;
  color: #353535;
  letter-spacing: 1.96px;
  font-weight: normal;
  margin-bottom: 20px;
}
.content .item p {
  font-size: 20px;
  color: #4A4B4D;
}
.content .item:last-child {
  margin-bottom: 0;
}
.T1 {
  font-size: 50px;
  color: #353535;
  letter-spacing: 1.96px;
  text-align: center;
}
.T2 {
  font-size: 36px;
  color: #353535;
  letter-spacing: 1.41px;
  text-align: center;
}
.T3 {
  font-size: 24px;
  color: #4A4B4D;
  letter-spacing: 1.41px;
  text-align: justify;
}
.s9 .T1 {
  padding-top: 140px;
}
.s9 .TT2 {
  width: 400px;
  padding-top: 20px;
  font-size: 20px;
  color: #4A4B4D;
  letter-spacing: 2.28px;
  text-align: center;
  margin: 0 auto;
}
.s10 {
  font-size: 0;
}
.s10 .T1 {
  height: 250px;
  line-height: 250px;
}
.s10 .T2 {
  height: 130px;
  line-height: 130px;
  transform: translateY(100px);
  opacity: 0;
  transition: all .4s;
}
.s10 .T3 {
  width: 90%;
  margin: 0 auto;
  transform: translateY(100px);
  opacity: 0;
  transition: all .4s;
}
.s10 li {
  width: 320px;
  height: 450px;
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(146, 172, 195, 0.69);
  margin-right: 28px;
}
.s10 li:last-child {
  margin-right: 0;
}
.thumb {
  position: absolute;
}
.s2 .content,
.s4 .content,
.s6 .content,
.s7 .content,
.s8 .content,
.s9 .content {
  left: 50%;
  margin-left: 50px;
}
.s3 .content,
.s5 .content {
  left: 0;
}
.s1 .thumb {
  height: 600px;
  width: auto;
  position: absolute;
  right: 50px;
  top: 50px;
}
.s2 .thumb {
  width: 680px;
  height: 625px;
  left: -117px;
  top: 50%;
  margin-top: -312px;
}
.s3 .thumb,
.s5 .thumb {
  width: 746px;
  height: 657px;
  right: 20px;
  top: 50%;
  margin-top: -329px;
}
.s4 .thumb,
.s7 .thumb,
.s8 .thumb {
  width: 900px;
  height: auto;
  right: 50%;
  top: 50%;
  margin-top: -350px;
}
.s6 .thumb {
  width: 700px;
  height: auto;
  left: -50px;
  top: 50%;
  margin-top: -360px;
}
.swiper-pagination1 {
  right: 20px !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#video_list .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.video_L {
  width: 225px;
  height: 400px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.video_L img {
  width: 225px;
  height: 400px;
}
.video_R {
  width: 210px;
  height: 400px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
}
.video_R img {
  width: 80px;
  height: 80px;
}
.video_R p:nth-of-type(1) {
  font-size: 30px;
  color: #353535;
  letter-spacing: 1.96px;
  padding: 20px 0;
}
.video_R p:nth-of-type(2) {
  font-size: 20px;
  color: #797A80;
  letter-spacing: 1.67px;
  text-align: left;
}
.btn_video {
  width: 50px;
  height: 50px;
  background: url(../images/btn_video.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.fullscreen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.fullscreen .videoContent {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  background: #000;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(-50%);
}
.fullscreen .videoBox {
  text-align: center;
  background: #red;
}
.fullscreen .closeButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/video_close.png);
}
.fullscreen video {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  object-fit: contain;
}
.btns_style {
  padding-top: 20px;
}
.btns_style a {
  display: inline-block;
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #4A4B4D;
  letter-spacing: 2.28px;
  text-align: center;
  background: url(../images/b1.png) no-repeat;
  background-size: cover;
}
.btns_style .style_active,
.btns_style a:hover {
  color: #fff;
  background: url(../images/b2.png) no-repeat;
  background-size: cover;
}
.copyright {
  margin-top: 50px;
  font-size: 20px;
  color: #A3A4A5;
  letter-spacing: 1.18px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.body_shop {
  min-width: 1200px;
}
.shop_nav2 {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(75, 85, 110, 0.3);
}
.shop_nav2 li {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.shop_nav2 li span {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 20px;
  color: #808080;
  letter-spacing: 1px;
  line-height: 48px;
}
.shop_nav2 li .shop_nav2_active {
  color: #3CA3F5;
  border-bottom: 2px solid #3CA3F5;
}
.div_1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#content {
  width: 915px;
}
#content h3 {
  font-size: 30px;
  color: #4A4B4D;
  letter-spacing: 4.02px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shop_platform {
  font-size: 0;
}
.shop_platform li {
  width: 208px;
  height: 306px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(146, 172, 195, 0.69);
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
}
.shop_platform li:last-child {
  width: calc(100% - 20px);
  height: 140px;
  margin-right: 0;
}
.shop_platform li:last-child p {
  height: 0;
  line-height: 0;
}
.shop_platform li:last-child .name {
  line-height: 140px;
  padding-top: 0;
}
.shop_platform li p {
  text-align: center;
}
.shop_platform li .platform_img {
  width: 100px;
  height: 100px;
  padding-top: 38px;
}
.shop_platform li .name {
  font-size: 24px;
  color: #666666;
  text-align: center;
  line-height: 24px;
  padding-top: 30px;
}
.shop_platform li .value {
  font-size: 36px;
  color: #353535;
  text-align: center;
  line-height: 36px;
  padding-top: 20px;
}
.shop_platform li .subname {
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  padding-top: 10px;
}
.shop_livemode {
  font-size: 0;
}
.shop_livemode ul li {
  width: 436px;
  height: 135px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(146, 172, 195, 0.69);
  display: inline-block;
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  vertical-align: top;
}
.shop_livemode ul li .livemode_img {
  width: 80px;
  height: 80px;
  margin: 30px 40px 30px 88px;
}
.shop_livemode ul li span {
  font-size: 32px;
  color: #353535;
  text-align: center;
  line-height: 135px;
}
.shop_livemode .shop_info {
  font-size: 18px;
  color: #898989;
  letter-spacing: 2.41px;
}
.choose_icon {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}
.choosed {
  border: 1px solid #3CA3F5 !important;
}
.choosed .choose_icon {
  display: block;
}
.selectable {
  cursor: pointer;
}
.shop_basic {
  font-size: 0;
}
.shop_basic .dl_1 {
  width: 284px;
  box-sizing: border-box;
}
.shop_basic .dl_2 {
  width: 588px;
  box-sizing: border-box;
}
.shop_basic .dl_2 dd {
  margin-right: 51px;
}
.shop_basic .dl_2 dd:nth-of-type(2n) {
  margin-right: 0;
}
.shop_basic .dl_3 {
  width: 892px;
  box-sizing: border-box;
}
.shop_basic .dl_3 dd {
  margin-right: 53px;
}
.shop_basic .dl_3 dd:nth-of-type(3n+3) {
  margin-right: 0;
}
.shop_basic dl {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(146, 172, 195, 0.69);
}
.shop_basic dt {
  margin-bottom: 35px;
}
.shop_basic dt span {
  font-size: 24px;
  color: #4A4B4D;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.shop_basic dd {
  font-size: 18px;
  color: #949699;
  letter-spacing: 1.5px;
  height: 25px;
  margin-bottom: 10px;
  width: 250px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.basic_dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #3ca3f5;
  border-radius: 50%;
  margin-right: 25px;
}
.basic_spec .basic_dot {
  background-color: #D381F8 !important;
}
.empty {
  background: none!important;
}
.shop_senior {
  font-size: 0;
}
.shop_senior ul li {
  width: 284px;
  height: 290px;
  display: inline-block;
  margin-right: 20px;
  box-sizing: border-box;
  margin-bottom: 16px;
  position: relative;
  padding: 24px;
  vertical-align: top;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(146, 172, 195, 0.69);
}
.shop_senior .senior_name {
  font-size: 24px;
  color: #4A4B4D;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-weight: bold;
}
.shop_senior .senior_detail {
  font-size: 18px;
  color: #949699;
  letter-spacing: 1.5px;
  text-align: justify;
  height: 100px;
  margin-bottom: 27px;
  overflow: hidden;
}
.shop_senior .senior_value {
  font-size: 36px;
  color: #353535;
  line-height: 36px;
  margin-bottom: 10px;
}
.shop_senior .senior_subname {
  font-size: 16px;
  color: #999999;
  text-align: left;
  line-height: 18px;
}
.shop_game {
  font-size: 0;
}
.shop_game ul li {
  width: 284px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(146, 172, 195, 0.69);
  display: inline-block;
  margin-right: 17px;
  box-sizing: border-box;
  margin-bottom: 17px;
  position: relative;
  vertical-align: top;
}
.shop_game .game_name {
  font-size: 24px;
  color: #4A4B4D;
  letter-spacing: 1.5px;
  line-height: 24px;
  position: absolute;
  left: 100px;
  top: 20px;
}
.shop_game .game_value {
  font-size: 24px;
  color: #999;
  letter-spacing: 1.5px;
  line-height: 24px;
  position: absolute;
  left: 100px;
  top: 55px;
}
.shop_game .game_img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.shop_game .shop_game_video {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 22px;
  top: 22px;
}
.shop_game .game_value2 {
  font-size: 24px;
  color: #666666;
  width: 100%;
  text-align: center;
  line-height: 24px;
}
.shop_game .game_name2 {
  font-size: 26px;
  color: #636466;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin-top: 14px;
}
.shopping_list_fixed {
  position: fixed !important;
  top: 100px!important;
}
#shopping_list {
  width: 280px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(75, 85, 110, 0.3);
  position: absolute;
  top: 60px;
  left: 915px;
}
#shopping_list dt {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid  #D8D8D8;
  font-size: 16px;
  color: #3CA3F5;
  letter-spacing: 0.67px;
  line-height: 42px;
  padding-left: 22px;
  box-sizing: border-box;
}
#shopping_list dd p {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
#shopping_list dd > p {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.58px;
  line-height: 45px;
  padding-left: 22px;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
#shopping_list dd div {
  width: 100%;
  padding-left: 22px;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
  color: #A4A4A4;
  letter-spacing: 0.42px;
  line-height: 20px;
  background: #FAFAFA;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#shopping_list dd div span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
#shopping_list dd div span:nth-child(2) {
  width: 160px;
  float: right;
  right: 22px;
  padding-right: 18px;
  font-size: 13px;
  color: #666666;
  letter-spacing: 1.5px;
  text-align: justify;
  line-height: 20px;
}
#shopping_list .yellow {
  font-size: 18px;
  color: #FB863B;
  letter-spacing: 0.58px;
  line-height: 45px;
  float: right;
  padding-right: 30px;
}
#shopping_list .red {
  font-size: 18px;
  color: #FE4040;
  letter-spacing: 0.58px;
  line-height: 45px;
  float: right;
  padding-right: 30px;
}
.enable_item {
  cursor: pointer;
}
.btn_next {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #ff6f6f;
  display: block;
}
.shoppint_list_active div {
  display: block !important;
}
.shoppint_list_active .more {
  transform: rotate(180deg);
  transition: all 0s;
}
.more {
  background: url(../images/more.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 9px;
  display: block;
  position: absolute;
  right: 4px;
  top: 18px;
}
.mini-nav {
  height: 184px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 30px;
  top: 50%;
  margin-top: -92px;
  z-index: 5;
}
.mini-nav .stage {
  position: absolute;
  height: 33px;
  left: 50%;
  margin-left: -17px;
  cursor: pointer;
}
.mini-nav .stage:nth-of-type(1) {
  top: -16px;
}
.mini-nav .stage:nth-of-type(2) {
  top: 30px;
}
.mini-nav .stage:nth-of-type(3) {
  top: 76px;
}
.mini-nav .stage:nth-of-type(4) {
  top: 122px;
}
.mini-nav .stage:nth-of-type(5) {
  top: 168px;
}
.mini-nav .stage.active .dot {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.mini-nav .dot {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/nav-dot.png) no-repeat;
  -webkit-background-size: 34px;
  background-size: 34px;
  border-radius: 50%;
  box-shadow: 0 0 6px #000000;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .2s .2s;
  -ms-transition: .2s .2s;
  transition: .2s .2s;
  z-index: 1;
}
.mini-nav .stage .dot em {
  background: url(../images/fun/dot.png);
}
.mini-nav .stage.active .dot em {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.mini-nav .dot em {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  -webkit-transition: .2s .2s;
  -ms-transition: .2s .2s;
  transition: .2s .2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.mini-nav .stage.active .title-box {
  width: 103px;
  -webkit-transition: .2s .2s;
  -ms-transition: .2s .2s;
  transition: .2s .2s;
}
.mini-nav .title-box {
  height: 44px;
  margin-top: -6px;
  width: 0;
  margin-left: 17px;
  position: relative;
  overflow: hidden;
  -webkit-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.mini-nav .title-box h4 {
  width: 73px;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  background: url(../images/nav-title-active.png);
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 16px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#btn_top {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 1001;
  right: 20px;
  bottom: 20px;
  background: url(../images/top.png) no-repeat;
  background-size: cover;
}
#shop_banner {
  padding-top: 80px;
}
#shop_banner img {
  width: 100%;
  height: auto;
}
.prop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
}
.prop .black {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.24;
}
.order_wrap {
  width: 700px;
  height: 455px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(75, 85, 110, 0.3);
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 50%;
  margin-top: -227px;
}
.order_title {
  height: 86px;
  line-height: 86px;
  padding-left: 28px;
}
.order_title img {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.order_title span {
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.67px;
  display: inline-block;
  vertical-align: middle;
}
.order_num_wrap {
  width: 660px;
  height: 80px;
  background: #FAFAFA;
  position: relative;
}
.order_num_wrap p {
  margin-left: 72px;
  font-size: 14px;
  color: #797A80;
  letter-spacing: 0.45px;
  height: 40px;
  line-height: 40px;
}
.order_num_wrap a {
  position: absolute;
  font-size: 14px;
  color: #3CA3F5;
  height: 20px;
  line-height: 20px;
  right: 27px;
  top: 30px;
}
#order_info {
  font-size: 13px;
  color: #808080;
  padding-left: 72px;
  height: 60px;
  line-height: 60px;
}
#order_first {
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.67px;
  padding-left: 72px;
}
#order_first span {
  color: #d82f44;
  font-weight: bold;
}
#order_pay {
  padding-left: 72px;
  padding-top: 40px;
}
#order_pay #order_pay_title {
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.67px;
  display: inline-block;
  vertical-align: top;
}
#order_pay ul {
  display: inline-block;
  vertical-align: top;
}
#order_pay ul li {
  position: relative;
  width: 120px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
#order_pay ul li span {
  margin-left: 10px;
}
#order_pay ul li img,
#order_pay ul li span {
  display: inline-block;
  vertical-align: middle;
}
#order_pay ul li .choose_icon {
  width: 20px;
  height: 20px;
  display: none;
}
#order_pay ul .order_pay_active {
  border: 1px solid #3CA3F5;
  background: #fff;
}
#order_pay ul .order_pay_active .choose_icon {
  display: block;
}
#btn_pay {
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FF7D56;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: 25px;
}
#prop_login .label {
  font-size: 16px;
  color: #7C7D80;
  letter-spacing: 2.14px;
  margin-left: 72px;
  height: 48px;
  line-height: 48px;
  display: block;
}
#prop_login #input_phone {
  display: block;
  width: 300px;
  height: 40px;
  font-size: 16px;
  color: #C4C5C7;
  letter-spacing: 2.14px;
  line-height: 40px;
  border: 1px solid #C6C8CC;
  margin-left: 72px;
  padding: 0 10px;
  box-sizing: border-box;
}
#prop_login #input_code {
  display: inline-block;
  width: 170px;
  height: 40px;
  font-size: 16px;
  color: #C4C5C7;
  letter-spacing: 2.14px;
  line-height: 40px;
  border: 1px solid #C6C8CC;
  margin-left: 72px;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: top;
}
#prop_login .order_wrap {
  height: 510px;
}
.btn_code {
  width: 110px;
  height: 40px;
  display: inline-block;
  background: #F5F5F5;
  border: 1px solid #C6C8CC;
  text-align: center;
  font-size: 16px;
  color: #7C7D80;
  letter-spacing: 2.14px;
  line-height: 40px;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 30px;
  cursor: pointer;
  outline: none;
}
.btn_next2 {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2.14px;
  text-align: center;
  border-radius: 5px;
  margin-left: 72px;
  margin-top: 45px;
  background: #ff7d56;
  display: block;
}
.btn_next2_diable {
  background: #C9C9C9 !important;
  pointer-events: none;
}
.p_agree {
  margin-left: 72px;
  font-size: 14px;
  color: #B4C1CC;
  letter-spacing: 1.74px;
  margin-top: 40px;
  line-height: 20px;
}
.p_agree span {
  display: inline-block;
  vertical-align: middle;
}
.p_agree .agree_choose {
  width: 14px;
  height: 14px;
  background: url(../images/choose_0.png) no-repeat;
  background-size: cover;
  margin-right: 7px;
  cursor: pointer;
}
.p_agree .agree_choosed {
  width: 14px;
  height: 14px;
  background: url(../images/choose_1.png) no-repeat !important;
  background-size: cover !important;
}
.tip .order_wrap {
  width: 400px;
  height: 300px;
  margin-left: -200px;
  margin-top: -150px;
  border-radius: 20px;
}
.tip .info {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.67px;
  margin-top: 100px;
}
.tip .btn_shop {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2.14px;
  text-align: center;
  border-radius: 5px;
  background: #ff7d56;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
.control_progress {
  width: 980px;
  margin: 0 auto;
  margin-top: 125px;
  position: relative;
  height: 200px;
}
.control_progress ul {
  position: absolute;
  width: 100%;
  font-size: 0;
}
.control_progress ul li {
  display: inline-block;
  width: 110px;
  margin-right: 180px;
}
.control_progress ul li:last-child {
  margin-right: 0;
}
.control_progress ul li p {
  width: 110px;
  text-align: center;
  font-size: 18px;
  color: #b3b3b3;
  letter-spacing: 2.41px;
  margin-top: 25px;
}
.control_progress ul li .p_active {
  color: #4A4B4D;
}
.control_progress .pro_bar {
  width: 870px;
  height: 12px;
  background: #DADADA;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.17);
  position: absolute;
  left: 55px;
  top: 55px;
}
.control_progress .pro_bar_per {
  width: 870px;
  height: 12px;
  background: #34A1F8;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.17);
  position: absolute;
  left: 55px;
  top: 50%;
  top: 55px;
}
.control_content {
  background: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(146, 172, 195, 0.9);
  padding: 40px 110px;
  margin-bottom: 40px;
}
.control_content li {
  margin-top: 30px;
}
.control_title {
  font-size: 20px;
  color: #2C405A;
  letter-spacing: 2.68px;
  font-weight: bold;
}
.control_label {
  width: 170px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
.control_input {
  width: 400px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ADBFCC;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.control_select {
  width: 400px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ADBFCC;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.control_select option {
  font-size: 20px;
}
.control_info {
  margin-top: 30px;
  width: 975px;
  background: #F3FBFF;
  padding: 16px;
  box-sizing: border-box;
  border-left: #7AD1FF solid 2px;
}
.control_info p {
  font-size: 14px;
  color: #718297;
  letter-spacing: 1.88px;
}
.control_info h4 {
  font-size: 14px;
  color: #2C405A;
  letter-spacing: 1.88px;
  line-height: 40px;
}
.control_info a {
  font-size: 13px;
  color: #3ca3f5;
  letter-spacing: 1.99px;
  line-height: 18px;
  text-decoration: underline;
}
.control_btn_submit {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(-135deg, #6fd0fb 0%, #3c7af5 100%);
  border-radius: 4px;
  display: block;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 16px;
}
.server_progress {
  width: 970px;
  height: 20px;
  font-size: 0;
  position: relative;
  margin-top: 25px;
  margin-bottom: 40px;
}
.server_progress span {
  font-size: 18px;
  color: #5D5D5D;
  letter-spacing: 2.41px;
  display: inline-block;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.server_progress span:nth-of-type(2) {
  left: initial;
  right: 0;
}
.server_progress p {
  width: 830px;
  height: 20px;
  background: #E3E5E6;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 60px;
  top: 0;
}
.server_progress .server_progress_bar {
  background: #3CA3F5;
  border-radius: 100px;
  height: 20px;
  position: absolute;
  left: 60px;
  top: 0;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1.88px;
  text-align: center;
  line-height: 20px;
  width: 0;
}
.control_code img {
  width: 164px;
  height: 164px;
  vertical-align: middle;
}
.control_code p {
  font-size: 18px;
  color: #2C405A;
  letter-spacing: 1.5px;
  width: 300px;
  line-height: 40px;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
#control_menu {
  width: 205px;
  height: 100%;
  padding-top: 130px;
  background: #FFFFFF;
  box-shadow: 2px 0 13px 0 #E6EBFD;
  padding-bottom: 300px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
#control_menu dl {
  width: 218px;
}
#control_menu dt {
  height: 50px;
  font-size: 18px;
  color: #B4B4B4;
  letter-spacing: 2.41px;
  line-height: 50px;
  cursor: pointer;
}
#control_menu dt span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#control_menu dt div {
  width: 205px;
  height: 50px;
  border-bottom: #E6E6E6 2px solid;
  position: relative;
}
#control_menu dt div i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 18px;
  height: 18px;
}
#control_menu dt:nth-of-type(1) div i {
  background: url(../images/control/m1.png) no-repeat;
  background-size: 36px 18px;
}
#control_menu dt:nth-of-type(2) div i {
  background: url(../images/control/m2.png) no-repeat;
  background-size: 36px 18px;
}
#control_menu dt:nth-of-type(3) div i {
  background: url(../images/control/m3.png) no-repeat;
  background-size: 36px 18px;
}
#control_menu dt:nth-of-type(4) div i {
  background: url(../images/control/m4.png) no-repeat;
  background-size: 36px 18px;
}
#control_menu dd {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: none;
}
#control_menu dd div {
  width: 155px;
  background: #F2F4FA;
  font-size: 14px;
  color: #91AEC6;
  letter-spacing: 2.35px;
  padding-left: 50px;
}
#control_menu .dt_active {
  background: url(../images/control/rec.png) no-repeat;
  background-size: 218px 50px;
  color: #fff;
}
#control_menu .dt_active div i {
  background-position: 100% !important;
}
#control_menu .dd_active {
  background: url(../images/control/rec.png) no-repeat;
  background-size: 218px 40px;
}
#control_menu .dd_active div {
  background: none;
  color: #fff;
}
#control_menu .open.dt_active {
  background: none;
  color: #3CA3F5;
}
#control_menu .open.dt_active strong {
  background: url(../images/more.png) no-repeat;
  background-size: cover;
}
#control_menu strong {
  width: 18px;
  height: 9px;
  display: inline-block;
  background: url(../images/more2.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 20px;
}
#control_menu .open strong {
  transform: rotate(180deg);
}
.control_iframe {
  position: absolute;
  left: 100px;
  top: 140px;
  width: 1200px;
}
.body_frame {
  width: 1200px;
  min-width: 1200px;
  background: none;
  height: auto;
  min-height: 1000px;
  padding-bottom: 50px;
}
.body_frame .box {
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(146, 172, 195, 0.9);
  padding: 40px 115px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.body_frame .box_title {
  font-size: 20px;
  color: #2C405A;
  letter-spacing: 2.68px;
  margin-bottom: 20px;
  font-weight: bold;
}
.body_frame .box_info {
  margin-top: 30px;
  width: 100%;
  background: #F3FBFF;
  padding: 16px;
  box-sizing: border-box;
  border-left: #7AD1FF solid 2px;
}
.body_frame .box_info p {
  font-size: 14px;
  color: #2C405A;
  letter-spacing: 2.41px;
}
.body_frame .box_info h4 {
  font-size: 14px;
  color: #2C405A;
  letter-spacing: 1.88px;
  line-height: 40px;
}
.body_frame .box_info a {
  font-size: 13px;
  color: #3ca3f5;
  letter-spacing: 1.99px;
  line-height: 18px;
  text-decoration: underline;
}
.sign_info {
  font-size: 14px;
  color: #91AEC6;
  letter-spacing: 0.82px;
  width: 60%;
  line-height: 20px;
}
.sign_money {
  font-size: 16px;
  color: #353535;
  letter-spacing: 0.67px;
  margin-top: 20px;
}
.sign_money span {
  color: #E8221C;
}
.btn_sign {
  background-image: linear-gradient(-131deg, #fa7070 0%, #e8221c 100%);
  border-radius: 4px;
  width: 133px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 115px;
  bottom: -100px;
}
.control_area {
  height: 210px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 20px;
}
.btn_submit {
  width: 133px;
  height: 40px;
  background-image: linear-gradient(-135deg, #6fd0fb 0%, #3c7af5 100%);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: block;
  margin-left: 160px;
}
.ul_home {
  font-size: 0;
}
.ul_home li {
  display: inline-block;
  width: 270px;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(75, 85, 110, 0.3);
  text-align: center;
  margin-right: 40px;
  vertical-align: top;
  position: relative;
}
.ul_home li:last-child {
  margin-right: 0;
}
.ul_home li img {
  width: 110px;
  height: 110px;
  margin-top: 45px;
}
.ul_home .p_home {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin-top: 48px;
}
.ul_home a {
  width: 180px;
  height: 40px;
  background: #3CA3F5;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 45px;
  bottom: 20px;
}
.ul_home .p_doing {
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #91AEC6;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 45px;
  bottom: 20px;
}
.p_account,
.p_password {
  font-size: 16px;
  color: #4F5866;
  letter-spacing: 2.14px;
}
.develop_btns {
  margin-top: 40px;
  margin-left: 113px;
  margin-bottom: 40px;
}
.develop_next,
.develop_submit,
.develop_logo {
  width: 133px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(-135deg, #6fd0fb 0%, #3c7af5 100%);
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
.img_logo {
  width: 100px;
  height: 100px;
}
.develop_logo {
  width: 100px;
  display: block;
  margin-top: 20px;
}
.develop_prev {
  width: 133px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #34A1F8;
  border: 2px solid #34A1F8;
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 35px;
}
.ul_colors li {
  width: 60px;
  height: 60px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 40px;
}
.ul_colors .color_active {
  background: #F1F4F5;
}
.ul_colors a {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.ul_colors .color1 {
  background: #F885C0;
}
.ul_colors .color2 {
  background: #7CBAE5;
}
.ul_colors .color3 {
  background: #FBD550;
}
.ul_colors .color4 {
  background: #FEFEFE;
  border: 1px solid #3CA3F5;
  box-sizing: border-box;
}
.ul_colors .color5 {
  background: #7774FC;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.ul_theme {
  width: 100%;
  height: 340px;
  background: #F1F4F5;
}
.ul_theme li {
  padding-left: 18px;
  padding-top: 18px;
  display: none;
  position: relative;
}
.ul_theme li img {
  width: 170px;
  height: 300px;
  margin-right: 55px;
}
.img_layout {
  width: 355px;
  height: 308px;
}
.develop_choose {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 9px;
  top: 6px;
  display: none;
}
.layout_active .develop_choose {
  display: block;
}
.layout_info {
  font-size: 14px;
  color: #2C405A;
  letter-spacing: 2.68px;
  margin-bottom: 20px;
}
.layout_info span {
  font-weight: bold;
}
.develop_assets dl {
  width: 310px;
  display: inline-block;
  margin-right: 12px;
}
.develop_assets dl dt {
  font-size: 0;
  width: 100%;
  height: 40px;
  background: #F3F3F3;
  line-height: 40px;
}
.develop_assets dl dt span {
  width: 25%;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  color: #2C405A;
  letter-spacing: 1.88px;
  text-align: center;
}
.develop_assets dl dt span:nth-of-type(1) {
  width: 30%;
}
.develop_assets dl dt span:nth-of-type(2) {
  width: 20%;
}
.develop_assets dl dd {
  font-size: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  line-height: 40px;
}
.develop_assets dl dd:nth-of-type(2n ) {
  background: #F2F4FA;
}
.develop_assets dl dd span {
  width: 25%;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  color: #2C405A;
  letter-spacing: 1.88px;
  text-align: center;
  line-height: 40px;
  position: relative;
  vertical-align: middle;
}
.develop_assets dl dd span:nth-of-type(1) {
  width: 30%;
}
.develop_assets dl dd span:nth-of-type(2) {
  width: 20%;
}
.develop_assets dl dd img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}
.develop_assets dl dd a {
  display: inline-block;
  width: 40px;
  height: 20px;
  border: 1px solid #0F8EE9;
  border-radius: 2px;
  line-height: 20px;
  font-size: 12px;
  color: #0F8EE9;
  letter-spacing: 1.61px;
}
.develop_progress {
  height: 60%;
  padding-left: 114px;
  margin-bottom: 44px;
}
.develop_progress span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid  #B4C1CC;
  border-radius: 50%;
  color: #B4C1CC;
  font-size: 20px;
  vertical-align: middle;
}
.develop_progress i {
  display: inline-block;
  width: 15px;
  height: 25px;
  background: url(../images/to.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0 60px;
}
.develop_progress .span_active {
  border: 1px solid #2593E0;
  color: #2593E0;
}
.develop_progress .i_active {
  background: url(../images/to2.png) no-repeat;
  background-size: cover;
}
.btn_lxwm {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 10%;
  margin-top: -40px;
  z-index: 1000;
  cursor: pointer;
}
#prop_kefu .wrap {
  width: 566px;
  height: 204px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -283px;
  margin-top: -102px;
}
#prop_kefu .wrap img {
  width: 566px;
  height: 204px;
}
#prop_kefu .close {
  width: 54px;
  height: 54px;
  background: url(../images/xx2.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -22px;
  top: -22px;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.TT1 {
  margin: 50px 0;
  font-size: 50px;
  color: #353535;
  letter-spacing: 1.96px;
  text-align: center;
}
.about_T2 {
  font-size: 30px;
  color: #525252;
  line-height: 50px;
}
.address {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: 100px 0;
}
.btn_shop {
  width: 276px;
  height: 92px;
  background: url(../images/btn_pc.png) no-repeat;
  background-size: cover;
  display: block;
  margin: 50px auto;
}
.a_logo {
  position: absolute;
  left: 0;
  top: 0;
}
.dot {
  width: 10px;
  height: 10px;
  background: #f678f5;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 10px;
}
.item p {
  margin-top: 15px;
  line-height: 30px;
}
.item p span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  line-height: 30px;
}
