.header {
    width: 100%;
    position: relative;
    z-index: 9999;
    background-image: linear-gradient(0deg, rgba(20, 20, 20, 0) 1%, rgba(20, 20, 20, .7) 99%);
    box-sizing: border-box;
}
.header .toubu{
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    padding: 1% 0;
}
.header .toubu .logo{
    width: 15%;
}
.header .toubu .logo img{
    width: 165px;
    height: 32px;
    object-fit: cover;
}
.header .toubu .nav{
    width: 40%;
    padding-top: 0.4%;
}
.header .toubu .nav ul{
    display: flex;
}
.header .toubu .nav ul li{
    padding: 0 10% 0 0;
}
.header .toubu .nav ul li:last-child{
    padding-right: 0;
}
.header .toubu .nav ul li a{
    font-size: 1rem;
    color: #d1d1d19a;
}
.header .toubu .nav ul li a:hover{
    color: #fff;
}

.top-nav-wrap button, .top-nav-wrap input, .top-nav-wrap select, .top-nav-wrap textarea {
    box-sizing: content-box;
    outline: 0 none;
    font-size: 1em;
}
.top-nav-wrap button, .top-nav-wrap input[type=button], .top-nav-wrap input[type=submit] {
    border: 0;
    cursor: pointer;
}
.top-nav-wrap {
    width: 35%;
    height: 40px;
    font-size: 12px;
    z-index: 100;
    display: flex;
}
.top-nav-wrap .search-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}
.top-nav-wrap .search-wrap .mod_search {
    position: relative;
    height: 48px;
    background: rgba(255, 255, 255, .1);
    border-radius: 36px;
    border: none;
    flex: 1 !important;
    max-width: 640px;
    min-width: 270px;
}

.top-nav-wrap .search-wrap .mod_search .search_form {
    display: flex;
    height: 100%;
}
.top-nav-wrap .search-wrap .mod_search .search_form .search_keywords {
    flex: 1;
    margin-left: 25px;
}
.top-nav-wrap .search-wrap .mod_search .search_input {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 32px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
}
.top-nav-wrap .search-wrap .mod_search .search_form .search-btn-wrap {
    background: none;
    height: 100%;
    padding-left: 35px;
    padding-right: 0;
}
.top-nav-wrap .search-wrap .mod_search .search_form .search-btn-wrap .simple-style {
    width: auto;
    margin-right: 25px;
    opacity: .6;
    display: none;
    align-items: center;
}
.top-nav-wrap .search-wrap .mod_search .search_form .search-btn-wrap .whole-style {
    display: flex;
    align-items: center;
    height: 100%;
}
.top-nav-wrap .search-wrap .mod_search .search_form .search-btn-wrap .whole-style .icon-text-wrap {
    display: flex;
    height: 100%;
    background: rgba(255, 255, 255, .05);
    align-items: center;
    padding-right: 25px;
    padding-left: 10px;
    border-radius: 0 30px 30px 0;
}
.top-nav-wrap .search-wrap .mod_search .search_form .search-btn-wrap .whole-style .icon-text-wrap:hover{
    background: rgba(255, 255, 255, 0.425);
}
.top-nav-wrap .search-wrap .mod_search .search_form .search-btn-wrap .whole-style .icon-text-wrap .btn_inner {
    font-size: 16px;
    color: #fff;
}
.denglu{
    width: 10%;
    display: flex;
    justify-content: right;
}
.denglu .ssi-user-bar .mod_quick {
    position: static !important;
    margin-top: 8px !important;
}
.mod_quick .quick_item {
    display: flex;
    justify-content: center;
    width: 40px;
}
.mod_quick .quick_user:last-child {
    width: auto;
}
.mod_quick .quick_user .quick_login {
    height: 30px;
    width: 56px;
    border-radius: 15px;
    background-color: #fff;
    color: #111;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    opacity: 90%;
    cursor: pointer;
}
.mod_quick .quick_user .quick_login img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}
.mod_quick .none {
    display: none !important;
}
.mod_quick .quick_user .quick_login:hover {
    opacity: 100%;
}
.mod_quick .quick_user .pop_login_wrap {
    position: absolute;
    top: 80px;
    right: 96px;
    padding: 20px 16px 19px;
    width: 320px;
    background: #1f1f1f;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, .25);
}
.mod_quick .quick_user .pop_login_wrap:before {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: -32px;
    opacity: 1;
    height: 40px;
    background-color: transparent;
    width: 100%;
}
.mod_quick .quick_user .pop_login_wrap .pop_login_hd {
    margin-bottom: 21px;
    text-align: center;
}
.mod_quick .quick_user .pop_login_wrap .pop_login_hd .account_login_title {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5%;
    color: #fff;
    width: 100%;
    display: block;
}
.mod_quick .quick_user .pop_login_wrap:after {
    position: absolute;
    right: 38px;
    top: -18px;
    display: block;
    content: "";
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #1f1f1f transparent;
}
.nickname{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.nickname {
    color: #fff;
    width: 100%;
    display: block;
    padding-bottom: 5%;
}
.mod_quick .quick_user .pop_login_wrap .pop_login_footer .btn_pop_link {
    height: 42px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #1f1f1f;
}
.dddrfr{
    display: flex;
}
.ccd{
    margin-right: 10%;
}




.login_pop a {
	text-decoration: none
}

.login_pop .login_popbox .close {
	position: absolute;
	display: block;
	right: 4px;
	top: 30px;
	height: 16px;
	width: 15px;
	background-position: 0 -242px;
	opacity: .6;
	-webkit-transition: all 0s;
	transition: all 0s
}

.login_pop .login_popbox .close:hover {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: all 0s;
	transition: all 0s
}

.login_pop_cover {
	width: 100%;
	height: 2000px;
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	display: none
}

.login_pop {
	width: 363px;
	background: white;
	position: fixed;
	_position: absolute;
	z-index: 200;
	top: 10%;
	left: 50%;
	margin-left: -180px;
	border-radius: 5px;
	overflow: visible;
	display: none
}

.login_pop .title {
	width: 100%;
	height: 55px;
	line-height: 53px;
	font-size: 24px;
	color: white;
	text-align: center;
	position: relative;
	background: #d14c49
}

.phoneArea {
	width: 245px;
	margin: 0 auto;
	margin-top: 22px;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	overflow: hidden;
    display: flex;
}

.phoneArea .phoneIcon {
	display: block;
	float: left;
	width: 40px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 9px -153px;
}

.login_pop .close,.login_pop .other_login_tip,.phoneArea .phoneIcon,.key_con .keyIcon {
	background-image: url(../images/icon/login-bg.png)
}

.login_pop .close {
	width: 22px;
	height: 23px;
	background-position: 3px -239px;
	background-repeat: no-repeat;
	position: absolute;
	right: 14px;
	top: 16px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.login_pop article {
	position: relative;
	overflow: hidden;
	min-height:30px;
}

.login_pop .close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	transition: all 1s
}

.login_pop article .key_con {
	width: 245px;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden
}

.keyBorder {
	float: left;
	height: 33px;
	border: 1px solid #a0a0a0;
	overflow: hidden;
	border-radius: 5px
}

.keyIcon {
	display: block;
	float: left;
	width: 40px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 9px -199px;
}

.login_pop article .phone,.login_pop article .pass,.login_pop article .key {
	color: grey;
	font-size: 12px;
	border: 0;
	height: 32px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	_float: left
}

.login_pop article .phone {
	width: 205px
}
.login_pop article .pass {
	width: 205px
}
.login_pop article .key {
	width: 114px;
	float: left
}

.login_pop article .get_key {
	width: 80px;
	height: 32px;
	padding: 0;
	margin: 2px 1px 0 0;
	line-height: 32px;
	background: #d14c49;
	float: right;
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border-radius: 16px
}

.login_pop article .get_key:hover {
	background-color: #d66260;
	color: #fff
}

.login_pop article .get_none {
	width: 80px;
	height: 32px;
	padding: 0;
	margin: 0 1px 0 0;
	line-height: 32px;
	background: #f5f5f5;
	float: right;
	border: 1px solid #eaeaea;
	text-align: center;
	color: #636363;
	font-size: 12px;
	cursor: default;
	border-radius: 20px
}

.login_pop article p {
	width: 100%;
	text-align: center;
	color: #7b7b7b;
	font-size: 12px;
	height: 22px;
	margin-top: 10px
}
.login_pop article p .login-btn{
	cursor:pointer;
}
.login_pop article p .fl{
	float:left;
	margin-left: 60px;
}
.login_pop article p .fr{
	float:right;
	margin-right: 60px;
}
.login_pop article p em {
	color: #da5537;
	font-style: normal
}

.login_pop article .submit {
	width: 218px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	text-align: center;
	border: 0;
	color: white;
	display: block;
	margin: 0 auto;
	background-color: #d14c49
}

.login_pop article .submit:hover {
	background-position: 0 -42px;
}

.login_pop article .submit.get_none {
	float: none;
	background-color: #f5f5f5;
	color: #989898
}

.login_pop article .submit.get_key {
	float: none;
	background-color: #d14c49;
	color: #fff
}

.login_pop .other_login_tip {
	width: 100%;
	height: 40px;
	background-repeat: no-repeat;
	background-position: -65px -390px
}

.login_pop .weibo,.login_pop .weixin,.login_pop .qq {
	width: 66px;
	height: 84px;
	float: left;
	margin: 34px 0;
	cursor: pointer
}

.login_pop .weibo {
	background-position: -200px 0;
	margin-left: 44px
}

.login_pop .weixin {
	background-position: 0 0;
	margin-left: 40px
}

.login_pop .qq {
	background-position: -100px 0;
	margin-left: 40px
}


.tips {
	width: 100%;
	height: 14px;
}

.warring {
	width: 100%;
	height: 15px;
	font-size: 12px;
	color: #d14c49;
	text-align: center;
	display: none;
	position: absolute;
	top: 3px
}

.login_popbox .warring {
	top: 144px;
	width: 139px;
	left: 23px
}

.login_popbox .get_none {
	background-color: #929292!important;
	color: #fff!important
}

.login_pop .login_popbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	display: none
}

.login_pop .login_popbox .inner {
	position: absolute;
	width: 265px;
	height: 236px;
	top: 50%;
	left: 50%;
	margin-left: -132px;
	margin-top: -128px;
}

.login_pop .login_popbox input {
	border: 0;
	position: absolute;
	top: 111px;
	left: 25px;
	width: 135px;
	height: 31px;
	background-color: #fff;
	text-indent: 10px
}

.login_pop .login_popbox img {
	position: absolute;
	top: 111px;
	right: 20px;
	background-color: #fff;
	display: block;
	width: 75px;
	height: 32px;
	border: 0;
	cursor: pointer
}

.login_pop .login_popbox a {
	display: block;
	position: absolute;
	bottom: 25px;
	background-color: #34aff3;
	width: 222px;
	height: 40px;
	border-radius: 20px;
	left: 50%;
	margin-left: -111px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer
}