@charset "utf-8";
.tanchu {
    position: fixed;
    color: #fff;
    z-index: 9999;
    left: 50%;
    top: 50%;
    width: auto;
    background: rgba(0, 0, 0, .8);
    padding: 20px;
    font-size: 18px;
}

/*瀑布流*/
/* ---- grid ---- */
.grid {
    /*background: #EEE;*/
    max-width: 1200px;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */
.grid-item {
    float: left;
    margin-bottom: 24px;
    width: 282px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.more-a {
    display: block;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}

.more-a img {
    margin: 0 auto;
}

/*login_wrapper*/
.login_mask {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: #000;
    opacity: 0.2;
    overflow: hidden;
}

.login_box {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    width: 374px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

.login_box .title, .register_box .title {
    display: block;
    position: relative;
    padding-left: 32px;
    height: 54px;
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
    background: #fafafa;
}

.login_box .close_btn, .register_box .close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff url(../images/icon_guanbi.png) 0 0 no-repeat;
    cursor: pointer;
}

.login_box .form_wrapper_login, .register_box .form_wrapper {
    padding: 24px 20px 0 20px;
}

.login_box .form_wrapper_login p {
    margin-bottom: 14px;
}

.login_box .form_wrapper_login input {
    display: block;
    padding-left: 12px;
    width: 334px;
    height: 50px;
    font-family: "Roboto";
    color: #4C4C4C;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

.login_box .form_wrapper_login input[name="submit_login"] {
    padding-left: 0;
    width: 334px;
    height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #21b67f;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.login_box .form_wrapper_login div.caution, .register_box .form_wrapper div.caution {
    display: none;
    padding: 0 0 0 36px;
    margin-bottom: 18px;
    width: 334px;
    height: 18px;
    font-size: 14px;
    color: #fc4c24;
    line-height: 18px;
    background: url(../images/icon_jingshi.png) 0 center no-repeat;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_box .form_wrapper_login p:nth-of-type(3) {
    margin-bottom: 0;
    padding-top: 7px;
    overflow: hidden;
}

.login_box .form_wrapper_login p:nth-of-type(3) span {
    float: left;
}

.login_box .form_wrapper_login p:nth-of-type(3) span:first-child {
    margin-top: 2px;
    width: 12px;
    height: 12px;
    background: #fff url(../images/icon_weixuanzhong.png) 0 0 no-repeat;
    border-radius: 4px;
    cursor: pointer;
}

.login_box .form_wrapper_login p:nth-of-type(3) span:first-child.isAutoLogin {
    background: #fff url(../images/icon_xuanzhong.png) 0 0 no-repeat;
}

.login_box .form_wrapper_login p:nth-of-type(3) span:nth-of-type(2) {
    color: #a4a4a4;
    margin: 0 168px 0 14px;
}

.login_box .form_wrapper_login p:nth-of-type(3) span:nth-of-type(3) {
    color: #21b67f;
    cursor: pointer;
}

.login_box .form_wrapper_login p:nth-of-type(3) span:nth-of-type(3):hover {
    color: #49d388;
}

.login_box .form_wrapper_login input[name="submit_login"] {
    padding-left: 0;
    width: 334px;
    height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #21b67f;
    border: none;
    border-radius: 4px;
}

.login_box .form_wrapper_login input[name="submit_login"]:hover {
    background-color: #49d388;
}

.login_box .form_wrapper_login p:nth-of-type(4) {
    margin-top: 30px;
}

.login_box .form_wrapper_login p:nth-of-type(5) a {
    display: block;
    text-align: right;
    color: #21b67f;
}

.login_box .form_wrapper_login p:nth-of-type(5) a:hover {
    color: #49d388;
}

.login_box .other_account, .register_box .other_account {
    padding: 0 52px;
    height: 130px;
    background: #fafafa;
    overflow: hidden;
}

.login_box .other_account h3, .register_box .other_account h3 {
    color: #4d4d4d;
    margin: 20px 0 24px;
    text-align: center;
    font-weight: normal;
}

.login_box .other_account p a, .register_box .other_account p a {
    float: left;
    width: 46px;
    height: 46px;
    margin: 0;
    justify-content: space-between;
    background: url(../images/icon_wechat_n.png) 0 0 no-repeat;
    transition: all .3s ease;
}

.login_box .other_account p a:hover, .register_box .other_account p a:hover {
    float: left;
    width: 46px;
    height: 46px;
    margin: 0;
    justify-content: space-between;
    background: url(../images/icon_wechat_p.png) 0 0 no-repeat;
}

.login_box .other_account p a:nth-of-type(2), .register_box .other_account p a:nth-of-type(2) {
    margin: 0 66px;
    background: url(../images/icon_weibo_n_login.png) 0 0 no-repeat;
}

.login_box .other_account p a:nth-of-type(2):hover, .register_box .other_account p a:nth-of-type(2):hover {
    margin: 0 66px;
    background: url(../images/icon_weibo_p.png) 0 0 no-repeat;
}

.login_box .other_account p a:nth-of-type(3), .register_box .other_account p a:nth-of-type(3) {
    background: url(../images/icon_qq_n.png) 0 0 no-repeat;
}

.login_box .other_account p a:nth-of-type(3):hover, .register_box .other_account p a:nth-of-type(3):hover {
    background: url(../images/icon_qq_p.png) 0 0 no-repeat;
}

/*register_box*/
.register_box {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    width: 374px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

/*top_bar*/
#top_bar {
    height: 40px;
    background: #EDEDED;
}

.bar_in {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    line-height: 40px;
}

.bar_in a {
    color: #A4A4A4;
    font-size: 12px;
}

.bar_in h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
}

.bar_l {
    float: right;
    height: 100%;
}

.bar_in ul li {
    position: relative;
}

.bar_l ul li {
    float: left;
    margin-right: 30px;
    height: 40px;
}

.bar_in a:hover {
    color: #21b57f;
}

.bar_l ul li a, .bar_r ul li a {
    display: inline-block;
    color: #A4A4A4;
    padding: 0 6px;
    transition: all .3s ease;
}

.bar_l ul li:nth-of-type(3).one .qrcode {
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: 54px;
    cursor: pointer;
    display: none;
}

.bar_l ul li.one a {
    padding-left: 20px;
}

.bar_l ul li:nth-of-type(2).one a, .bar_l ul li:nth-of-type(3).one a {
    padding-left: 26px;
    height: 40px;
}

.bar_l ul li:nth-of-type(1).one {
    padding-left: 0;
    background: url(../images/icon_app_n.png) 0 12px no-repeat;
    transition: all .3s ease;
}

.bar_l ul li:nth-of-type(1).one:hover {
    background: url(../images/icon_app_p.png) 0 12px no-repeat;
}

.bar_l ul li:nth-of-type(2).one {
    padding-left: 0;
    background: url(../images/icon_weibo_n.png) 0 12px no-repeat;
    transition: all .3s ease;
}

.bar_l ul li:nth-of-type(2).one:hover {
    background: url(../images/icon_weibo_p_small.png) 0 12px no-repeat;
}

.bar_l ul li:nth-of-type(3).one {
    padding-left: 0;
    background: url(../images/icon_weixin_n.png) 0 12px no-repeat;
    transition: all .3s ease;
}

.bar_l ul li:nth-of-type(3).one:hover {
    background: url(../images/icon_weixin_p.png) 0 12px no-repeat;
}

.bar_l ul li:nth-of-type(3).one:hover a {
    color: #21b57f;
}

.bar_r {
    float: right;
    height: 100%;
}

.bar_r ul li {
    float: right;
    margin-right: 30px;
}

.bar_r ul li.two > a {
    min-width: 87px;
    padding-left: 15px;
    padding-right: 30px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/icon_xia.png) 80% 50% no-repeat;
    transition: all .1s linear;
}

#js_nav-find {
    display: none;
}

#js_nav-find #two_nav {
    width: 100%;
    overflow: hidden;
    display: none;
    text-align: center;
    z-index: 20;
    background: #21b57f;
}

#js_nav-find #two_nav li {
    float: none;
    margin-right: 0;
}

#js_nav-find #two_nav li a {
    display: block;
    padding: 0 15px;
}

.bar_r ul li:nth-of-type(2) a {
    display: inline-block;
}

.bar_r > ul > li:first-child {
    margin-top: 5px;
    margin-right: 0;
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #A4A4A4;
    box-sizing: border-box;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    transition: all .3s ease;
}

.bar_r > ul > li:first-child:hover {
    background-color: #21b57f;
    border-color: #21b57f;
}

.bar_r > ul > li:first-child:hover a {
    color: #ffffff;
}

/*nav*/
#nav {
    margin-bottom: 36px;
    height: 90px;
    color: #4c4c4c;
    font-size: 16px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.nav_in {
    margin: 0 auto;
    height: 90px;
    width: 1200px;
}

.logo {
    float: left;
    margin: 22px 64px 0 18px;
}

.nav_hd ul {
    float: left;
}

.nav_hd {
    float: left;
}

.nav_hd ul li {
    float: left;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
}

.nav_hd ul li a {
    display: block;
    height: 100%;
    padding: 0 26px;
}

.nav_hd ul li.active {
    border-bottom: 3px solid #0068aa;
    background: #fbfbfb;;
}

.mailing_code {
    float: right;
    height: 100%;
    font-size: 12px;
    line-height: 90px;
}

.switch_btn {
    float: right;
    margin: 34px 0 0 32px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(../images/icon_EN.png) 0 0 no-repeat;
}

/*main*/
#main {
    /*height:664px;*/
}

.main_in {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.main_in .core {
    float: left;
    height: 100%;
}

.main_in .core .banner {
    height: 310px;
    margin-bottom: 40px;
}

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

.main_in .core .core_extend ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_in .core .core_extend ul > li {
    float: left;
    margin-bottom: 24px;
    width: 282px;
    height: 314px;
    border: 1px solid #e7e7e8;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.core .core_extend ul > li:first-child {
    margin-left: 0;
}

.core .core_extend .sk_item .sk_item-pic {
    position: relative;
}

.core .core_extend .sk_item .sk_item-pic .sk_item-img {
    transition: transform .6s ease-in-out, opacity .5s, -webkit-transform .6s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    width: 282px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.core .core_extend .sk_item .sk_item-pic .sk_item-img:hover {
    transform: scale(1.05);
}

.core .core_extend .sk_item .sk_item-pic img {
    transition: transform .6s ease-in-out, opacity .5s, -webkit-transform .6s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.core .core_extend .sk_item .sk_item-pic img:hover {
    transform: scale(1.05);
}

.core .core_extend .sk_item .sk_item-pic .tag {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 10;
    padding: 4px 14px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    background-color: #212121;
    opacity: 0.6;
}

.core .core_extend .sk_item .sk_item-name {
    height: 48px;
    margin: 11px 14px 15px 16px;
    color: #181d22;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    vertical-align: baseline;
}

.core .core_extend .sk_item .sk_item-label {
    padding: 0 16px;
    color: #969696;
    font-size: 12px;
    overflow: hidden;
}

.core .core_extend .sk_item .sk_item-label .time {
    float: left;
}

.core .core_extend .sk_item .sk_item-label .assortment {
    float: right;
    max-width: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sub_column {
    float: right;
    width: 230px;
    height: 100%;
}

.sub_column .focus {
    height: 310px;
    margin-bottom: 40px;
}

.sub_column .app {
    height: 314px;
    border-radius: 6px;
    font-size: 0;
    background: #fff url(../images/bg_app.png) 0 0 no-repeat;
}

.app .qrcode {
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 2px;
    background: #fff;
}

.btn {
    margin: 56px 0 30px 0;
    overflow: hidden;
}

.btn a {
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 40px;
    color: #0068aa;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0068AA;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn a:hover {
    color: #2999e0;
    border-color: #2999e0;
}

.complaint a {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 48px;
    color: #ffffff;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    background-color: #21b57f;
}

.complaint a:hover {
    background-color: #49d388;
}

/*ad*/
#ad {
    margin: 40px auto;
    width: 1200px;
    height: 120px;
}

/*enjoy*/
#enjoy {
    margin-top: 20px;
    /*background: #EBEEF1;*/
}

.enjoy_in {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.enjoy_in ul {
    overflow: hidden;
}

.enjoy_in input[name="load-more"] {
    display: block;
    margin: 30px auto 40px auto;
    width: 250px;
    height: 48px;
    color: #0068AA;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #0068AA;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    cursor: pointer;
}

.enjoy_in input[name="load-more"]:hover {
    color: #2999e0;
    border-color: #2999e0;
}

.enjoy_in ul > li {
    float: left;
    margin: 0 24px 24px 0;
    width: 282px;
    height: 306px;
    border: 1px solid #f2f2f2;
    border-radius: 6px 6px 0px 0px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.enjoy_in ul > li:nth-of-type(7n+1) {
    position: relative;
    width: 586px;
    height: 306px;
}

.enjoy_in ul > li:nth-of-type(7n+1) .enjoy_item-name {
    position: absolute;
    bottom: 47px;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0 14px 0 16px;
    width: 100%;
    height: auto;
    color: #ffffff;
    box-sizing: border-box;
}

.enjoy_in ul > li:nth-of-type(7n+1) {
    border-radius: 6px 6px 6px 6px;
}

.enjoy_in ul > li:nth-of-type(7n+1) .enjoy_item-pic {
    width: 100%;
    height: 100%;
}

.enjoy_in ul > li:nth-of-type(7n+1) .enjoy_item-pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.enjoy_in ul > li:nth-of-type(7n+1) .enjoy_item-label {
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 99;
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
}

.enjoy_in ul > li:nth-of-type(7n+1) .shade {
    display: block;
}

.enjoy_in ul > li:nth-of-type(7n+2) + li.enjoy_item, .enjoy_in ul > li:nth-of-type(7n+6) + li.enjoy_item {
    margin-right: 0;
}

.enjoy_in .enjoy_item {
    position: relative;
}

.enjoy_in .enjoy_item .enjoy_item-pic {
    position: relative;
}

.enjoy_in .enjoy_item .enjoy_item-pic img {
    -webkit-transition: opacity .5s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .5s, -webkit-transform .6s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.enjoy_in .enjoy_item .enjoy_item-pic img:hover {
    transform: scale(1.05);
}

.enjoy_in .enjoy_item .enjoy_item-pic .tag {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 10;
    padding: 4px 14px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    background-color: #212121;
    opacity: 0.8;
}

.enjoy_in .enjoy_item .enjoy_item-name {
    /*height:48px;*/
    margin: 11px 14px 15px 16px;
    color: #181d22;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    vertical-align: baseline;
}

.enjoy_in .enjoy_item .enjoy_item-label {
    padding: 0 16px;
    margin-bottom: 16px;
    color: #969696;
    font-size: 12px;
    overflow: hidden;
}

.enjoy_in .enjoy_item .enjoy_item-label .time {
    float: left;
}

.enjoy_in .enjoy_item .enjoy_item-label .assortment {
    float: right;
    max-width: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.enjoy_in .enjoy_item .shade {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

/*friendlink*/
/*#friendlink{*/
/*position:fixed;*/
/*width:100%;*/
/*background: #FFFFFF;*/
/*left:0;*/
/*bottom:128px;*/
/*z-index:50;*/
/*}*/
.friendlink_in {
    margin: 0 auto;
    width: 1200px;
    overflow: auto;
}

.friendlink_in h3 {
    margin: 76px auto 74px;
    color: #181d22;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.ilink ul {
    overflow: hidden;
    margin-bottom: 76px;
    display: flex;
    justify-content: center;
}

.ilink ul > li {
    /*float: left;*/
    flex: 1;
    flex: none;
    flex-basis: 72px;
    font-size: 12px;
    margin-right: 20px;
}

.ilink ul > li a {
    display: block;
}

.ilink ul > li p {
    margin-top: 10px;
    color: #969696;
    text-align: center;
}

.ilink ul > li:nth-of-type(10n) {
    margin-right: 0;
}

/*footer*/

#footer {
    height: 128px;
    background: #1D1E1F;
}

.footer_in {
    margin: 0 auto;
    height: 100%;
    width: 1200px;
    background: #1D1E1F;
}

.ibottom {
    border-top: #ccc 2px solid;
    text-align: center;
}

.ibottom img {
    display: inline-block !important;
}

.ibottom div {
    margin: 10px auto;
}

.ibottom a {
    color: #256EB1;
    text-decoration: none;
}

.ibottom .gap {
    display: inline-block;
    background: #ccc;
    width: 1px;
    height: 12px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 10px;
}


.main {
    float: left;
}

.main .top {
    padding-top: 20px;
    margin-bottom: 26px;
    overflow: hidden;
}

.main .top a {
    float: left;
    padding: 0 23px 0 22px;
    color: #F1F1F1;
    font-size: 14px;
    background: url(../images/line.png) right center no-repeat;
}

.main .top a:first-child {
    padding-left: 3px;
}

.main .top a:last-child {
    background: none;
}

.main .center {
    font-size: 0;
}

.main .center span {
    display: inline-block;
    margin-right: 50px;
    color: #f1f1f1;
    font-size: 12px;
}

.main .down {
    margin-top: 19px;
    color: #f1f1f1;
    font-size: 12px;
}

.side {
    float: right;
    margin-top: 16px;
    text-align: center;
}

.side .weibo, .side .weixin {
    float: right;
}

.side span {
    display: block;
    margin-top: 12px;
    color: #f1f1f1;
    font-size: 14px;
}

.side .weixin {
    margin: 0 40px 0 110px;
}

/*详情页*/
.content_in {
    margin: 0 auto;
    width: 900px;
}

.article_box {
    overflow: visible;
}

.article_box .a_title {
    margin-top: 18px;
    color: #181D22;
    font-size: 40px;
    line-height: 72px;
}

.a_bar {
    height: 80px;
}

.a_bar .a_author {
    float: left;
    margin-top: 50px;
    font-size: 0;
}

.a_bar .a_author .info {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.a_bar .a_author .info .name {
    display: inline-block;
    margin-right: 30px;
    color: #4c4c4c;
    font-size: 14px;
}

.a_bar .a_author .info .time {
    display: inline-block;
    color: #969696;
    font-size: 12px;
}

.a_bar .a_share {
    margin-top: 36px;
    float: right;
}

.a_bar .a_share a {
    margin-left: 18px;
    float: left;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    box-sizing: border-box;
}

.a_bar .a_share a.qzone-box {
    margin-top: 3px;
    background: #fff url('/pc/images/searchMod/share_qzone_n.png') 0 0 no-repeat;
    transition: all .3s ease;
}

.a_bar .a_share a.qzone-box:hover {
    background: #fff url('/pc/images/searchMod/share_qzong_p.png') 0 0 no-repeat;
}

.a_bar .a_share span {
    float: right;
    padding-left: 48px;
    margin-left: 13px;
    width: 98px;
    height: 34px;
    color: #969696;
    line-height: 34px;
    border-radius: 17px;
    border: solid 1px #969696;
    box-sizing: border-box;
    background: url(../images/icon_like_n.png) 17px 10px no-repeat;
    cursor: pointer;
}

/*.a_bar .a_share a:nth-of-type(1){*/
/*background:  url(../images/share_qzong.png) 0 0 no-repeat;*/
/*transition: all .3s ease;*/
/*}*/
/*.a_bar .a_share a:nth-of-type(1):hover{*/
/*background:  url(../images/share_qzong_p.png) 0 0 no-repeat;*/
/*}*/
/*.a_bar .a_share a:nth-of-type(2){*/
/*background:  url(../images/share_weibo_n.png) 0 0 no-repeat;*/
/*transition: all .3s ease;*/
/*}*/
/*.a_bar .a_share a:nth-of-type(2):hover{*/
/*background:  url(../images/share_weibo_p.png) 0 0 no-repeat;*/
/*}*/
/*.a_bar .a_share a:nth-of-type(3){*/
/*background:  url(../images/share_wechat_n.png) 0 0 no-repeat;*/
/*transition: all .3s ease;*/
/*}*/
/*.a_bar .a_share a:nth-of-type(3):hover{*/
/*background:  url(../images/share_wechat_p.png) 0 0 no-repeat;*/
/*}*/
.gist_sentence {
    margin-top: 54px;
    padding: 0 128px 20px 128px;
    color: #969696;
    font-size: 16px;
    font-family: "Hiragino Sans GB", 冬青黑;
    line-height: 2;
    text-align: justify;
    background: url(../images/gist_line.png) 128px bottom no-repeat;
    overflow: hidden;
    padding-bottom: 28px;
}

.a_content * {
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding: 0;
}

.a_content img {
    display: inline;
    max-width: 100%;
}

.a_content p {
    font-size: 16px;
    line-height: 2.25;
    margin: 10px 0;
    padding: 0;
    /*color: #181D22;*/
    /*font-size: 16px;*/
    /*line-height: 32px;*/
    /*text-align: justify;*/
}

section {
    text-indent: unset !important;
}

/*.a_content p:nth-of-type(1){*/
/*    margin-top:56px;*/
/*}*/
/*.a_content p:nth-of-type(2) img{*/
/*    margin:0 auto;*/
/*}*/
/*.a_content img{*/
/*    margin:32px auto !important;*/
/*}*/
.a_content h3 {
    padding: 26px 0;
    color: #181d22;
    font-size: 18px;
    font-weight: bold;
}

.a_tag {
    margin-top: 26px;
}

.a_tag ul {
    overflow: hidden;
}

.a_tag ul > li {
    float: left;
    margin-right: 20px;
    padding: 7px 8px;
    color: #fff;
    font-size: 14px;
    background: #b5b5ba;
}

.a_tag ul > li:last-child {
    margin-right: 0;
}

.detail_comment .c_header {
    margin: 105px 0 34px;
    color: #4c4c4c;
    font-size: 24px;
    font-weight: bold;
}

.input_box {
    margin-bottom: 10px;
    font-size: 0;
}

.input_box .c_textarea textarea {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 10px;
    max-height: 112px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    color: #181d22;
    font-size: 14px;
    line-height: 18px;
    resize: none;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #0068aa;
    box-sizing: border-box;
}

.input_wrap {
    overflow: hidden;
}

.input_wrap .login {
    float: left;
    margin-top: 17px;
    font-size: 0;
}

.input_wrap .comment_btn {
    margin-top: 20px;
    float: right;
}

.input_wrap .login img {
    display: inline-block;
    vertical-align: top;
}

.input_wrap .login span {
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0 20px;
    color: #181d22;
    font-size: 14px;
}

.input_wrap .login span a {
    color: #0068aa;
}

.input_wrap .login span a:hover {
    color: #2999e0;
}

.input_wrap .comment_btn input[name="c_btn"] {
    width: 92px;
    height: 40px;
    color: #0068aa;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #0068aa;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    cursor: pointer;
}

.input_wrap .comment_btn input[name="c_btn"]:hover {
    color: #2999e0;
    border-color: #2999e0;
}

.c_content {
    margin-top: 85px;
    border-top: 2px solid #EFEFEF;
}

.c_tips {
    margin: 34px 0 43px;
    color: #969696;
    font-size: 14px;
    text-align: center;
    background: url(../images/fengexian.png) center center no-repeat;
}

.c_content .c_content-item {
    border-bottom: 2px solid #EFEFEF;
    overflow: hidden;
}

.c_content .c_content-item .input_box .input_wrap .login {
    display: none;
}

.c_content .c_content-item .content_wrap {
    position: relative;
    overflow: hidden;
}

.c_content .c_content-item .content_wrap.c_answer .c_user .portrait {
    margin-left: 60px;
}

.c_content .c_content-item .c_user {
    display: flex;
    margin: 24px 0 20px;
    font-size: 0;
}

.c_user .portrait {
    flex-shrink: 0;
    margin: 20px 20px 0 0;
}

.c_user .info {
    flex: 1;
    padding-right: 10px;
}

.c_user .info > span {
    display: block;
    color: #181d22;
}

.c_user .info > span.name {
    font-size: 14px;
    font-weight: bold;
}

.c_user .info > span.time {
    margin: 18px 0 24px;
    color: #969696;
    font-size: 12px;
}

.c_user .info > span.txt {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.c_content .c_content-item .c_interact {
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 0;
}

.c_interact .reply {
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
    padding: 2px 2px 0 23px;
    /*width: 30px;*/
    height: 18px;
    color: #969696;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url(../images/icon_like_n.png) 0 center no-repeat;
}

.c_interact .digg {
    display: inline-block;
    vertical-align: top;
    padding: 2px 2px 0 22px;
    height: 16px;
    color: #969696;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url(../images/icon_pinglun_n.png) 0 0 no-repeat;
}

.c_content .c_more {
    margin: 34px 0 43px;
    color: #969696;
    font-size: 14px;
    text-align: center;
    background: url(../images/fengexian.png) center center no-repeat;
}


/*注册*/
.register_content {
    width: 100%;
    background: #F2F2F2;
    overflow: auto;
}

.register_in {
    margin: 18px auto 0 auto;
    width: 1200px;
    height: 894px;
    background: #ffffff;
}

.register_in .logo_box {
    height: 66px;
    border-bottom: 1px solid #E5E5E5;
    background: #fff url(../images/biaoqian.png) 590px center no-repeat;
}

.disclaimer {
    color: #a4a4a4;
    text-align: left;
}

.disclaimer a {
    color: #21b67f;
    text-decoration: underline;
}

.disclaimer a:hover {
    color: #49d388;
}

.register_in .logo_box span.logo_xiaofeibao {
    display: inline-block;
    margin: 20px 0 0 470px;
}

.register_in .title {
    margin: 40px 0 36px;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.form_wrapper p {
    overflow: hidden;
}

.form_wrapper label {
    float: left;
    vertical-align: top;
    margin: 18px 0 0 0;
    width: 80px;
    color: #4c4c4c;
    text-align: right;
}

.form_wrapper input {
    float: left;
    padding-left: 16px;
    margin: 0 0 10px 0;
    width: 334px;
    height: 50px;
    font-size: 16px;
    font-family: "Roboto";
    color: #4C4C4C;
    border-radius: 4px;
    border: solid 1px #ccc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_wrapper input + span {
    display: inline-block;
    padding: 0 10px 0 48px;
    margin-left: 20px;
    /*width: 200px;*/
    height: 50px;
    color: #d0d0d0;
    line-height: 50px;
    background: #FFF5F5 url(../images/icon_jingshi.png) 12px center no-repeat;
    border-radius: 4px;
    border: solid 1px #f94d30;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_wrapper input[name="vertification"] {
    width: 210px;
    background: #ffffff;
}

.form_wrapper input[name="get_code_btn"] {
    margin-left: 14px;
    padding: 0 14px;
    width: auto;
    height: 50px;
    color: #21B67F;
    font-size: 16px;
    border-radius: 4px;
    border: solid 1px #cccccc !important;
    background: #FFFFFF;
    cursor: pointer;
}

.form_wrapper input[name="get_code_btn"]:hover {
    color: #49d388;
}

.form_wrapper input[name="register_btn"] {
    /*margin-top:30px;*/
    padding-left: 0;
    width: 334px;
    height: 48px;
    color: #ffffff;
    font-size: 16px;
    background-color: #21b67f;
    border-radius: 4px;
    cursor: pointer;
}

.form_wrapper input[name="register_btn"]:hover {
    background-color: #49d388;
}

.form_wrapper .has_account {
    margin-bottom: 16px;
    color: #4d4d4d;
    text-align: right;
}

.form_wrapper .has_account a {
    color: #21b67f;
}

.form_wrapper .has_account a:hover {
    color: #49d388;
}

.form_wrapper input::-webkit-input-placeholder, .login_box .form_wrapper_login input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.form_wrapper input:-moz-placeholder, .login_box .form_wrapper_login input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.form_wrapper input::-moz-placeholder, .login_box .form_wrapper_login input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.form_wrapper input:-ms-input-placeholder, .login_box .form_wrapper_login input::-webkit-input-placeholder {
    color: #D0D0D0;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

textarea::-webkit-input-placeholder {
    color: #969696;
}

textarea:-moz-placeholder {
    color: #969696;
}

textarea::-moz-placeholder {
    color: #969696;
}

textarea:-ms-input-placeholder {
    color: #969696;
}

.section {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.advisory, .news {
    width: 49%;
}

.section-title{
    margin-bottom: 16px;
    color: #0068aa;
    position: relative;
}

.section-title h2{
    margin-left: 10px;
}

.section-title::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 90%;
    border-radius: 4px;
    background-color: #0068aa;
}

.section .item {
    margin: 10px 0;
    background: none;
    line-height: 1.5em;
    font-size: 16px;
}

.item a{
    display: inline-block;
}

.section .top {
    font-weight: bold;
}

.item-title:hover {
    color: #0068aa;
    text-decoration: underline;
}

