body {
  -webkit-font-smoothing: antialiased;
  background-color: #F0F2F7;
  font: 14px/1.5 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif', 'Microsoft YaHei';
  color: #666;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff!important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #666;
  text-decoration: none;
}


/**start header*/

.header-box {
  background: #303030;
  z-index: 1;
  position: relative;
}

.top {
  height: 48px;
  line-height: 48px;
  width: 1000px;
  margin: 0 auto;
}

.top .logo {
  float: left;
}

.top .logo a {
  display: block;
  float: left;
}

.top .logo img {
  margin-top: 5px;
  float: left;
  height: 40px;
}

.top .menum {
  float: right;
}

.top .menum li {
  float: left;
  position: relative;
  margin-left: 5px;
  line-height: 48px;
  color: #939EA9;
}

.top .menum .menu_prod_bd .prod_dayang {
  background: #303030;
  box-shadow: 0 2px 2px 0 rgba(125, 132, 140, 0.30);
  width: 100px;
  text-align: center;
  top: 0;
  position: absolute;
}

.top .menum .menu_prod_bd {
  width: 120px;
  line-height: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 45px;
}

.top .menum .prod_li_shoper:hover .menu_prod_bd {
  display: block;
}

.top .menum li.last {
  padding: 0 10px;
}

.top .menum li.active a {
  color: #C0A369;
}

.top .menum li a {
  display: block;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.top .menum li a:hover {
  color: #C0A369;
}

.top:after {
  content: "";
  display: block;
  clear: both;
}

.sanjiao-down,
.sanjiao-downinfo {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #939EA9;
  position: absolute;
  right: -4px;
  top: 23px;
}

.helptel {
  width: 150px;
  font-size: 12px;
  background-color: #444;
  text-align: center;
  position: absolute;
  left: 7px;
  z-index: 9;
  border: solid 1px #444;
  color: #fff;
  display: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.helptel.us {
  width: 250px;
}

.helptel .telInfo {
  line-height: 30px;
}

.topinfo {
  background-color: #444;
  color: #fff;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}

.topinfobd {
  width: 1000px;
  margin: 0 auto;
}

.topinfo li {
  float: right;
  padding: 0px 10px;
  position: relative;
  cursor: default;
  line-height: 30px;
  color: #ababaa;
}

.topinfo li:hover {
  color: #ababaa;
}

.topinfo li.J_help {
  padding-right: 15px;
  background: url("/images/top_more@2x.png") right center no-repeat;
  background-size: 10px auto;
}

.topinfo li a {
  display: block;
  float: left;
  color: #ababaa;
  cursor: pointer;
  font-size: 12px;
}

.topinfo li a:hover {
  color: #EBEBEB;
}

.sanjiao-downinfo {
  width: 3px;
  border-top: 3px solid #ababaa;
  top: 14px;
}


/**end header*/

.clearfix {
  clear: both;
}

.back_shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 998;
  display: none;
}

.tk_wrap {
  width: 500px;
  height: auto;
  float: left;
  position: fixed;
  left: 50%;
  top: 40%;
  margin-left: -250px;
  margin-top: -100px;
  box-sizing: border-box;
  padding: 50px 20px 0 20px;
  z-index: 999;
  border-radius: 10px;
  background-color: #fff;
  display: none;
}

.red {
  color: #f00;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.paging li {
  float: left;
  width: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.paging li:hover {
  color: #C0A369;
}

.paging li.cur {
  color: #C0A369;
}

.paging li.dot {
  cursor: default;
}

.paging li.dot:hover {
  color: #333;
}

.paging li.txt {
  width: 50px;
}

.form_list {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
}

.form_list.new {
  margin-bottom: 0;
  height: 60px;
}

.form_list.tips {
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

.form_list.new .tips {
  height: 20px;
  line-height: 20px;
  width: 260px;
  float: left;
  margin-left: 130px;
  font-size: 12px;
}

.form_list .textLabel {
  width: 100px;
  height: inherit;
  line-height: 40px;
  float: left;
  color: #666;
}

.form_list .newText {
  width: 115px;
  float: left;
  text-align: right;
}

.form_list .input {
  width: 260px;
  margin-left: 15px;
  float: left;
}

.form_list .input input,
.form_list .input select {
  width: 258px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 10px;
  color: #9B9B9B;
  outline: none;
  box-sizing: border-box;
}

.form_list .input input.red {
  color: red;
  border-color: red;
}

.form_list .textInfo {
  width: auto;
  float: left;
  height: inherit;
  line-height: 40px;
  color: #9B9B9B;
}

.form_list .changeBtn {
  width: auto;
  float: left;
  height: inherit;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: #DFC38A;
}

.form_list .changeBtn:hover {
  color: #C0A369;
}

.form_list .submitBtn {
  width: 150px;
  height: 40px;
  float: left;
  margin-left: 80px;
  display: block;
  border: 1px solid #939EA9;
  border-radius: 3px;
  color: #939EA9;
  cursor: pointer;
  text-align: center;
  background: #fff;
}

.form_list .submitBtn:hover {
  color: #fff;
  background: #939EA9;
}

.form_list .submitWrap {
  width: 260px;
  float: left;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  height: 40px;
  text-align: center;
}

.form_list .logo_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.form_list .submitWrap .btns,
.getCodeBtn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  margin-right: 15px;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
}

.form_list .submitWrap .btns.logo {
  height: 30px;
  line-height: 28px;
  width: 200px;
  float: right;
  margin-top: 5px;
  font-size: 14px;
}

.getCodeBtn {
  min-width: 120px;
  width: auto;
  border: 1px solid #939ea9;
  background-color: #fff;
  color: #939ea9;
}

.getCodeBtn:hover {
  background-color: #939EA9;
  color: #fff;
}

.getCodeBtn.disabled {
  cursor: default;
  background-color: #eee;
}

.getCodeBtn.disabled:hover {
  background-color: #eee;
  color: #939ea9;
}

.form_list .submitWrap .btns.mr0 {
  margin-right: 0;
}

.form_list .submitWrap .btns.cancel {
  background-image: linear-gradient(-180deg, #A7A9AF 0%, #9A9EA4 100%);
  background-color: #A7A9AF;
  color: #fff;
}

.form_list .submitWrap .btns.cancel:hover {
  background-image: linear-gradient(-180deg, #CACACA 0%, #C0C0C0 100%);
  background-color: #CACACA;
}

.form_list .submitWrap .btns.sure {
  background: #C0A369;
  color: #fff;
}

.form_list .submitWrap .btns.sure:hover {
  background: #DFC38A;
}

.account_header_tip {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #C0A369;
  font-size: 16px;
  padding: 0 15px 0 35px;
  background-size: auto 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.account_header_tip.edit {
  background-image: url(../images/edit@2x.png);
}

.account_header_tip.choice {
  background-image: url(../images/choice@2x.png);
}

.account_header_tip.tip {
  background-image: url(../images/prompt@2x.png);
}

.account_header_tip .close {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url(../images/Close@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.account_header_tip .close:hover {
  background-image: url(../images/Close1@2x.png);
}

.account_tkWrap {
  width: 100%;
  height: auto;
  float: left;
}

.account_tkWrap .sendCodeTip {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
}

.account_tkWrap .changeSucc {
  width: 100%;
  height: 160px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #272727;
  padding-top: 135px;
  margin-left: 25px;
  box-sizing: border-box;
}

.account_tkWrap .changeSucc.success {
  background: url("../images/pop_succed@2x.png") center top no-repeat;
  background-size: 88px auto;
}

.account_tkWrap .changeSucc.error {
  background: url("../images/pop_failed@2x.png") center top no-repeat;
  background-size: 88px auto;
}

#alertDialog {
  width: 400px;
  z-index: 9999;
  width: 300px;
  height: auto;
  box-sizing: border-box;
  z-index: 999;
  border-radius: 10px;
  background-color: #fff;
  display: none;
  padding: 50px 20px 0;
}

.account_tkWrap .wptitle {
  margin: auto;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  line-height: 60px;
}

.account_tkWrap .input {
  text-align: center;
  margin-top: 50px;
}

.account_tkWrap .input.nmt {
  margin-top: 0 !important;
}

input[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.redBor {
  border: 1px solid red !important;
  color: red !important;
}

.redTip {
  color: red;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
  float: left;
  text-align: left;
}

.redTip2 {
  color: red;
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
}

.toatst_tips {
  width: 300px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -20px;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  border-radius: 5px;
  z-index: 1000;
  display: none;
}

.newFooter {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  margin-top: 5px;
}

a,
button {
  cursor: pointer;
}