﻿/*====================公共样式======================*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
}

img {
    margin: 0;
    border: 0 none;
    vertical-align: center;
    vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

body {
    max-width: 7.5rem;
    margin: 0 auto;
}

body, input, select, button, textarea {
    font-family: "微软雅黑";
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

body {
    background: #fff;
}

.nav {
    background: #ec3a3e;
    height: 0.88rem;
    padding: 0 0 0 0.15rem;
}

.nav_left {
    float: left;
    width: 70%;
    height: 0.88rem;
    display: flex;
    align-items: center;
}

.nl_af {
    width: 0.48rem;
    height: 0.48rem;
    display: inline-block;
    background: no-repeat url(../images/nl_af.png);
    background-size: 100%;
    margin-right: 0.2rem;
}

.nl_bf {
    width: 1.8rem;
    display: inline-block;
}

.nl_bf img {
    width: 100%;
    display: block;
}

.nl_cf {
    height: 0.44rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    display: inline-block;
    color: #fff;
    margin-left: 0.3rem;
}

.nl_cf a {
    color: #fff;
}

.nl_cf::before {
    content: "/";
    display: inline-block;
    padding-right: 0.1rem;
    font-size: 0.3rem;
    color: #A70909;
}

.nav_right {
    position: relative;
    box-sizing: border-box;
    width: 0.5rem;
    height: 0.4rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    float: right;
    margin: 0.23rem 0.3rem 0 0;
}

.nav_right i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
}

.articles_main {
    padding: 0 0.35rem;
    margin: 0.3rem auto 0;
}

.am_af {
    font-size: 0.4rem;
    font-weight: bold;
    padding: 0 0 0.2rem;
    color: #000;
    line-height: 1.5;
}

.am_bf {
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
}

.am_bf em {
    margin-right: 0.2rem;
}

.am_bf em a {
    color: #ff3333;
}

.am_cf p {
    margin: 0.3rem 0;
}

.am_cf iframe {
    width: 100% !important;
    min-height: 200px;
}

iframe.landscape,
.landscape {
    width: 100% !important;
    height: 200px !important;
}

.am_cf p img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.am_cf p em {
    font-size: 0.27rem;
}

.am_cf p.am_a a {
    background: #f4f4f4;
    font-size: 0.25rem;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    border-radius: 2px;
    color: #ababab;
    margin-right: 0.2rem;
    display: inline-block;
    margin-bottom: 0.2rem;
}

.am_cf .am_a {
    text-indent: 0;
}

.am_abstract {
    text-align: left;
    padding: .1rem;
    font-size: .28rem;
    margin-top: 15px;
    margin-bottom: .2rem;
    background-color: #f2f2f2;
    color: #666666;
    line-height: 1.5;
}

.articles_r {
    width: 7.1rem;
    padding: 0 0.2rem 0 0.2rem;
    /*padding: 0 0.35rem;*/
    margin-top: 0.2rem;
}

.line {
    height: 0.32rem;
    background-color: #f9f9f9;
}

.ar_top {
    position: relative;
    line-height: 0.7rem;
    font-weight: bold;
    font-size: 0.32rem;
}

.ar_top strong {
    color: #444;
    position: relative;
    margin-left: 0.2rem;
}

.ar_top::before {
    content: ' ';
    background-color: #e50419;
    width: 0.02rem;
    height: 0.36rem;
    position: absolute;
    top: 0.18rem;
    left: 0;
}

/*.ar_bottom a {
    height: 0.7rem;
    overflow: hidden;
    line-height: 0.7rem;
    font-size: 0.28rem;
    display: block;
    border-top: 1px solid #ddd;
    color: #333;
}*/
.ar_bottom dl {
    width: 100%;
    overflow: hidden;
}

.ar_bottom dd {
    padding: .3rem 0 .24rem .15rem;
    border-bottom: .02rem solid #f1f1f1;
}

.ar_bottom .item_l {
    flex-grow: 1;
    padding-right: .36rem;
}

.ar_bottom .item_l h1 {
    font-size: .32rem;
    font-weight: normal;
    line-height: .48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .3rem;
}

.ar_bottom .record {
    display: flex;
    align-items: center;
}

.ar_bottom i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .32rem;
    height: .19rem;
    overflow: hidden;
    margin-right: .12rem;
}

.ar_bottom img {
    max-width: 100%;
}

.ar_bottom .record span {
    font-size: .23rem;
    line-height: .32rem;
    color: #838383;
}

.ar_bottom .arbmlist_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ar_bottom .item_r {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.35rem;
    height: 1.55rem;
    overflow: hidden;
}

.main_list {
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}

.ml_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #bd1a21;
}

.ml_top li {
    width: 48.4%;
    float: left;
    text-align: center;
    font-size: 0.28rem;
    color: #e84e40;
    background-color: #ffffff;
    border: 1px solid #f8c4c4;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3% 0;
    position: relative;
    top: 2px;
}

.ml_top li:last-child {
    margin-right: 0%;
    float: right;
}

.ml_top li.mlt_l {
    float: left;
}

.ml_top .mlt_l {
    background: #bd1a21;
    color: #ffffff;
}

.ml_bottom {
    width: 95.5%;
    padding: 2%;
    border: 1px solid #bd1a21;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mlb {
    width: 100%;
}

.mlb li {
    width: 48.5%;
    display: inline-block;
    font-size: 0.32rem;
    color: #101010;
    line-height: 200%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mlb li span {
    display: inline-block;
    font-size: .28rem;
    color: #999;
    width: 20%;
    text-align: center;
}

.mlb li:nth-child(1) span {
    color: #e51c23;
}

.mlb li:nth-child(2) span {
    color: #ff9800;
}

.mlb li:nth-child(3) span {
    color: #3f51b5;
}

.main_icon {
    width: 100%;
    margin: 4% auto 4%;
    overflow: hidden;
}

.main_icon li {
    width: 20%;
    float: left;
    font-size: 14px;
    color: #404040;
    text-align: center;
    line-height: 200%;
}

.main_icon li i {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.sidebar_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
}

.sn {
    width: 70%;
    height: 100%;
    background: #fff;
    float: right;
}

.sn_top {
    width: 93%;
    overflow: hidden;
    padding: 0 2% 0 5%;
}

.sn_top em {
    width: 80%;
    font-size: 0.28rem;
    color: #999;
    display: block;
    margin-top: 5%;
    float: left;
}

.sn_top b {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    float: right;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    margin-top: 2%;
}

.sn_bottom {
    width: 90%;
    padding: 5%;
    overflow: hidden;
}

.sn_bottom li {
    width: 45%;
    float: left;
    background: #f2f2f2;
    text-align: center;
    line-height: 280%;
    margin: 2%;
    border-radius: 0.1rem;
    font-size: 0.26rem;
}

.sn_bottom li i {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1.5%;
    margin-right: 3%;
}

.sn_bottom li a {
    color: #333;
}

.sn_bottom .rus_snb a {
    color: #ec3a3e;
}

.sn_bottom li:nth-child(1) i {
    background: no-repeat url(../images/snb_1.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(2) i {
    background: no-repeat url(../images/snb_2.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(3) i {
    background: no-repeat url(../images/snb_3.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(4) i {
    background: no-repeat url(../images/snb_4.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(5) i {
    background: no-repeat url(../images/snb_5.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(6) i {
    background: no-repeat url(../images/snb_6.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(7) i {
    background: no-repeat url(../images/snb_7.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(8) i {
    background: no-repeat url(../images/snb_8.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(9) i {
    background: no-repeat url(../images/snb_9.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(10) i {
    background: no-repeat url(../images/snb_10.png) center;
    background-size: 100%;
}

.am_cf img {
    width: auto !important;
    height: auto !important;
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
}

footer {
    margin-top: 5%;
}

.am_cf {
    font: .34rem "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: .34rem !important;
}
/*.am_cf p {
    margin: 0 0 .25rem;
    font-size: .32rem;
    line-height: 1.8;
}*/
/*加盟信息*/
.join_box {
    background: #fff;
    margin: 0.3rem 0;
    box-shadow: 0 0 8px 1px #e3dddd;
    border-radius: 1px;
}

.join_box .join_bd {
    padding: 0.2rem;
    font-size: 0.15rem;
    position: relative;
}

.join_bd dt {
    width: 3rem;
    float: left;
    margin-left: 1%;
}

.join_bd dt img {
    width: 100px;
    min-height: 40px;
    margin: 5.5px 0;
}

.join_bd dt h4 {
    display: block;
    font-weight: normal;
    font-size: 0.18rem;
    color: #999;
}

.join_bd dt h4 b {
    color: #ec3a3e;
    font-size: 0.25rem;
}

.join_box .join_bd {
    border-top: 1px solid #e5e5e5;
}

.join_bd dd {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 3%;
    margin-top: 6%;
}

.join_bd dd i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url(/images/head2.png);
    background-size: cover;
    box-shadow: 0 0 1px #000;
    vertical-align: top;
}

.join_bd dd i img {
    border-radius: 50%;
}

.join_bd dd h4 {
    display: inline-block;
    display: inline-block;
    font-weight: normal;
    font-size: 0.25rem;
    padding: 0.1rem 0 0 0.05rem;
    color: #666;
}

.join_bd dd a {
    display: block;
    margin: 0.32rem 0 0;
    border-radius: 4px;
    font-size: 0.28rem;
    line-height: 0.55rem;
    background: #eb2d32;
    color: #fff;
}

.join_hd {
    border-top: 1px solid #e5e5e5;
    margin: 10px;
    margin-top: 0px;
}

.join_hd li {
    display: inline-block;
    width: 23%;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.join_hd li:first-child {
    text-align: left;
}

.join_hd li i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -1px 2.5px 0;
    vertical-align: middle;
}

.join_hd li i.jmgj01 {
    background: url(../images/ico-jmgj01.gif) no-repeat;
    background-size: 100% 100%;
}

.join_hd li i.jmgj02 {
    background: url(../images/ico-jmgj02.gif) no-repeat;
    background-size: 100% 100%;
}

.join_hd li i.jmgj03 {
    background: url(../images/ico-jmgj03.gif) no-repeat;
    background-size: 100% 100%;
}

.join_hd li i.jmgj04 {
    background: url(../images/ico-jmgj04.gif) no-repeat;
    background-size: 100% 100%;
}

.cf, .cl {
    clear: both;
}

.cf, .cl {
    zoom: 1;
}

.cf:after, .cl:after {
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
    overflow: hidden;
    clear: both;
    display: block;
}

.am_cf iframe {
    width: 100%;
}

.detail-ad img {
    width: 100%;
}

.detail-ad::after {
    content: '';
    position: absolute;
    left: 0.2rem;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAA2UlEQVR42rWTIRLCMBBFewO4S87QC/QEYJgKFI6pQFVkUJiiEB0UU4EqKjKqKiampyFfZGaZbbqGiDdNNtu87jYplFKHP7MLlIFNoCCCLKJtUlBV1RFPibquTyu5ZVIwDMMNpNa6rmvjWGt9Seyz/xFM0/SieO8/dN40zRl5iDvn3ojRMej7/kr3ZAIylyuTK+ACqd/jON6jBOAdY8yDxpAnCNI/Hl8rgTwmQDAKJFAFcpdItgingvaWI1e6KrDWPnFKsgjQN7YoCJaY59kwAb+5MqhUjFNBTr4o+NIDSUJaEwAAAABJRU5ErkJggg==) left bottom no-repeat;
}

.share {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}

.share_son {
    width: 6rem;
    float: right;
    margin-right: 0.1rem;
}

.share_son img {
    width: 100%;
}

@media screen and (max-width:320px) {
    .join_bd dd {
        margin-right: 0;
    }

    .join_bd dt {
        margin-left: 0;
    }
}
/*加盟表单*/
body, input, select, button, textarea {
    font-family: "微软雅黑";
}

.bullet_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 957;
    background-color: rgba(0,0,0,0.3);
    display: none;
}

.bullet {
    width: 86%;
    margin: 25% auto 0;
    padding: 3%;
    background: #ef4c3d;
    border-radius: 8px;
    background: no-repeat url(/company/prize/images/m_bg.jpg);
    background-size: 100%;
    padding-top: 30%;
}

.bullet_top {
    width: 100%;
    margin-bottom: 5%;
}

.bullet_top img {
    width: 58%;
    border-radius: 5px;
}

.bullet_bottom {
    width: 94%;
    padding: 4% 3% 2%;
    background-color: #ffffff;
    border-radius: 5px;
}

.bb_top {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
}

.bb_top_left {
    width: 40%;
    float: left;
}

.bb_top_left img {
    width: 100%;
}

.bb_top_right {
    width: 55%;
    float: right;
}

.bb_top_right em {
    font-size: 17px;
    color: #333;
}

.bb_top_right p {
    font-size: 14px;
    color: #999999;
    line-height: 150%;
    margin-top: 5%;
}

.bb_top_right p span {
    color: #e9444c;
}

.bb_bottom {
    width: 100%;
    margin: 1% 0;
}

.bb_bottom p {
    width: 100%;
    margin: 3% 0;
}

.bb_bottom p input {
    width: 94%;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 250%;
    color: #999999;
}

.bb_bottom p .btn {
    width: 100%;
    text-align: center;
    line-height: 260%;
    color: #ffffff;
    background-color: #ffa726;
    border: 0;
    border-radius: 3px;
}

.mlb li span.like {
    color: #bd1a21;
    float: right;
    width: auto;
}

.subtitle {
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.1rem;
    color: #000;
    line-height: 1.5;
}

.detail-ad {
    width: 7.1rem;
    padding: 0 0.2rem;
    overflow: hidden;
    position: relative;
}

.more_information_copyright {
    font-size: .24rem;
    color: #999;
    line-height: 1.5;
}

.am_pic img {
    max-width: 100%;
}

.gerpst_pic {
    text-align: center;
}

.gerpst_pic img {
    width: 100%;
    margin-top: 10px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}
