/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.load_more_box {
	display: none;	
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*基础样式---------------start*/
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
div,
input,
ul,
li,
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  vertical-align: middle;
}
input,
button,
textarea {
  outline: none;
}
body {
  font: normal 18px "microsoft yahei";
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-size: 12px;
}
i,
em {
  font-style: normal;
}
img {
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  width: 100%;
  display: block;
  color: #797979;
  background-color: #fff;
  font-family: "微软雅黑", "Open Sans", "sans-serif", "Source Han Sans CN";
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  height: 100%;
  min-height: 100%;
}
aside {
  height: 100%;
}
th,
tr,
td {
  text-align: center;
}
ul li {
  list-style: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix {
  zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pa_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pf {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.my_hide {
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.my_hide_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 老版本的flex */
  display: -webkit-box;
  /* flex主轴为y轴 */
  -webkit-box-orient: vertical;
  /* 可以把 块容器 中的内容限制为指定的行数. */
  -webkit-line-clamp: 2;
}
.my_hide_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_hide_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1112px) {
  html {
    font-size: 55.6px !important;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 128px !important;
  }
}
.container {
  min-width: 1112px;
}
input {
  color: #262533;
}
input::placeholder {
  color: #aaa9b5;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 110;
}
.nav.shadow {
  box-shadow: 0.0729rem 0.0729rem 0.1875rem 0 rgba(55, 99, 170, 0.1);
}

.nav .nav_cont_box {
  padding: 0 1.5417rem;
  height: 1.0417rem;
}
.nav .nav_cont_box .nav_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.nav .upgrade_box {
  background: #4540dc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1042rem 0;
}
.nav .upgrade_box .text {
  font-size: 0.2083rem;
  color: #ffffff;
}
.nav .upgrade_box .btns {
  display: flex;
}
.nav .upgrade_box .now_upgrade {
  cursor: pointer;
  margin-left: 0.2083rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.125rem;
  font-size: 0.1667rem;
  color: #4540dc;
  padding: 0.0625rem 0.1875rem;
}
.nav .upgrade_box .upgrade_fun {
  cursor: pointer;
  margin-left: 0.1875rem;
  border: 0.0156rem solid #ffffff;
  border-radius: 0.125rem;
  font-size: 0.1667rem;
  color: #ffffff;
  text-align: center;
  padding: 0.0625rem 0.1875rem;
}

.nav .logo img {
  width: 1.4479rem;
}
.nav .login span {
  display: inline-block;
  font-size: 0.1563rem;
  font-weight: 500;
  line-height: 0.5521rem;
  text-align: center;
  cursor: pointer;
}
.nav .login .btn1 {
  width: 1.0417rem;
  height: 0.5521rem;
  border-radius: 0.1146rem;
  color: #262533;
}
.nav .login .btn2 {
  margin-left: 0.1979rem;
  width: 1.2708rem;
  height: 0.5521rem;
  background: #4540dc;
  border-radius: 0.1146rem;
  color: #fff;
}
.nav .my_tx {
  cursor: pointer;
  position: relative;
  display: none;
}
.nav .my_tx .exit {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 54px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 10px 52px rgba(145, 145, 171, 0.15);
}
.nav .my_tx .exit img {
  width: 22px;
}
.nav .my_tx .exit span {
  margin-left: 8px;
  font-size: 16px;
  color: #262533;
}
.head {
  background: url(../img/1.png) no-repeat;
  background-size: 100%;
  height: 7.6563rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1.0417rem;
}
.head .bottom .select_count {
  text-align: center;
  font-size: 0.2083rem;
  color: #aaa9b5;
}
.head .bottom .search_box {
  margin-top: 0.8333rem;
  width: 11.6458rem;
  height: 1.0417rem;
  background: #ffffff;
  border-radius: 0.5625rem;
  box-shadow: 0rem 0.15rem 0.6rem -0.12rem rgba(87, 87, 148, 0.46);
  display: flex;
  align-items: center;
  padding: 0.1667rem 0.1875rem 0.1667rem 0;
}
.head .bottom .search_box .search_type {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 2.2917rem;
  padding-left: 0.4167rem;
}
.head .bottom .search_box .search_type span {
  font-size: 0.2083rem;
  color: #262533;
}
.head .bottom .search_box .search_type img {
  width: 0.3333rem;
  margin-left: 0.1042rem;
}
.head .bottom .search_box .search_type .select_search_type {
  display: none;
  position: absolute;
  top: calc(100% + 0.4583rem);
  left: 0;
  width: 2.2917rem;
  z-index: 1;
}
.head .bottom .search_box .search_type .select_search_type .type_list {
  padding: 0.25rem 0;
  background: #ffffff;
  box-shadow: 0rem 0.1042rem 0.5417rem 0rem rgba(145, 145, 171, 0.1);
  border-radius: 0.1875rem;
}
.head .bottom .search_box .search_type .select_search_type .type_list > li {
  font-size: 0.2083rem;
  color: #262533;
  text-indent: 0.5729rem;
}
.head .bottom .search_box .search_type .select_search_type .type_list > li.active {
  background: url(../img/gou.png) no-repeat 0.2083rem center;
  background-size: 0.2917rem;
}
.head .bottom .search_box .search_type .select_search_type .type_list > li:nth-child(n+2) {
  margin-top: 0.2292rem;
}
.head .bottom .search_box .search_type .prod_type {
  display: none;
  position: absolute;
  width: 2.2917rem;
  left: 2.5rem;
  top: calc(100% + 1rem);
  z-index: 1;
}
.head .bottom .search_box .search_type .prod_type .type_list {
  padding: 0.25rem 0;
  background: #ffffff;
  box-shadow: 0rem 0.1042rem 0.5417rem 0rem rgba(145, 145, 171, 0.1);
  border-radius: 0.1875rem;
}
.head .bottom .search_box .search_type .prod_type .type_list > li {
  font-size: 0.2083rem;
  color: #262533;
  text-indent: 0.5729rem;
}
.head .bottom .search_box .search_type .prod_type .type_list > li.active {
  background: url(../img/gou.png) no-repeat 0.2083rem center;
  background-size: 0.2917rem;
}
.head .bottom .search_box .search_type .prod_type .type_list > li:nth-child(n+2) {
  margin-top: 0.2292rem;
}
.head .bottom .search_box .line {
  width: 0.0208rem;
  height: 0.5625rem;
  background: #ecedf3;
  margin: 0 0.375rem 0 0;
}
.head .bottom .search_box .search_cont {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.head .bottom .search_box .search_cont img {
  width: 0.3333rem;
}
.head .bottom .search_box .search_cont input {
  font-size: 0.2083rem;
  flex: 1;
  border: none;
  margin-left: 0.1042rem;
  height: 100%;
  color: #262533;
}
.head .bottom .search_box .search_cont input::placeholder {
  color: #aaa9b5;
}
.head .bottom .search_box .search_btn {
  margin-left: 0.1563rem;
  width: 1.7604rem;
  text-align: center;
  height: 0.7083rem;
  line-height: 0.7083rem;
  background: #4540dc;
  border-radius: 0.4167rem;
  text-indent: 0.2083rem;
  cursor: pointer;
}
.head .bottom .search_box .search_btn span {
  font-size: 0.2083rem;
  color: #ffffff;
  letter-spacing: 0.2083rem;
}
.country_hg_data {
  background-color: #f6f7fc;
}
.country_hg_data .my_width {
  padding-top: 1.0417rem;
  padding-bottom: 1.0417rem;
  width: 11.3958rem;
  margin: 0 auto;
}
.country_hg_data .hg_data_box {
  width: 100%;
  height: 1.5521rem;
}
.country_hg_data .hg_data_box .phone_box {
  display: flex;
  width: 100%;
  height: 100%;
}
.country_hg_data .hg_data_box .item {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.4167rem;
  background: #ffffff;
  border-radius: 0.1875rem;
  flex: 1;
}
.country_hg_data .hg_data_box .item:first-child {
  margin-right: 0.4167rem;
}
.country_hg_data .hg_data_box .item .img_box img {
  width: 0.7188rem;
}
.country_hg_data .hg_data_box .item .text {
  display: flex;
  flex-direction: column;
  margin-left: 0.1667rem;
  font-size: 0.1875rem;
  font-weight: 500;
  color: #aaa9b5;
}
.country_hg_data .hg_data_box .item .text span:nth-child(2) {
  margin-top: 0.0938rem;
  font-size: 0.2292rem;
  font-weight: 700;
  color: #262533;
}
.country_hg_data .country_img {
  margin-top: 0.3542rem;
  width: 100%;
}
.country_hg_data .country_img img {
  width: 100%;
}
.country_hg_data .the_common_problems {
  margin-top: 0.3542rem;
  background: #ffffff;
  border-radius: 0.1875rem;
  padding: 0.4167rem 0.625rem 0.5208rem;
}
.country_hg_data .the_common_problems .the_tiele {
  text-align: center;
  font-size: 0.4167rem;
  font-weight: 700;
  color: #262533;
}
.country_hg_data .the_common_problems .problems_box {
  margin-top: 0.6771rem;
  display: flex;
  flex-wrap: wrap;
}
.country_hg_data .the_common_problems .problems_box .item {
  width: 47.5%;
}
.country_hg_data .the_common_problems .problems_box .item:nth-child(n+3) {
  margin-top: 0.3rem;
}
.country_hg_data .the_common_problems .problems_box .item:nth-child(2n) {
	margin-left: 5%;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_title {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_title .wenh {
  height: 100%;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_title .wenh img {
  width: 25px;
  height: 25px;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow span {
  vertical-align: top;
  margin: 0 0.0417rem;
  font-size: 19px;
  color: #262533;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow img {
  width: 23px;
  height: 23px;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow img.active {
  transform: rotate(180deg);
}
.country_hg_data .the_common_problems .problems_box .item .wenti_huida {
  display: none;
  margin-top: 10px;
  font-size: 19px;
  color: #aaa9b5;
  padding-left: 0.2917rem;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_huida p {
	letter-spacing: 1px;
	line-height: 28px;
}
.country_hg_data .the_common_problems .problems_box .item .wenti_huida p em {
  cursor: pointer;
  color: #4540DC;
}
.main > div img {
  width: 100%;
}
.main .img2 {
  position: relative;
}
.user_evaluation {
  padding-bottom: 123px;
}
.user_evaluation .user_evaluation_title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #262533;
}
.user_evaluation .user_evaluation_title em {
  color: #4540DC;
}
.user_evaluation .evaluation_list {
  width: 1189px;
  margin: 0 auto;
  margin-top: 70px;
}
.user_evaluation .evaluation_list .evaluation_item {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 10px 57px 0px rgba(145, 145, 171, 0.12);
  padding: 34px 60px;
}
.user_evaluation .evaluation_list .evaluation_item:nth-child(n+2) {
  margin-top: 22px;
}
.user_evaluation .evaluation_list .evaluation_item .user_info {
  display: flex;
  align-items: center;
}
.user_evaluation .evaluation_list .evaluation_item .user_info .img_box {
  width: 38px;
}
.user_evaluation .evaluation_list .evaluation_item .user_info .img_box img {
  width: 100%;
}
.user_evaluation .evaluation_list .evaluation_item .user_info .info_detail {
  margin-left: 7px;
  font-size: 15px;
  color: #262533;
}
.user_evaluation .evaluation_list .evaluation_item .user_info .info_detail .belonging {
  margin-top: 8px;
  font-size: 14px;
  color: #aaa9b5;
}
.user_evaluation .evaluation_list .evaluation_item .dec_detail {
  margin-top: 16px;
  font-size: 14px;
  color: #262533;
}
.user_evaluation .evaluation_list .evaluation_item .othr {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #aaa9b5;
}
.footer {
  padding: 1.0104rem 2.1875rem 1.0104rem;
  background: #f6f7fc;
}
.footer .footer_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_main .title {
  text-align: center;
}
.footer .footer_main .title img {
  width: 7.5208rem;
}
.footer .footer_main .info {
  display: flex;
  align-items: center;
}
.footer .footer_main .info .tel_and_qq > div {
  display: flex;
  align-items: center;
}
.footer .footer_main .info .tel_and_qq img {
  width: 0.2813rem;
}
.footer .footer_main .info .tel_and_qq span {
  margin-left: 0.1042rem;
  font-size: 0.2083rem;
  color: #000000;
}
.footer .footer_main .info .tel_and_qq .qq {
  margin-top: 0.125rem;
}
.footer .footer_main .info .ewm {
  margin-left: 0.4479rem;
  width: 1.5417rem;
  height: 1.5417rem;
  background: #ffffff;
  border-radius: 0.125rem;
  padding: 0.0521rem;
}
.footer .footer_main .info .ewm img {
  width: 100%;
}
.login_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 111;
}
.login_box .login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_box .login .phone_box {
  background: #ffffff;
  border-radius: 0.4375rem;
  padding: 0.7292rem 2.0104rem 0.6875rem;
}
.login_box .login .close {
  position: absolute;
  right: 0.4583rem;
  top: 0.4792rem;
  cursor: pointer;
}
.login_box .login .close img {
  width: 0.3125rem;
}
.login_box .login .title {
  text-align: center;
  font-size: 0.4271rem;
  color: #4540dc;
}
.login_box .login .form {
  margin-top: 1.9375rem;
}
.login_box .login .form.reg {
  margin-top: 0.6458rem;
}
.login_box .login .form.reg .item.reg_item {
  display: flex;
}
.login_box .login .form.reg .item.btn {
  margin-top: 0.6979rem;
}
.login_box .login .form .item {
  width: 5.7917rem;
}
.login_box .login .form .item:nth-child(n+2) {
  margin-top: 0.2083rem;
}
.login_box .login .form .item.code {
  display: flex;
}
.login_box .login .form .item.code input {
  flex: 1;
}
.login_box .login .form .item.code span {
  cursor: pointer;
  margin-left: 0.1667rem;
  display: inline-block;
  width: 1.5313rem;
  height: 0.625rem;
  line-height: 0.625rem;
  background: #4540dc;
  border-radius: 0.1042rem;
  text-align: center;
  font-size: 0.1667rem;
  color: #ffffff;
}
.login_box .login .form .item.reg_item {
  display: none;
}
.login_box .login .form .item input {
  font-size: 0.1667rem;
  padding-left: 0.1667rem;
  width: 100%;
  height: 0.625rem;
  border: 0.0104rem solid #aaa9b5;
  border-radius: 0.1042rem;
}
.login_box .login .form .item.btn {
  margin-top: 1.0729rem;
  height: 0.625rem;
  line-height: 0.625rem;
  background: #4540dc;
  border: 0.0104rem solid #c5cdd6;
  border-radius: 0.1042rem;
  text-align: center;
  text-indent: 0.2083rem;
  font-size: 0.1667rem;
  color: #ffffff;
  letter-spacing: 0.2083rem;
}
.login_box .login .form .to_reg {
  margin-top: 0.125rem;
  text-align: center;
  font-size: 0.1667rem;
}
.login_box .login .form .to_reg span {
  color: #8c98a5;
}
.login_box .login .form .to_reg em {
  color: #4540DC;
  border-bottom: 0.0104rem solid #4540DC;
  cursor: pointer;
}
.search_result_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 111;
  min-width: 1200px;
}
.search_result_box .search_result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background: #ffffff;
  border-radius: 39.0048px;
  overflow: hidden;
  padding-bottom: 34.0032px;
}

.search_result_box .search_result .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70.0032px;
  background: #4540dc;
  padding: 0 49.9968px;
}
.search_result_box .search_result .top .search_title {
  font-size: 19.9968px;
  color: #ffffff;
  flex: 1;
}
.search_result_box .search_result .top .upgrade_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 5;
}
.search_result_box .search_result .top .upgrade_btn > span.text {
  font-size: 20px;
  color: #ffffff;
}
.search_result_box .search_result .top .upgrade_btn > span.now_upgrade {
  cursor: pointer;
  text-align: center;
  margin-left: 22px;
  width: 100px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 16px;
  color: #4540dc;
}
.search_result_box .search_result .top .upgrade_btn > span.upgrade_fun {
  cursor: pointer;
  width: 132px;
  text-align: center;
  height: 46px;
  border: 1.5px solid #ffffff;
  line-height: 43px;
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  margin-left: 18px;
}
.search_result_box .search_result .top .close_box {
  display: flex;
  justify-content: flex-end;
}
.search_result_box .search_result .top .close_box .close img {
  cursor: pointer;
  width: 30px;
}
.search_result_box .search_result .main_cont {
  background: #ffffff;
  padding: 30px 49.9968px 0;
  height: 60vh;
  overflow: auto;
}
.search_result_box .search_result .main_cont::-webkit-scrollbar {
  width: 5px;
  height: 15px;
}
.search_result_box .search_result .main_cont::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #009688;
  background: rgba(0, 0, 0, 0.075);
}
.search_result_box .search_result .main_cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ddd;
  border-radius: 0;
  background: #ececec;
}
.search_result_box .search_result .main_cont table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.search_result_box .search_result .main_cont table .tr_title {
  height: 54.9984px;
  line-height: 54.9984px;
  background: #f6f7fc;
  border-radius: 18px;
}
.search_result_box .search_result .main_cont table .tr_title th {
  height: 100%;
  font-size: 15.0048px;
  font-weight: 500;
  color: #aaa9b5;
}

.search_result_box .search_result .main_cont table th:nth-child(1),
.search_result_box .search_result .main_cont table td:nth-child(1) {
  width: 15%;
}
.search_result_box .search_result .main_cont table th:nth-child(2),
.search_result_box .search_result .main_cont table td:nth-child(2) {
  width: 15%;
}
.search_result_box .search_result .main_cont table th:nth-child(3),
.search_result_box .search_result .main_cont table td:nth-child(3) {
  width: 28%;
}
.search_result_box .search_result .main_cont table th:nth-child(4),
.search_result_box .search_result .main_cont table td:nth-child(4) {
  width: 6%;
}
.search_result_box .search_result .main_cont table th:nth-child(5),
.search_result_box .search_result .main_cont table td:nth-child(5) {
  width: 6%;
}
.search_result_box .search_result .main_cont table th:nth-child(6),
.search_result_box .search_result .main_cont table td:nth-child(6) {
  width: 10%;
}
.search_result_box .search_result .main_cont table th:nth-child(7),
.search_result_box .search_result .main_cont table td:nth-child(7) {
  width: 10%;
}
.search_result_box .search_result .main_cont table th:nth-child(8),
.search_result_box .search_result .main_cont table td:nth-child(8) {
  width: 10%;
}
.search_result_box .search_result .main_cont table .item {
  width: 100%;
  border-bottom: 0.9984px solid #e8e8f0;
  height: 58.0032px;
  line-height: 58.0032px;
}
.search_result_box .search_result .main_cont table .item:last-child {
  border-bottom: none;
}
.search_result_box .search_result .main_cont table .item td {
  padding: 0 0.2083rem;
  font-size: 15.0048px;
  font-weight: 600;
  color: #262533;
  font-family: "Source Han Sans CN";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_result_box .search_result .main_cont table .item td.oper {
  overflow: visible;
  cursor: pointer;
}
.search_result_box .search_result .main_cont table .item td.oper img {
  width: 19.9968px;
}
.search_result_box .search_result .main_cont table .item td.oper span {
  margin-left: 3.0048px;
  font-size: 15.0048px;
  color: #4540dc;
}
.select_more_fun_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 112;
  min-width: 1200px;
}
.select_more_fun_box .select_more_fun {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select_more_fun_box .select_more_fun .content {
  position: relative;
  width: 1109px;
  background: #ffffff;
  border-radius: 39px;
  padding: 38px 60px 20px;
}
.select_more_fun_box .select_more_fun .content .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 40px;
}
.select_more_fun_box .select_more_fun .content .close img {
  width: 30px;
}
.select_more_fun_box .select_more_fun .content .title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #262533;
}
.select_more_fun_box .select_more_fun .content .detail {
  margin-top: 46px;
  background: #f6f7fc;
  border-radius: 22px;
  display: flex;
}
.select_more_fun_box .select_more_fun .content .detail .dec {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 15px;
}
.select_more_fun_box .select_more_fun .content .detail .dec.hgsj {
  width: 210px;
}
.select_more_fun_box .select_more_fun .content .detail .dec.try_out {
  width: 288px;
  padding-left: 11px;
  padding-right: 11px;
}
.select_more_fun_box .select_more_fun .content .detail .dec.try_out .list {
  width: 100%;
  height: 270px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 21px;
}
.select_more_fun_box .select_more_fun .content .detail .dec.vip {
  flex: 1;
  background: linear-gradient(125deg, #55cfff, #4540dc 100%);
  border-radius: 22px;
  padding-left: 11px;
  padding-right: 11px;
}
.select_more_fun_box .select_more_fun .content .detail .dec.vip .title {
  color: #fff;
}
.select_more_fun_box .select_more_fun .content .detail .dec.vip .list {
  width: 100%;
  height: 270px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 21px;
}
.select_more_fun_box .select_more_fun .content .detail .dec.vip .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 30px;
  color: #fff;
}
.select_more_fun_box .select_more_fun .content .detail .dec.vip .list .item img {
  width: 18px;
}
.select_more_fun_box .select_more_fun .content .detail .dec .title {
  font-size: 20px;
  font-weight: 700;
  color: #262533;
}
.select_more_fun_box .select_more_fun .content .detail .dec .list {
  margin-top: 20px;
  padding-top: 24px;
  padding-bottom: 30px;
}
.select_more_fun_box .select_more_fun .content .detail .dec .list .item {
  line-height: 24px;
  font-size: 16px;
  color: #262533;
}
.select_more_fun_box .select_more_fun .content .detail .dec .list .item:nth-child(n+2) {
  margin-top: 22px;
}
.select_more_fun_box .select_more_fun .content .detail .dec .list .item img {
  width: 15px;
}
.select_more_fun_box .select_more_fun .content .contact_way {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_more_fun_box .select_more_fun .content .contact_way .text {
  font-weight: 700;
  font-size: 16px;
  color: #262533;
}
.select_more_fun_box .select_more_fun .content .contact_way .tel_and_qq {
  display: flex;
}
.select_more_fun_box .select_more_fun .content .contact_way .tel {
  width: 20px;
  margin-left: 4px;
}
.select_more_fun_box .select_more_fun .content .contact_way .tel_text,
.select_more_fun_box .select_more_fun .content .contact_way .qq_text {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.select_more_fun_box .select_more_fun .content .contact_way .qq {
  margin-left: 30px;
  width: 20px;
}
.select_more_fun_box .select_more_fun .content .contact_way .ewm_box {
  margin-left: 30px;
  width: 81px;
  height: 81px;
  border: 1px solid #aaa9b5;
  border-radius: 7px;
  padding: 4px;
}
.select_more_fun_box .select_more_fun .content .contact_way .ewm_box img {
  width: 100%;
}
.select_more_fun_box .select_more_fun .content .upgrade_btn {
  cursor: pointer;
  margin: 30px auto 0;
  width: 556px;
  height: 60px;
  line-height: 58px;
  background: #4540dc;
  border: 1px solid #c5cdd6;
  border-radius: 10px;
  font-size: 16px;
  text-align: CENTER;
  color: #ffffff;
}
.paging {
  margin-top: 19.9968px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging.evaluation {
  margin-top: 50px;
}
.paging > div {
  cursor: pointer;
}
.paging .pre,
.paging .next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .pre img,
.paging .next img {
  width: 31.9968px;
}
.paging .next {
  margin-left: 13.9968px;
}
.paging .item {
  width: 31.9968px;
  height: 31.9968px;
  line-height: 31.9968px;
  border: 0.9984px solid #aaa9b5;
  text-align: center;
  border-radius: 11.0016px;
  font-size: 13.9968px;
  color: #aaa9b5;
  margin-left: 13.9968px;
}
.paging .item.active {
  background: #4540dc;
  color: #FFFFFF;
}
.paging .sum {
  margin-left: 8px;
  font-size: 14px;
  color: #262533;
}
.paging .to_page {
  margin-left: 21px;
  color: #262533;
  font-size: 14px;
}
.paging .to_page input {
  width: 52px;
  height: 32px;
  border: 1px solid #aaa9b5;
  border-radius: 11px;
  text-align: center;
  color: #AAA9B5;
  font-size: 14px;
}
.pc {
  display: block;
}
.phone {
  display: none;
}
.phone_search_type_box {
  display: none;
}
.upgrade_more_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 111;
}
.upgrade_more_box .upgrade_more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 627px;
  height: 265px;
  background: #ffffff;
  border-radius: 34px;
  padding: 38px 0 50px;
  text-align: center;
}
.upgrade_more_box .upgrade_more img {
  width: 94px;
}
.upgrade_more_box .upgrade_more span {
  margin-top: 38px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #262533;
}
.country_pop_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 111;
}
.country_pop_box .country_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 89px 43px;
  background-color: #fff;
  border-radius: 42px;
}
.country_pop_box .country_pop .close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.country_pop_box .country_pop .close img {
  width: 27px;
}
.country_pop_box .country_pop .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #262533;
}
.country_pop_box .country_pop .img_box {
  margin-top: 30px;
}
.country_pop_box .country_pop .img_box img {
  width: 779px;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  img.phone,
  span.phone {
    display: inline-block;
  }
  .main > div img {
    width: 100%;
  }
  .main .img2 {
    position: relative;
  }
  .main .img2 .hg_data_box {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5.333333vw;
  }
  .main .img2 .hg_data_box .phone_box {
    width: 100%;
    height: 18.6666vw;
    display: flex;
  }
  .main .img2 .hg_data_box .item {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background: #ffffff;
    border-radius: 10px;
    flex: 1;
  }
  .main .img2 .hg_data_box .item:first-child {
    margin-right: 10px;
  }
  .main .img2 .hg_data_box .item .img_box img {
    width: 42px;
  }
  .main .img2 .hg_data_box .item .text {
    display: flex;
    flex-direction: column;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #aaa9b5;
    line-height: 18px;
  }
  .main .img2 .hg_data_box .item .text span:nth-child(2) {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #262533;
    line-height: 24px;
  }
  #container {
    min-width: auto;
  }
  #container .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    height: auto;
    z-index: 110;
  }
  #container .nav .nav_cont_box {
    padding: 0 15px;
    height: auto;
  }
  #container .nav .nav_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    height: 50px;
  }
  #container .nav .upgrade_box {
    padding: 12px 0;
    height: auto;
    background: #4540dc;
    display: block;
    align-items: center;
    justify-content: center;
  }
  #container .nav .upgrade_box .text {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  #container .nav .upgrade_box .btns {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  #container .nav .upgrade_box .now_upgrade {
    padding: 0;
    cursor: default;
    margin-left: 20px;
    width: 102px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #ffffff;
    border-radius: 9px;
    font-size: 13px;
    color: #4540dc;
  }
  #container .nav .upgrade_box .upgrade_fun {
    padding: 0;
    cursor: default;
    margin-left: 20px;
    width: 102px;
    height: 32px;
    line-height: 32px;
    border: 1.5px solid #ffffff;
    border-radius: 9px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
  }
  #container .nav .logo {
    display: flex;
    align-items: center;
  }
  #container .nav .logo img {
    width: 100px;
  }
  #container .nav .login {
    display: flex;
    align-items: center;
  }
  #container .nav .login span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 37px;
    text-align: center;
    cursor: default;
  }
  #container .nav .login .btn1 {
    width: 60px;
    height: 37px;
    border-radius: 8px;
    color: #262533;
  }
  #container .nav .login .btn2 {
    margin-left: 10px;
    width: 80px;
    height: 37px;
    background: #4540dc;
    border-radius: 8px;
    color: #fff;
  }
  #container .nav .my_tx {
    cursor: default;
    position: relative;
    display: none;
  }
  #container .nav .my_tx .exit {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 54px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 10px 52px rgba(145, 145, 171, 0.15);
  }
  #container .nav .my_tx .exit img {
    width: 22px;
  }
  #container .nav .my_tx .exit span {
    margin-left: 8px;
    font-size: 16px;
    color: #262533;
  }
  #container .head {
    background: url(../img/m/1.jpg) no-repeat;
    background-size: 100%;
    height: 97.24445333vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
  }
  #container .head .bottom {
    width: 100%;
    padding: 0 15px;
  }
  #container .head .bottom .select_count {
    text-align: center;
    font-size: 14px;
    color: #aaa9b5;
  }
  #container .head .bottom .search_box {
    margin-top: 30px;
    width: 100%;
    height: 45px;
    background: #ffffff;
    border-radius: 61px;
    box-shadow: 0px 6px 23px -3px rgba(87, 87, 148, 0.46);
    display: flex;
    align-items: center;
    padding: 0;
  }
  #container .head .bottom .search_box .search_type {
    position: relative;
    display: flex;
    align-items: center;
    cursor: default;
    width: 110px;
    padding-left: 12px;
  }
  #container .head .bottom .search_box .search_type span {
    font-size: 14px;
    color: #262533;
  }
  #container .head .bottom .search_box .search_type img {
    width: 16px;
    margin-left: 2px;
  }
  #container .head .bottom .search_box .search_type .select_search_type {
    display: none;
  }
  #container .head .bottom .search_box .search_type .prod_type {
    display: none;
  }
  #container .head .bottom .search_box .line {
    width: 1px;
    height: 29px;
    background: #ecedf3;
    margin: 0 10px 0;
  }
  #container .head .bottom .search_box .search_cont {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #container .head .bottom .search_box .search_cont img {
    width: 0;
  }
  #container .head .bottom .search_box .search_cont input {
    width: 100%;
    font-size: 14px;
    flex: 1;
    border: none;
    margin-left: 0;
    height: 100%;
    color: #262533;
  }
  #container .head .bottom .search_box .search_cont input::placeholder {
    color: #aaa9b5;
  }
  #container .head .bottom .search_box .search_btn {
    margin-left: 10px;
    width: 50px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #4540dc;
    border-radius: 19px;
    text-indent: 0;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container .head .bottom .search_box .search_btn img {
    width: 16px;
  }
  #container .country_hg_data {
    background-color: #f6f7fc;
    padding: 0 20px;
  }
  #container .country_hg_data .my_width {
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
  }
  #container .country_hg_data .hg_data_box {
    width: 100%;
    height: 70px;
  }
  #container .country_hg_data .hg_data_box .phone_box {
    display: flex;
    width: 100%;
    height: 100%;
  }
  #container .country_hg_data .hg_data_box .item {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background: #ffffff;
    border-radius: 10px;
    flex: 1;
  }
  #container .country_hg_data .hg_data_box .item:first-child {
    margin-right: 10px;
  }
  #container .country_hg_data .hg_data_box .item .img_box img {
    width: 42px;
  }
  #container .country_hg_data .hg_data_box .item .text {
    display: flex;
    flex-direction: column;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #aaa9b5;
  }
  #container .country_hg_data .hg_data_box .item .text span:nth-child(2) {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #262533;
  }
  #container .country_hg_data .country_img {
    margin-top: 15px;
    width: 100%;
  }
  #container .country_hg_data .country_img img {
    width: 100%;
  }
  #container .country_hg_data .the_common_problems {
    margin-top: 15px;
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 15px 30px;
  }
  #container .country_hg_data .the_common_problems .the_tiele {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #262533;
  }
  #container .country_hg_data .the_common_problems .problems_box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  #container .country_hg_data .the_common_problems .problems_box .item {
    width: 100%;
  }
  #container .country_hg_data .the_common_problems .problems_box .item:nth-child(n+2) {
    margin-top: 20px;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title .wenh {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title .wenh img {
    width: 21px;
    height: 21px;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow {
    margin-left: 2px;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow span {
    vertical-align: top;
    margin: 0;
    font-size: 16px;
    color: #262533;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow img {
    vertical-align: top;
    width: 19px;
    height: 19px;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_title .arrow img.active {
    transform: rotate(180deg);
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_huida {
    display: none;
    margin-top: 2px;
    font-size: 14px;
    color: #aaa9b5;
    padding-left: 23px;
  }
  #container .country_hg_data .the_common_problems .problems_box .item .wenti_huida p em {
    cursor: pointer;
    color: #4540DC;
  }
  #container .footer {
    height: auto;
    padding: 30px 0 40px;
    background: #f6f7fc;
  }
  #container .footer .title {
    text-align: center;
  }
  #container .footer .title img {
    width: 296px;
  }
  #container .footer .footer_main {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #container .footer .footer_main .answer {
    flex: 1;
    margin-right: 0;
    padding: 0 15px;
  }
  #container .footer .footer_main .answer .item {
    cursor: default;
  }
  #container .footer .footer_main .answer .item:nth-child(n+2) {
    margin-top: 12px;
  }
  #container .footer .footer_main .answer .item.show .show_cont .arrow2 {
    transform: rotate(180deg);
  }
  #container .footer .footer_main .answer .item.show .hide_cont {
    height: auto;
  }
  #container .footer .footer_main .answer .item .show_cont {
    display: flex;
    align-items: center;
    line-height: 30px;
  }
  #container .footer .footer_main .answer .item .show_cont .cirelc {
    width: 10px;
  }
  #container .footer .footer_main .answer .item .show_cont span {
    margin: 0 3px;
    font-size: 16px;
    color: #262533;
  }
  #container .footer .footer_main .answer .item .show_cont .arrow2 {
    width: 19px;
    transition: auto;
  }
  #container .footer .footer_main .answer .item .hide_cont {
    height: 0;
    margin-top: 0;
    padding-left: 13px;
    font-size: 14px;
    color: #aaa9b5;
    line-height: 26px;
    overflow: hidden;
    transition: all 300ms;
  }
  #container .footer .footer_main .info {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #container .footer .footer_main .info .tel_and_qq {
    display: flex;
    align-items: center;
  }
  #container .footer .footer_main .info .tel_and_qq > div {
    display: flex;
    align-items: center;
  }
  #container .footer .footer_main .info .tel_and_qq img {
    width: 22px;
  }
  #container .footer .footer_main .info .tel_and_qq span {
    margin-left: 4px;
    font-size: 16px;
    color: #000000;
  }
  #container .footer .footer_main .info .tel_and_qq .qq {
    margin-left: 40px;
    margin-top: 0;
  }
  #container .footer .footer_main .info .ewm {
    margin-top: 30px;
    margin-left: 0;
    width: 221px;
    height: 221px;
    background: #ffffff;
    border-radius: 18px;
    padding: 10px;
  }
  #container .footer .footer_main .info .ewm img {
    width: 100%;
  }
  .login_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 111;
  }
  .login_box .login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }
  .login_box .login .phone_box {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 28px 34px;
  }
  .login_box .login .close {
    position: absolute;
    right: 27px;
    top: 30px;
    cursor: default;
  }
  .login_box .login .close img {
    width: 22px;
    vertical-align: baseline;
  }
  .login_box .login .title {
    text-align: center;
    font-size: 20px;
    color: #4540dc;
  }
  .login_box .login .form {
    margin-top: 104px;
  }
  .login_box .login .form.reg {
    margin-top: 50px;
  }
  .login_box .login .form.reg .item.reg_item {
    display: flex;
  }
  .login_box .login .form.reg .item.btn {
    margin-top: 48px;
  }
  .login_box .login .form .item {
    width: 289px;
    display: flex;
    align-items: center;
  }
  .login_box .login .form .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .login_box .login .form .item.code {
    display: flex;
  }
  .login_box .login .form .item.code input {
    flex: 1;
  }
  .login_box .login .form .item.code span {
    box-sizing: border-box;
    cursor: default;
    margin-left: 10px;
    display: inline-block;
    width: 100px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #AAA9B5;
    border: 1px solid #aaa9b5;
  }
  .login_box .login .form .item.reg_item {
    display: none;
  }
  .login_box .login .form .item input {
    font-size: 14px;
    padding-left: 14px;
    width: 100%;
    height: 44px;
    border: 1px solid #aaa9b5;
    border-radius: 10px;
  }
  .login_box .login .form .item.btn {
    display: block;
    margin-top: 112px;
    height: 44px;
    line-height: 44px;
    background: #4540dc;
    border: 1px solid #c5cdd6;
    border-radius: 10px;
    text-align: center;
    text-indent: 10px;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 10px;
  }
  .login_box .login .form .to_reg {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
  }
  .login_box .login .form .to_reg span {
    color: #8c98a5;
  }
  .login_box .login .form .to_reg em {
    color: #4540DC;
    border-bottom: 1px solid #4540DC;
    cursor: default;
  }
  .phone_search_type_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 111;
  }
  .phone_search_type_box .phone_search_type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .phone_search_type_box .phone_search_type .select_search_type .type_list {
    width: 216px;
    padding: 40px 0;
    background: #ffffff;
    box-shadow: 0px 10.0032px 52.0032px 0px rgba(145, 145, 171, 0.1);
    border-radius: 16px;
  }
  .phone_search_type_box .phone_search_type .select_search_type .type_list > li {
    font-size: 20px;
    color: #262533;
    text-indent: 58px;
  }
  .phone_search_type_box .phone_search_type .select_search_type .type_list > li.active {
    background: url(../img/gou.png) no-repeat 26px center;
    background-size: 29px;
  }
  .phone_search_type_box .phone_search_type .select_search_type .type_list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .phone_search_type_box .phone_prod_type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .phone_search_type_box .phone_prod_type .prod_type .type_list {
    width: 216px;
    padding: 40px 0;
    background: #ffffff;
    box-shadow: 0px 10.0032px 52.0032px 0px rgba(145, 145, 171, 0.1);
    border-radius: 16px;
  }
  .phone_search_type_box .phone_prod_type .prod_type .type_list > li {
    font-size: 20px;
    color: #262533;
    text-indent: 58px;
  }
  .phone_search_type_box .phone_prod_type .prod_type .type_list > li.active {
    background: url(../img/gou.png) no-repeat 26px center;
    background-size: 29px;
  }
  .phone_search_type_box .phone_prod_type .prod_type .type_list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .search_result_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 111;
    min-width: auto;
  }
  .search_result_box .search_result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    width: auto;
    background: transparent;
    border-radius: auto;
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
  }
  .search_result_box .search_result .phone_box {
    width: 100%;
    background: #ffffff;
    border-radius: 21px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .search_result_box .search_result .phone_top {
    background: #4540dc;
  }
  .search_result_box .search_result .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: #4540dc;
    padding: 0 15px;
  }
  .search_result_box .search_result .top .search_title {
    font-size: 16px;
    color: #ffffff;
  }
  .search_result_box .search_result .top .upgrade_btn {
    display: none;
  }
  .search_result_box .search_result .top .close img {
    cursor: default;
    width: 25px;
  }
  .search_result_box .search_result .upgrade_btn_phone {
    background: #4540dc;
    padding-bottom: 12px;
    display: block;
  }
  .search_result_box .search_result .upgrade_btn_phone .text {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  .search_result_box .search_result .upgrade_btn_phone .btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
  }
  .search_result_box .search_result .upgrade_btn_phone .btn .now_upgrade {
    width: 102px;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    border-radius: 9px;
    color: #4540dc;
  }
  .search_result_box .search_result .upgrade_btn_phone .btn .upgrade_fun {
    margin-left: 20px;
    width: 102px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    color: #fff;
  }
  .search_result_box .search_result .main_cont {
    background: #ffffff;
    padding: 0 15px;
    max-height: 50vh;
    overflow: auto;
  }
  .search_result_box .search_result .main_cont table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .search_result_box .search_result .main_cont table .tr_title {
    display: none;
  }
  .search_result_box .search_result .main_cont table th,
  .search_result_box .search_result .main_cont table td {
    width: 100% !important;
    text-align: left;
  }
  .search_result_box .search_result .main_cont table .item {
    width: 100%;
    border-bottom: 1px solid #e8e8f0;
    height: auto;
    line-height: normal;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
  }
  .search_result_box .search_result .main_cont table .item:last-child {
    border-bottom: none;
  }
  .search_result_box .search_result .main_cont table .item td {
    line-height: 30px;
    padding: 0;
    font-size: 15;
    font-weight: 400;
    color: #000;
    font-family: "Source Han Sans CN";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search_result_box .search_result .main_cont table .item td span {
    font-size: 13px;
    font-weight: 400;
    color: #9aa1b8;
  }
  .search_result_box .search_result .main_cont table .item td.oper {
    overflow: visible;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search_result_box .search_result .main_cont table .item td.oper img {
    width: 20px;
  }
  .search_result_box .search_result .main_cont table .item td.oper span {
    margin-left: 3px;
    font-size: 15px;
    color: #4540dc;
  }
  .paging {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paging > div {
    cursor: default;
  }
  .paging .pre img,
  .paging .next img {
    width: 31.9968px;
  }
  .paging .next {
    margin-left: 8px;
  }
  .paging .item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #aaa9b5;
    text-align: center;
    border-radius: 11px;
    font-size: 14px;
    color: #aaa9b5;
    margin-left: 8px;
  }
  .paging .item.active {
    background: #4540dc;
    color: #FFFFFF;
  }
  .upgrade_more_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 111;
  }
  .upgrade_more_box .upgrade_more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 305px;
    height: 128px;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 0 20px;
    text-align: center;
  }
  .upgrade_more_box .upgrade_more img {
    width: 48px;
  }
  .upgrade_more_box .upgrade_more span {
    margin-top: 18px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #262533;
  }
  .country_pop_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 111;
  }
  .country_pop_box .country_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 0 20px;
  }
  .country_pop_box .country_pop .my_phone {
    background-color: #fff;
    padding: 24px 13px 20px;
    border-radius: 10px;
    position: relative;
  }
  .country_pop_box .country_pop .close {
    position: absolute;
    right: 17px;
    top: 20px;
    cursor: pointer;
  }
  .country_pop_box .country_pop .close img {
    width: 22px;
  }
  .country_pop_box .country_pop .title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #262533;
  }
  .country_pop_box .country_pop .img_box {
    margin-top: 21px;
    height: 400px;
    overflow: auto;
  }
  .country_pop_box .country_pop .img_box img {
    width: 100%;
  }
  .user_evaluation {
    padding-bottom: 54px;
  }
  .user_evaluation .user_evaluation_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #262533;
  }
  .user_evaluation .user_evaluation_title em {
    color: #4540DC;
  }
  .user_evaluation .evaluation_list {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
  }
  .user_evaluation .evaluation_list .evaluation_item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 57px 0px rgba(145, 145, 171, 0.2);
    padding: 22px 16px;
  }
  
  .user_evaluation .evaluation_list .evaluation_item:nth-child(n+2) {
    margin-top: 16px;
  }
  .user_evaluation .evaluation_list .evaluation_item .user_info {
    display: flex;
    align-items: center;
  }
  .user_evaluation .evaluation_list .evaluation_item .user_info .img_box {
    width: 38px;
  }
  .user_evaluation .evaluation_list .evaluation_item .user_info .img_box img {
    width: 100%;
  }
  .user_evaluation .evaluation_list .evaluation_item .user_info .info_detail {
    margin-left: 7px;
    font-size: 15px;
    color: #262533;
  }
  .user_evaluation .evaluation_list .evaluation_item .user_info .info_detail .belonging {
    margin-top: 8px;
    font-size: 14px;
    color: #aaa9b5;
  }
  .user_evaluation .evaluation_list .evaluation_item .dec_detail {
    margin-top: 18px;
    font-size: 14px;
    color: #262533;
  }
  .user_evaluation .evaluation_list .evaluation_item .othr {
    margin-top: 30px;
    display: block;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #aaa9b5;
  }
  .user_evaluation .evaluation_list .evaluation_item .othr .belonging_to {
    margin-top: 6px;
  }
  
  .user_evaluation .load_more_box {
    display: block;
    padding: 0 20px;
    margin-top: 16px;
  }
  .user_evaluation .load_more_box .load_more {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 57px 0px rgba(145, 145, 171, 0.2);
    text-align: center;
    font-size: 16px;
    color: #262533;
  }
  .paging.evaluation {
    display: none;
  }
  .select_more_fun_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 112;
    min-width: auto;
  }
  .select_more_fun_box .select_more_fun {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    width: 100%;
  }
  .select_more_fun_box .select_more_fun .content {
    position: relative;
    width: auto;
    background: #ffffff;
    border-radius: 21px;
    padding: 24px 0 15px 0;
  }
  .select_more_fun_box .select_more_fun .content .close {
    cursor: default;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .select_more_fun_box .select_more_fun .content .close img {
    width: 22px;
  }
  .select_more_fun_box .select_more_fun .content .title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #262533;
  }
  .select_more_fun_box .select_more_fun .content .title p {
    font-weight: 700;
  }
  .select_more_fun_box .select_more_fun .content .detail_phone {
    width: 100%;
    overflow: auto;
  }
  .select_more_fun_box .select_more_fun .content .detail {
    width: 790px;
    margin-left: 15px;
    margin-top: 14px;
    background: #f6f7fc;
    border-radius: 12px;
    display: flex;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec {
    padding-top: 14px;
    text-align: center;
    padding-bottom: 21px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.hgsj {
    width: 141px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.try_out {
    width: 230px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.try_out .list {
    width: 100%;
    height: 203px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.vip {
    width: 397px;
    background: linear-gradient(125deg, #55cfff, #4540dc 100%);
    border-radius: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.vip .title {
    color: #fff;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.vip .list {
    width: 100%;
    height: 203px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.vip .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec.vip .list .item img {
    width: 16px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec .title {
    font-size: 16px;
    font-weight: 700;
    color: #262533;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec .list {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec .list .item {
    line-height: 23px;
    font-size: 15px;
    color: #262533;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec .list .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .select_more_fun_box .select_more_fun .content .detail .dec .list .item img {
    width: 15px;
  }
  .select_more_fun_box .select_more_fun .content .contact_way {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .text_div {
    line-height: 20px;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .text {
    font-weight: 700;
    font-size: 14px;
    color: #262533;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .tel_and_qq {
    margin-top: 8px;
    display: flex;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .tel_and_qq > div {
    line-height: 20px;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .tel {
    width: 18px;
    margin-left: 0px;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .tel_text,
  .select_more_fun_box .select_more_fun .content .contact_way .qq_text {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .qq {
    margin-left: 36px;
    width: 18px;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .ewm_box {
    margin-top: 8px;
    margin-left: 0px;
    width: 78px;
    height: 78px;
    border: 1px solid #aaa9b5;
    border-radius: 6px;
    padding: 4px;
  }
  .select_more_fun_box .select_more_fun .content .contact_way .ewm_box img {
    width: 100%;
  }
  .select_more_fun_box .select_more_fun .content .upgrade_btn {
    cursor: default;
    margin: 20px auto 0;
    width: 80%;
    height: 44px;
    line-height: 42px;
    background: #4540dc;
    border: 1px solid #c5cdd6;
    border-radius: 10px;
    font-size: 15px;
    text-align: CENTER;
    color: #ffffff;
  }
}


.upgrade_btn_phone,#selectMoreFun {
	display: none;
}