﻿/* 导航 */
.nav-wrap{
  background: #fff;
  z-index: 9990;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  line-height: 58px;
  color: #2b2b2b;
  font-weight: normal;
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
}
body{
	/* padding-top: 58px; */
}
body .nav-wrap{
	/* position: fixed;
	top: 0; */
}
.webapp .nav-wrap{
	background: #fff;
}
.nav-wrap .nav-logo{
	width: 25%;
	height: 100%;
	float: left;
	text-align: left;
	font-size: 22px;
}

.nav-wrap .top-menu {
	/*position: relative;*/
	width: 50%;
	float: left;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-family:"Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.menu-one{
  position: relative;
  padding: 0 34px;
	/* width: 14%; */
	/* height: 100%; 不知受什么影响，设100%时实际高度为82px而不是父容器的高度58px */
	height: 58px;
	z-index: 1;
}
.menu-one.active > a{
  color: #3091f2;
  border-bottom: 2px solid #3091F2;
}
#js-custom-btn, .check_login{
	cursor: pointer;
}
.menu-one ul{
	display: none;
	position: absolute;
	right: 0px;
	top: 58px;
  width: 128px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
li.menu-one.check_login:hover{
	color: #3091f2;
}
.menu-one:hover ul{
	display: block;
}
.menu-one a:hover{
  color: #3091f2;
  border-bottom: 2px solid #3091F2;
}
.serve_ico{
	background-image: url(../../../../../static/pc/index/img/serve_ico2.svg );
	width: 13px;
    height: 17px;
    display: inline-block;
    margin: -9px 7px;
    background-size: 13px;
     background-repeat: no-repeat;
}
.serve:hover span,.menu-one.active .serve_ico{
	background-image: url(../../../../../static/pc/index/img/serve_ico1.svg );
	width: 13px;
    height: 17px;
    display: inline-block;
    margin: -9px 7px;
    background-size: 13px;
    background-repeat: no-repeat;
}
.menu-one > a{
	display: inline-block;
	/* width: 100%; */
	height: 100%;
	color: #2b2b2b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*#webapp_icon{
    position: absolute;
    top: 17px;
    right: -25px;
    width: 38px;
}*/
.menu-one .menu-two{
	width: 100%;
	height: 46px;
	line-height: 42px;
	background-color: #fff;
}
.menu-one .menu-two:hover{
	background-color: #3091f2;
}
.menu-one .menu-two:hover a{
    color:#fff;
}
li.menu-two.check_login:hover{
    color:#fff;
}
.menu-one .menu-two > a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #2b2b2b;
}

.nav-wrap .nav-login{
	width: 25%;
  height: 100%;
  text-align: right;
	float: right;
}
.nav-login .login-span-wrap {
	text-align: right;
}
.nav-login .login-span-wrap span{
    padding: 6px 15px;
    cursor: pointer;
    line-height: 24px;
    border-radius: 2px;
    border: 1px solid #3091f2;
    color: #0391f2;
}
span.nav-lglogin:hover{
	color: #fff;
	background-color: #48a4ff;
}
.login-span-wrap span.nav-reg{
	color: #fff;
  background-color: #3091f2;
  margin-right: 0;
}
span.nav-reg:hover{
	background-color: #48a4ff;
}

.nav-lglogin,.nav-reg{
	/*border: 1px solid #36b0e5;*/
	/*background-color: #747474;*/
    margin-right: 8px;
}
/*.nav-login .login-span-wrap span{
    padding: 6px 15px;
    cursor: pointer;
    line-height: 24px;
    border-radius: 5px;
}*/
/*.nav-login span:first-child {
	border-right: 1px solid #fff;
	margin-right: -3px;
}*/
.nav-lglogin{
    margin-right: 8px;
}
.perfit-phone-exist{
	margin-right: 8px;
}
/*.nav-lglogin:hover {
	background-color: #36b0e5;
}*/
/*.nav-reg{
	border: 1px solid #37bf61;
}*/
/*.nav-reg:hover{
	background-color: #36b0e5;
}*/
.nav-center {
  /* width: 170px; */
  width: 100%;
	height: 100%;
	text-align: right;
	font-size: 14px;
  margin: 0 auto;
  padding: 0;
}
.nav-center span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 70%;
	vertical-align: middle;
	display: inline-block;
}


.nav-img {
  display: inline-block;
	width: 28px;
	height: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
/*.nav-center ul {
	left: -62px;
	width: 120px;
}*/
/*.red-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 14px;
  margin-top: -12px;
  border: 3px solid #fe7000;
  border-radius: 50%;
}*/
#change-account-type {
	font-size: 14px;
	cursor: pointer;
}
#change-account-type label {
	margin-right: 10px;
	font-size: 18px;
}
.nav-vip-logo {
	width: 20px;
	margin-left: 6px;
}
/* 导航完 */

/*定制需求发布框*/
.massage {
	width: 30px;
	display: inline-block;
	float: right;
}
.massage a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.massage img {
  width: 25px;
  top: 10px;
  position: relative;
  margin-right: 15px;
}

/*-----------SEO --------------*/
.nav-logo-img{
	/*background-image: url(http://cdn.jisuapp.cn/static/pc/index/img/jisu_nav_logo.svg);*/
  /*background-repeat: no-repeat;*/
  /*background-size: auto 41px;*/
  /*background-position: center center;*/
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.nav-logo .logo-img{
  height: 41px;
  width: initial;
  line-height: 40px;
  font-size: 16px;
}
.nav-logo-img h1,.nav-logo-img h2{
  display:inline-block;
  font-size: 18px;
  text-indent: 32px;
  position:relative;
  font-weight: bold;
  background-image:url("../../images/logo.png");
  background-size:auto 33px;
  background-repeat: no-repeat;
  background-position: left center;
}
.beta{
  position:absolute;
  right:-50px;
  height:18px;
  top:20px;
}
/*兑换券*/
#voucher {
  background: rgba(0,0,0,0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#voucher .voucherTitle {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #848484;
  background: #f2f2f2;
  padding: 0 22px;
}
#voucher img.voucherCancel{
  position: absolute;
  top: 17px;
  right: 20px;
  width: 15px;
  cursor: pointer;
  height: 15px;
}
#voucher .purchaseExchange,#voucher .enterData{
  width: 426px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -213px;
  margin-top: -130px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  color: #616161;
  padding-bottom: 17px;
}
.enterData .enterDataContent {
  padding: 20px 55px 20px 40px;
}
#voucher .specialExchange,#voucher .isRedeemed {
  padding: 40px 40px 20px 40px;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -213px;
  margin-top: -56px;
  background: #fff;
  border-radius: 4px;
  display: none;
  color: #616161;
}
.enterData .VoucherCode {
  line-height: 24px;
  width: calc( 100% - 102px);
}
.enterData .VerificationCode {
  line-height: 24px;
  width: 100px;
}
.enterData .contentTitle {
  width: 100px;
  display: inline-block;
  text-align: right;
}
.purchaseExchange img {
  width: 70px;
  height: 70px;
}
#voucher .purchaseExchange-content {
  text-align: center;
}
#voucher .purchaseExchange-content > div {
  display: inline-block;
  margin: 40px 34px;
}
.purchase-btn {
  border: 1px solid #3091F2;
  padding: 5px 23px;
  color: #3091F2;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 4px;
}
.sureData,.sureSubmit,.sureSpecialExchange {
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: #3091F2;
  border-radius: 4px;
}
.goBack-btn,.sureData,.RedeemedCancel,.sureSubmit,.sureSpecialExchange {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.VerificationImg {
  height: 28px;
  vertical-align: middle;
  float: right;
  width: 90px;
}
.goBack-btn:hover,.RedeemedCancel:hover {
  color: #3091F2;
}
.sureData:hover,.sureSubmit:hover,.sureSpecialExchange:hover {
  background: rgba(48,145,242,0.8)
}
#voucher .specialExchange a{
  text-decoration: underline;
  color: #3091F2;
}
.nav-content {
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
  height: 100%;
}