* {
    margin: 0;
    
    padding: 0;
}

body {
    background: white;
    min-height: 100vh;
}

ul,
li {
    list-style: none;
}

header {
    width: 100%;
    padding: 10px 0;
    background: #fbfbfb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

a {
    text-decoration: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.jcsb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.logo img {
    width: 60px;
}

.menu {
    margin-left: 30px;
}

.menuitem {
    font-size: 18px;
    margin: 0 10px;
    color: #2a2a2a;
}

.menur a {
    color: #616161;
    font-size: 18px;
    margin-left: 10px;
}

main .w {
    display: flex;
    margin-top:10px;
    padding: 0 5px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.left {
    flex: 1;
    margin-right: 10px;
    /*background: #fbfbfb;*/
}

.right {
    width: 290px;
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}

.tabtit {
    border-bottom: 1px solid #e2e8ec;
    display: flex;
}

.tabtit p {
    padding: 14px 6px;
    margin: 0 2px;
    border-bottom: 2px solid #006cff;
    color: #006cff;
    font-weight: bold;
    font-size: 16px;
}

.tabcon {
    padding: 10px 20px;
    box-sizing: border-box;
}

.tabcon a {
    color: #333;
}

.item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8ec;
}

.jing {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 150, 225);
    text-align: center;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 20px;
}

.ctit {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.ctit span {
    margin-right: 3px;
}

.ccon {
    display: flex;
    align-items: center;
    flex: 1;
}

.ccon p {
    margin: 4px 0;
    color: #666;
}

.ccon .gf {
    color: #f00;
}

.rgsg>span:nth-child(1) {
    margin-right: 40px;
}

.conr {
    color: #f00;
    font-size: 22px;
    font-weight: bold;
}

.itemr {
    flex: 1;
}

.conl {
    margin-right: 10%;
}

.login {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    /*background: #fbfbfb;*/
}

.login h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    margin-bottom: 10px;
}

.loginbtn {
    width: 100%;
    height: 36px;
    color: #fff;
    background: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    border: none;
}

.accout {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.accout a {
    font-size: 14px;
}

.accout :nth-child(1) {
    color: #b8b8b8;
}

.infomation {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #fbfbfb;
    margin-top: 10px;
}

.infomation h3 {
    margin-bottom: 10px;
}

.infolist {
    width: 100%;
}

.infoitem {
    font-size: 14px;
    padding: 5px 0;
}

.infoitem a {
    color: #666;
    position: relative;
    padding-left: 10px;
    display: block;
    width: 240px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoitem a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #f00;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}

.about {
    padding: 10px;
}

.about>div {
    color: #666;
    padding: 5px 0;
}

.menubtn{
    display: none;
}
.menubtn svg {
    width: 40px;
    height: auto;
    cursor: pointer;
}

.qeCode{
    background: #fbfbfb;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.qeCode img{
    width: 100%;
}
.slidebtn{
    position: fixed;
    bottom: 103px;
    right: 10px;
    z-index: 999;
}
.slidebtn img{
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100px;
}
#gotop{
    margin-top: 10px;
}
.dialogkf{
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.grounda{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}
.dialogkf img{
    max-width: 95%;
    margin-top: -40%;
}
.qqq{
    position: absolute;
    padding-top: 18%;
}
.qqq p{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #f00;
    margin-bottom: 10px;
}

.search{
    flex: 1;
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.search input{
    max-width: 320px;
    margin: 0;
}

.search button{
    padding: 7px 15px;
    background: #006cff;
    border: none;
    color: #fff;
}

@media (max-width:1220px) {
    .right {
        display: none;
    }

    .left {
        margin: 0;
    }

    .w {
        width: 95%;
    }
    .qqq{
        padding-top: 24%;
    }
}

@media (max-width:600px) {
    .search input{
        flex: 1;
    }
    .ml {
        flex: 1;
        justify-content: space-between;
    }
    .menubtn{
        display: block;
    }
    .menu {
        position: fixed;
        background: #fbfbfb;
        width: 100%;
        left: -120vw;
        top: 80px;
        margin: 0;
        display: block;
        padding: 30px 10px;
    }
    .menu li {
        padding: 5px 0;
    }
    .qqq{
        padding-top: 0%;
        margin-top: -3%;
    }
    .qqq p{
        font-size: 14px;
    }
}
