* {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}


/* 导航栏 */

html {
    padding-top: 70px;
    cursor:default
}
body {
    margin-bottom: 80px;
}
.nav {
    border-bottom: 1px solid #E1E1E1;
    background: #FFFFFF;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.head-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    height: 100%;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-right {
    width: 550px;
    margin-right: 20px;
}

.nav-left {
    width: 416px;
}

.nav-left p {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.pitchon1 {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.logo {
    width: 139px;
    height: 42px;
}

.pitchon {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.pitchon p {
    color: #2386E5 !important;
}

.up img{
    width: 12px;

    line-height: 18px;
}

.rotate {
    transform: rotate(180deg);
}

.right-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.search-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
}

.right-item span {
    display: inline-block;
    margin: 0 5px;
}

.img {
    width: 18px;
    height: 18px;
}

.nav-search {
    width: 300px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
}

.nav-search input {
    border: 0;
    outline: 0;
}


/* 登录 */

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-left {
    width: 302px;
    background: url('./../../Statics/image/loginbg.png')no-repeat;
    background-size: 100% 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 17px;
    font-family: PingFang SC-Bold, PingFang SC;
}

.login-left p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.login-logo {
    position: absolute;
    top: 20px;
    left: 30px;
}

.login-popup {
    width: 800px;
    height: 600px;
    background: #FFFFFF;
    position: relative;
    display: flex;
}

.login-right {
    flex: 1;
    position: relative;
}

.right-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.login-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 60px 0;
    text-align: center;
}

.login-input {
    width: 340px;
    height: 50px;
    border-radius: 2px 2px 2px 2px;
    background: #F5F7FA;
    margin: auto;
    margin-bottom: 30px;
    border: 1px solid #DFDFDF;
    padding: 0 18px;
}

.login-input input {
    width: 100%;
    background: #F5F7FA;
    height: 100%;
    outline: 0;
    border: 0;
}

.forget {
    font-size: 14px;
    font-weight: 500;
    color: #2386e5;
    cursor: pointer;
    margin-left: 80px;
}

.agreement {
    display: flex;
    align-items: center;
    padding-left: 80px;
    margin-top: 80px;
}

.agreement span {
    color: #999;
}

.checkbox {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.login-btn {
    width: 340px;
    height: 50px;
    background: #2386E5;
    margin: 20px auto;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.register {
    text-align: center;
    color: #2386E5;
    font-size: 16px;
    cursor: pointer;
}


/* 忘记密码 */

.forgetpopup {
    width: 500px;
    /*height: 280px;*/
    background: #FFFFFF;
    padding: 30px;
    padding-top: 14px;
    position: relative;
}

.forget-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.forget-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 14px;
}

.phone-input {
    width: 195px;
    height: 50px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E7EB;
    padding: 0 30px;
    overflow: hidden;
}

.phone-input input {
    flex: 1;
    border: 0;
    outline: 0;
    height: 100%;
}

.code {
    width: 124px;
    height: 50px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E7EB;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    text-align: center;
    margin-left: 17px;
}

.phone-password {
    width: 336px;
    height: 50px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E7EB;
    padding: 0 30px;
    overflow: hidden;
}

.phone-password input {
    flex: 1;
    border: 0;
    outline: 0;
    height: 100%;
}

.forget-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 26px;
}

.cancel {
    width: 76px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E4E7EB;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.submit {
    width: 108px;
    height: 40px;
    background: #2386E5;
    border-radius: 4px 4px 4px 4px;
    line-height: 40px;
    text-align: center;
    margin-left: 23px;
    color: #fff;
    cursor: pointer;
}

.user-avatr {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}


/* 版权 */

.copyright {
    width: 100%;
    height: 30px;
    background: #5E6063;
    box-shadow: 0px 1px 0px 1px #E1E1E1;
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    font-size: 12px;
}


/* 下载app */

.ewm-box {
    position: absolute;
    width: 243px;
    height: 243px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    top: 50px;
}

.ewm {
    width: 193px;
    height: 193px;
    object-fit: cover;
}

.ewm-text {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}


/* 返回顶部 */

.icon-top {
    width: 66px;
    height: 66px;
    position: fixed;
    bottom: 200px;
    right: 90px;
    cursor: pointer;
}

.user-nav {
    display: none;
    width: 213px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15000000596046448);
    position: absolute;
    left: -30px;
    top: 60px;
}

.nav-item,
.nav-item1 {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 15px;
}
.activer{
    background: #2386E5;
    color: #FFFFFF;
}

.item-img {
    width: 28px;
    height: 28px;
}

.nav-item span {
    width: 90px;
}

.nav-item:hover {
    background: #2386E5;
    color: #fff;
}
.login-code {
    display: flex;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
}
a {
    text-decoration: none;
    color: #2386E5;
}
.number-icon {
    text-align: center;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    color: #ffffff;
    font-size: 10px;
    border: 1px solid;
    display: inline-block;
    line-height: 15px;
    position: absolute;
    display: none;
}