body, html, li, p, ul {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll
}

body, html {
    background-color: #f7f8fa;
    color: #333;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC
}


.bold {
    font-weight: 700
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #333
}

.f8c {
    color: #8c8c8c
}

a:visited {
    color: #333
}

a:hover {
    color: #b08543
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.clear {
    overflow: hidden
}

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

#app {
    height: 100%;
}

.header[data-v-843a20aa] {
    height: 84px;
    line-height: 84px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 6px 20px 0 rgba(13, 51, 32, .1);
    box-shadow: 0 6px 20px 0 rgba(13, 51, 32, .1)
}

.header .main-container[data-v-843a20aa] {
    min-width: 1200px;
    height: 84px;
    line-height: 84px;
    display: inline-block
}

.header .right[data-v-843a20aa] {
    float: right
}

.header .header-table[data-v-843a20aa] {
    border-spacing: 0;
    width: 100%;
    line-height: 1
}

.header .header-table td[data-v-843a20aa] {
    text-align: center
}

.logo[data-v-843a20aa] {
    float: left;
    height: 100%;

    /*width: 130px;*/
    /*height: 81px;*/
    /*margin-top: 27px*/
}

.userinfo[data-v-843a20aa] {
    float: left;
    position: relative;
    margin-left: 48px
}

.userinfo > div[data-v-843a20aa] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.userinfo .lnk-login-register[data-v-843a20aa]:first-child {
    margin-right: 20px
}

.header-bar .nav-list[data-v-843a20aa] {
    float: left;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-bar .nav-list .item[data-v-843a20aa] {
    float: left;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.header-bar .nav-list .item a[data-v-843a20aa] {
    display: block
}

.header-bar .nav-list .item span[data-v-843a20aa] {
    height: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #595959;
    line-height: 22px;
    letter-spacing: 1px;
    font-size: 16px
}

.header-bar .nav-list .router-link-active span[data-v-843a20aa] {
    color: #b08543
}

.header-bar .nav-list .router-link-active[data-v-843a20aa]:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 2px;
    background: #b08543;
    border-radius: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 58px
}

.header-bar .item:hover span[data-v-843a20aa], .header-bar a:hover span[data-v-843a20aa] {
    color: #b08543 !important
}

.header-bar .nav-list > .item:hover .nav-child[data-v-843a20aa] {
    display: block
}



.swiper-container {
    width: 100%;
    height: 650px;
    --swiper-pagination-color: #b08543;
}

.center {
    display: inline-block;
    vertical-align:bottom;
}

.common-form {
    background-color: #ffffff;
    height: 450px;
    width: 1070px;
    margin: 0 auto;

}

.common-img {
    height: 350px;
    margin-left: 5%;
    float:left;
    border-radius: 5px;
}

.common-button-area {
    background-color: #ffffff;
    height: 350px;
    width: 400px;
    float: right;
    margin-right: 5%;

}


/*input {*/
/*    height:35px;*/
/*    border:1px solid #dbdbdb;*/
/*    outline:none;*/
/*    font-size:15px;*/
/*    text-indent:10px;*/
/*    border-radius: 5px;*/
/*    width:180px;*/
/*}*/

/*.common-button-left {*/
/*    width: 200px;*/
/*    !*height: 70px;*!*/
/*    float: left;*/
/*    margin-bottom: 35px;*/
/*    !*background-color: #66a8cc;*!*/
/*}*/

/*.common-button-right {*/
/*    width: 200px;*/
/*    !*height: 70px;*!*/
/*    float: left;*/
/*    margin-bottom: 35px;*/
/*    !*background-color: #b08543;*!*/
/*}*/
























