* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html,
body {
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #444;
    transition: all 0.2s ease-in-out;
}

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

.wrapper {
    width: 1000px;
    margin: 0 auto;
    /* text-align: center; */
}

.middle {
    line-height: 80px;
}


/* header */

#head {
    width: 100%;
    /* height: 650px; */
}
#head .header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    color: #202226;
}
#head .registered-position{
    margin-left: 595px;
}
#head .registered .btn{
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0 30px;
    border-right: 1px solid #eee;
    color: #202226;
    font-size: 14px;
}
#head .registered .login{
    color: #3387c5;
}
#head .registered .login a{
    color: #3387c5;
}
#head .registered .sign-up:hover{
    color: #3387c5;
}
#head .nav {
    width: 100%;
    background: #fff;
}

#head .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head .nav-bar .logo a {
    display: flex;
    align-items: center;
}

#head .nav-bar .is-active {
    background: #0382fe;
    color: #fff;
}
/* #head .nav-bar .logo img{
    /* width: 67px;
    height: 44px; 
} */

#head .nav-bar .logo a p {
    padding-left: 14px;
    text-align: left;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}

#head .nav-bar .logo a p>span {
    display: inline-block;
    padding-top: 8px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    /* transform: skew(-15deg); */
}

#head .nav-bar .nav-list {
    display: flex;
}

#head .nav-bar .nav-list li a{
    display: inline-block;
    padding: 0 26px;
    height: 90px;
    line-height: 90px;
}

#head .nav-bar .nav-list li a:hover {
    background: #0382fe;
    color: #fff;
}

#head .nav-bar button {
    padding: 8px 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    outline: none;
    background: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
}
#head .nav-bar .login{
    background: #0382fe;
    border: 1px solid #0382fe;
}

#head .nav-bar .btn:hover {
    border: 1px solid #0382fe;
    background: #0382fe;
    transition: all 0.2s ease-in-out;
}

#head .nav-bar .sign-up {
    margin-left: 14px;
}

hr {
    border: none;
    height: 1px;
    background-color: #ddd;
}
.server-phone{
    position: relative;
    font-size: 14px;
}
.server-phone>img{
    position: absolute;
    top: 11px;
}
.server-phone span{
    padding-left: 28px;
}

/* footer */

.footer-header {
    padding: 34px 0;
    background: #0382FE;
}

.footer-header-container {
    width: 1000px;
    margin: 0 auto;
}

.footer-header-left {
    width: 520px;
    float: left;
    color: #fff;
}

.footer-header-left h4 {
    font-size: 18px;
}

.footer-header-right button {
    width: 260px;
    height: 50px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #159ECD;
    float: right;
    cursor: pointer;
}

.footer-main {
    background: #1E252C;
}

.foot-main-top {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.foot-main-top ul {
    float: left;
    color: #C4C4C6;
}
.connect-us{
    padding-top: 48px;
}
.foot-main-top li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.foot-main-top .qrcode {
    float: left;
    text-align: center;
    color: #42484E;
    margin: 5px 60px 0 0;
}
.foot-main-top .qrcode p{
    line-height: 22px;
    height: 22px;
    color: #0382FE;
}
.foot-main-top .qrcode img{
    width: 145px;
    margin-top: 10px;
}
.foot-main-top .main-right{
    float: left;
    width: 281px;
    margin-left: 166px;
    margin-top: 45px;
    border-left:1px solid #fff ;
}
.foot-main-top .main-right li{
    width: 50%;
    float: left;
    text-align: center;

}
.foot-main-top .main-right li .main-right-title{
    font-size: 13px;
    color: #0382FE;
}
.foot-main-top .main-right li a{
    color: #C4C4C6;
    font-size: 12px;
    font-weight: normal;
}
.foot-main-top .main-right li a:hover{
    color: #0382FE;
}
.footer-bottom {
    padding: 14px 0;
    line-height: 24px;
    text-align: center;
    color: #4F555B;
    border-top: 1px solid #32383F;
    font-size: 12px;
}


.footer-bottom span {
    padding-left: 60px;
}
.footer-main .qrcode span{
    display: inline-block;
    border-right: 15px solid transparent;
    border-top: 12px solid  #0382FE;;
    margin-right: 5px;
    width: 0px;
    height: 0px;
}
