.base-header-wrap {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 202;
}
.base-header-box {
    width: 100%;
    height: 80px;
}
.base-header-cont {
    width: 1200px;
    height: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.base-header-logo {
    width: 140px;
    height: auto;
}
.base-header-logo > a {
    display: block;
}
.base-header-nav {
    width: 550px;
    height: 100%;
}
.base-header-item {
    cursor: pointer;
    line-height: 80px;
    text-align: center;
    position: relative;
}
.base-header-item > a {
    color: #666;
    font-size: 16px;
}
.base-header-item:hover > a {
    color: #333;
    font-weight: 600;
}
.base-header-item.active > a {
    color: #333;
    font-weight: 600;
}
.base-header-item.active::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FF7C06;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.base-header-item.org > a {
    color: #ff7c06;
}
.base-header-search-cont {
    width: 260px;
    height: 29px;
    -webkit-border-radius: 13.5px;
    border-radius: 13.5px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    position: relative;
}
.base-header-search-type {
    width: 71px;
    height: 100%;
    line-height: 24px;
    padding-left: 14px;
    border-right: 1px solid #B3B8C4;
    box-sizing: border-box;
    cursor: pointer;
}
.base-header-search-type > span {
    font-size: 14px;
    color: #666;
}
.base-header-search-type > i {
    font-size: 12px;
    color: #999;
}
.base-header-search-menu {
    width: 65px;
    height: auto;
    background-color: #fff;
    padding: 4.5px 0;
    box-sizing: border-box;
    box-shadow: 2px 0 4px 0 rgba(0,0,0,0.11);
    position: absolute;
    left: 2.5px;
    top: 29px;
    z-index: 100;
    display: none;
}
.base-header-search-menu-item {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 4.5px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.base-header-search-input {
    width: 148px;
    height: 100%;
}
.base-header-search-input > input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #fff;
    border: 0;
    outline: none;
}
.base-header-search {
    width: 29px;
    height: 100%;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    padding-right: 15px;
    box-sizing: border-box;
}
.base-header-search-input > input::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}
.base-header-search > i {
    font-size: 14px;
    color: #999;
}
.user-hand {
    width: 60px;
    height: 100%;
}
.user-hand-item {
    font-size: 12px;
    color: #333;
    cursor: pointer;
}
.user-hand-login {
    height: 80px;
    position: relative;
}
.user-hand-icon {
    width: 36px;
    height: 36px;
    margin-top: 22px;
    position: relative;
    cursor: pointer;
}
.user-hand-icon > img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.user-hand-login-menu {
    width: 366px;
    height: auto;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #f3f3f3;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 300;
}
.user-hand-new {
    padding: 18px 34px 0;
    box-sizing: border-box;
    text-align: right;
}
.user-hand-new > a {
    position: relative;
}
.user-hand-new-num {
    padding: 1px 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: red;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
}
.user-hand-new a > i {
    font-size: 20px;
    color: #999;
}
.user-hand-info {
    width: 100%;
    height: auto;
    margin-top: 9px;
    padding: 0 34px;
    box-sizing: border-box;
}
.user-hand-login-icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.user-hand-login-infor {
    width: 230px;
    height: auto;
}
.user-hand-login-name {
    width: 100%;
    height: auto;
}
.user-hand-login-name > span {
    font-size: 20px;
    color: #ff7c06;
    vertical-align: middle;
}
.user-hand-login-name > img {
    width: 48px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
}
.user-hand-login-tips {
    margin-top: 6px;
}
.user-hand-login-tips > span {
    font-size: 14px;
    color: #888;
}
.user-hand-login-tips > div {
    font-size: 14px;
    color: #888;
    margin-left: 17px;
}
.user-hand-login-tips > div > span {
    color: #ff7c06;
}
.user-hand-weixin{
	padding: 0 44px;
	margin-top:40px;
	display:flex;
}
.user-hand-weixin .iconfont	{
	color:#1EC121;
	font-size: 20px;
}
.user-hand-weixin button{
	padding:2px 12px;
	border:0;
	background-color: #FF7C06;
	user-select: none;
	border-radius: 20px;
	font-size: 16px;
	color:#fff;
	position: absolute;
	right: 40px;
	margin-top:-2px;
}
.user-hand-weixin div{
	font-size:16px;
	color:#666;
	margin-left: 6px;
}
.user-hand-weixin div span{
	color:#949494;
	margin-left: 6px;
}
.user-hand-weixin #input{
	position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;
}
.user-hand-nav {
    width: 100%;
    height: auto;
    margin: 40px 0;
}
.user-hand-nav-item {
    width: 50%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}
.user-hand-nav > div:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.user-hand-nav-item > a {
    display: block;
    width: 100%;
    height: 100%;
}
.user-hand-nav-item span,
.user-hand-nav-item i {
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}
.user-hand-nav-item span {
    margin-left: 6px;
}
.user-hand-opt {
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding: 0 26px;
    box-sizing: border-box;
    background-color: #F3F4F4;
}
.user-hand-opt a {
    font-size: 16px;
    color: #333;
}
/* 登录注册 */
.login-model {
    width: 456px;
    height: 602px;
    padding: 90px 20px 30px;
    box-sizing: border-box;
    background: url("../../img/login_bj.png?456") no-repeat;
    background-size: 100% 100%;
}
.login-content,
.reg-content,
.back-content {
    width: 100%;
    height: 100%;
    padding: 40px 35px 0;
    box-sizing: border-box;
    display: none;
}
.login-content {
    display: block;
}
.login-header > span {
    font-size: 24px;
    color: #3A3A3A;
}
.login-header > div {
    font-size: 16px;
    color: #9D9D9D;
}
.login-header > div > span {
    color: #FF7C06;
    cursor: pointer;
}
.login-wx-login {
    width: 346px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-color: #93D732;
    margin: 32px auto 40px;
}
.login-wx-login > i {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 12px;
}
.login-wx-login > span {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

.login-qq-login {
    width: 346px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-color: #93D732;
    margin: 32px auto 40px;
}
.login-qq-login > i {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 12px;
}
.login-qq-login > span {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
.login-tap {
    padding: 0 60px 5px;
    border-bottom: 1px solid #EDEDED;
    box-sizing: border-box;
}
.login-tap-item {
    text-align: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.login-tap-item.active {
    color: #FF7C06;
}
.login-tap-item.active::after {
    display: block;
    clear: both;
    content: '';
    width: 60px;
    height: 1px;
    background-color: #FF7C06;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.login-pass-box,
.login-code-box {
    padding-top: 15px;
    box-sizing: border-box;
    display: none;
}
.login-pass-box {
    display: block;
}
.login-tel,
.login-pass {
    width: 348px;
    height: 45px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.login-tel-type {
    width: 45px;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
.login-tel-type > i {
    font-size: 22px;
}
.login-tel > input,
.login-pass > input,
.login-code > input {
    width: 278px;
    height: 100%;
    border: 0;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}
.login-tel > input {
    padding: 0;
}
.login-pass {
    margin-top: 20px;
    position: relative;
}
.login-pass > input {
    width: 100%;
}
.login-pass > i {
    font-size: 24px;
    color: #9a9a9a;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.login-tips {
    margin: 25px 0px -15px 0px;
}
.remember-pass > input {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.remember-pass > span,
.find-pass {
    font-size: 12px;
    color: #A2A2A2;
}
.find-pass {
    cursor: pointer;
}
.login-submit {
    width: 348px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-color: #FF7C06;
    cursor: pointer;
    margin-top: 150px;
}
.login-code {
    margin: 20px auto 52px;
    width: 348px;
    height: 40px;
}
.login-code > input {
    width: 220px;
    border: 1px solid #EDEDED;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.login-code-sub {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FF7C06;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.reg-content > .login-tel {
    margin: 65px 0 30px;
}
.reg-content > .login-code {
    margin: 0;
}
.reg-content > .login-pass {
    margin: 30px 0;
}
.reg-tip {
    margin-top: 16px;
}
.reg-tip > input {
    width: 12px;
    height: 12px;
}
.reg-tip > div {
    font-size: 12px;
    color: #A2A2A2;
    margin-left: 2px;
}
.reg-tip > div > span {
    color: #FF7C06;
}
.back-content > .login-tel {
    margin: 32px 0 20px;
}
.back-content > .login-code {
    margin: 0;
}
.back-content > .login-pass {
    margin: 20px 0;
}
.back-content > .login-submit {
    margin: 32px 0 16px;
}
.back-login {
    cursor: pointer;
}
.back-login > i {
    font-size: 16px;
    transform: rotate(180deg);
}
.back-login > i,
.back-login > span {
    color: #666;
    vertical-align: middle;
    display: block;
}
.layui-layer {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.base-header-college {
    position: relative;
    cursor: pointer;
}
.base-header-college > span {
    color: #666;
    font-size: 16px;
    line-height: 80px;
}
.base-header-drop {
    width: auto;
    height: auto;
    padding: 20px 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    z-index: 200;
}
.base-header-op {
    width: 160px;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
}
.base-header-op > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 16px;
}
.base-header-op:hover {
    background-color: #E93F33;
}
.base-header-op:hover a {
    color: #fff;
}
