body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, legend, button
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

/* 酌情修改 */
body {
    font-size: 12px;
}

/* 短引用的内容可取值：''或"" */
q:before, q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset, img, abbr, acronym {
    border: 0 none;
}

abbr, acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption, th {
    text-align: left;
}

input, img, select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol, ul {
    list-style: none;
}

/* 输入控件字体 */
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del, ins, a {
    text-decoration: none;
}

a:link {
    /*color: #009;*/
}

a:visited {
    /*color: #800080;*/
}

a:hover, a:active, a:focus {
    /*color: #c00;*/
    text-decoration: none;
}

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

[v-cloak]{
    display: none;
}

/*::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    border-radius: 100px
}

::-webkit-scrollbar:hover {
    background-color: rgba(0,0,0,.09)
}

::-webkit-scrollbar:horizontal {
    height: 0
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,.5);
    border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.61);
    border-radius: 100px
}*/


/*通用样式 header*/
html,body {

}

#app {
    width: 100%;
    min-width: 1200px;
    height: 800px;
    /*background: url("../images/body_bg_image.png") no-repeat;*/
    /*background: linear-gradient(180deg, #F32929 0%, #FFFFFF 100%);*/
    background-size: 100% 100%;
}

.header {
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.w1200top {
    margin-top: 24px;
}

.diqiu {
    position: absolute;
    right: 264px;
    top: 50px;
    width: 276px;
    height: 268px;
    background: url(../images/diqiu.png) center no-repeat;
    z-index: 0;
    display: none;
}

.header a:nth-child(1) {
    float: left;
    margin: 30px 0 0 27px;
}

.header a:nth-child(2) {
    float: left;
    margin: 6px 0 0 56px;
    cursor: default;
}

.header a:nth-child(3){
    position: relative;
    float: right;
    margin: 45px 25px 0 0;
}

.header a:nth-child(3) .el-input .el-input__inner {
    background: rgba(243, 40, 40, .1); !important;
    border: none;
}

.header a:nth-child(3) .el-input .el-input-group__append {
    background: none !important;
    border: 1px solid rgba(243, 40, 40, .1) !important;
}

.header a:nth-child(3) .el-input .el-input-group__append .el-button {
    background: rgba(243, 40, 40, .1); !important;
    border-radius: inherit;
}

.header a:nth-child(3) .el-input .el-input-group__append .el-button .el-icon-search::before {
    color: #F32828;
}

.header .logo {
    width: 426px;
    height: 72px;
    background: url("../images/logo.png") no-repeat;
    background-size: 100% 100%;
}

.header .vice-logo-text {
    width: 382px;
    height: 120px;
    background: url("../images/vice-logo-text.gif") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.header .search-login .login-icon {
    position: absolute;
    top: 4px;
    right: -36px;
    font-style: normal;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}

.header .search-login .search-icon {
    background: url("../images/search-icon.png") no-repeat;
}

.header .search-login .login-icon {
    background: url("../images/login-icon.png") no-repeat;
}

/*导航栏nav*/
.nav {
    position: relative;
    z-index: 1;
    width: 1152px;
    height: 56px;
    margin: 0 auto;
    border-radius: 4px;
    background: #F32828;
    overflow: hidden;
}

.nav .nav-ul {
    width: 100%;
    line-height: 56px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav .nav-ul .nav-item {
    white-space: nowrap;
    width: 126px;
    text-align: center;
    /*float: left;
    text-align: center;*/

}

.nav .nav-ul .nav-item a {
    font-size: 22px;

    /*font-weight: 400;*/
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 15px;
    padding-left: 15px;
}

.nav .nav-ul .nav-item:last-child a {
    letter-spacing: normal;
    padding-left: 2px;
}

/*.nav .nav-ul .nav-item a:hover {
    padding: 12px 0;
    border-bottom: 3px solid;
    font-weight: 600;
}*/

.currentBorder {
    /*padding: 12px 0;*/
    background: rgba(0, 0, 0, .12);
    /*border-bottom: 3px solid;*/
    font-weight: 600;
}

/*底部导航*/
footer {
    position: relative;
    width: 100%;
    /*height: 266px;*/
    background: #F7F7F7;
}

footer .footer-wrapper {
    background: #F7F7F7;
}

footer .footer-wrapper .footer-content {
    padding: 0 24px;
    padding-top: 24px;
    overflow: hidden;
}

footer .footer-wrapper .footer-content .quick {
    display: flex;
    flex-direction: column;
}

footer .footer-wrapper .footer-content .quick .title-font {
    font-size: 16px;

    font-weight: 600;
    color: #333333;
}

footer .footer-wrapper .footer-content .quick ul {
    padding-top: 14px;
    overflow: hidden;
}

footer .footer-wrapper .footer-content .quick ul li {
    float: left;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    padding-right: 32px;
    cursor: pointer;
}


footer .footer-wrapper .footer-content .link-all {
    height: 115px;
}

footer .footer-wrapper .footer-content .link-all .list {
    height: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-wrapper .footer-content .link-all .list .liclick {

}

footer .footer-wrapper .footer-content ul li .link {
    display: inline-block;
    width: 167px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #999999;
    font-size: 14px;
    background: #fff url('../images/footer-input-icon-bottom.png') no-repeat 158px;
    border: 1px solid #eaeaea;
    text-decoration: none;
    cursor: pointer;

}

footer .footer-wrapper .footer-content ul li.asect .link {
    background:url('../images/footer-input-icon-top.png') no-repeat 158px !important;
}

.rukou {
    color: #666666;
}

.rukou:link {
    text-decoration: none;
}

.rukou:link {
    text-decoration: none;
}

.rukou:active {
    text-decoration: none;
}


.rukou:visited {
    text-decoration: none;
}


.rukou:focus {
    text-decoration: none;
}

footer .footer-wrapper .fengexian {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
}

.select_content{
    /*bottom:54px;*/
    display: none;
    bottom:45px;
    padding-top: 10px;
}
.select_content h2 {
    padding: 5px 0;
    line-height: 38px;
    font-size: 20px;
    height: 38px;
    color: #0e4c95;

    font-weight: bold;
}

.select_content{width:1169px;padding:20px 30px;background:#fff;position:absolute;bottom:152px;left:115px;border:1px solid #d9d8d8;border-bottom:0;padding-right:0;z-index:999;}
.select_content dd{padding:9px 0;display:inline-block;vertical-align:top;}
.select_content dd{*display:inline;}
.select_content dd a{font-size:16px !important;color:#000 !important;}
.select_content1 dd{width:16%;}
.select_content2 dd{width:12%;}
.select_content4 dd{width:19%;}
.select_content5 dd{width:24%;}
.select_content h2 span{display:inline-block;width:4px;height:22px;background:#ca1515;margin-right:10px;float:left;margin-top:10px;}

.copyright {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.copyright dl {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright dl dd {
    line-height: 22px;
    font-size: 12px;

    font-weight: 400;
    color: #999999;
}

.copyright dl dd .name {
    text-align: right;
    display: inline-block;
    width: 66px;
}

.copyright .copyrightImg {
    float: right;
    padding-top: 12px;
    padding-right: 33px;
    width: 56px;
    height: 56px;
}
.copyright .imgJt{
    margin-top: -3px;
    width: 14px;
    height: 14px;
}

/*点击加载更多*/
.more {
    padding-top:50px;
    padding-bottom: 75px;
    text-align: center;
}

.more .more-text {
    font-size: 14px;

    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    cursor: pointer;
}

/*登录*/
.mask,.bindphone-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

.login-wrapper,.login-wrappers,.bind-phone-wrapper {
    display: none;
    z-index: 101;
    width: 800px;
    height: 520px;
    background: #ffffff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}

.bindphone-mask {
    display: none;
}

.bind-phone-wrapper {
    display: none;
}

.login-wrappers {
    display: none;
    z-index: 1000001;
}

.login-wrappers #login_container {
    text-align: center;
    padding-top: 58px;
}

.login-wrapper .close,.login-wrappers .close,.bind-phone-wrapper .close{
    position: absolute;
    top: 16px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/login-close.png) no-repeat top center;
    background-size: 100% 100%;
    cursor: pointer;
}

.login-contain {
    width: 85%;
    height: 100%;
    margin: 0 auto;
}

.login-img {
    width: 30%;
    margin-top: 30px;
    margin-left: -26px;
}

.login-img img {
    width: 100%;
}

.phoneLogin {
    font-size: 18px;
    padding-top: 10px;
}

.login-input {
    position: relative;
}

.login-input input {
    width: 97%;
    height: 45px;
    border: 1px solid #ccccce;
    border-radius: 6px;
    margin-top: 20px;
    padding-left: 20px;
}

.login-input .yzm-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.login-input .yzm-wrapper .next-yzm {
    float: left;
    font-size: 16px;
    border-bottom:1px solid #2e915c;
}

.login-input .yzm-wrapper .yzm {
    float: right;
    width: 130px;
    height: 36px;
    line-height: 39px;
    text-align: center;
    background-color: #ccccce;
    margin-top: 3px;
    margin-right: 4px;
}

.login-input .getCode {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    user-select: none;
}

.login-input .getCode a {
    background: #02bafa;
    border: 1px #26bbdb solid;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
}

.checkbox-wra {
    padding: 20px 0;
}

.checkbox-wra p:first-child {
    float: left;
}

.checkbox-wra p:last-child {
    float: right;
    color: #2e915c;
}

.login-btn {
    text-align: center;
    margin-top: 26px;
}

.login-btn a {
    border: 1px #2e915c solid;
    color: #2e915c;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
}

.login-input input [type=text]:focus {
    border: 1px solid #1989fa;
}

.login-wrapper .other-ogin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}

.login-wrapper .other-ogin ul {
    display: inline-block;
}

.login-wrapper .other-ogin ul li {
    float: left;
}

.login-wrapper .other-ogin ul li img {
    width: 28px;
    height: 28px;
}

.login-wrapper .other-ogin ul li a {
    font-size: 14px;
}
.login-wrapper .other-ogin ul li span {
    padding: 0 10px;
}