.distributor-wrap ul,
.distributor-wrap ol {
    padding-left: 0;
}

.distributor-wrap li {
    position: relative;
    height: 4.5em;
    padding: 15px 0;
    margin-right: 3%;
    margin-bottom: 10px;
    border: 1px solid #e6e6e8;
    line-height: 2.44em;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otherdistributor-wrap ol li {
    background: rgba(60, 33, 103, .04)
}

.grid-x>.medium-20 {
    /* width: 19%; */
    width: 22.7%;
}

.no-mr {
    margin-right: 0 !important;
}

/* .distributor-wrap li:nth-child(5n){
    margin-right:0;
} */

.distributor-wrap li a {
    display: block;
    width: 100%;
    height: 2.44em;
    line-height: 2.44em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.distributor-wrap li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 24px;
}

.distributor-wrap2 li {
    margin-bottom: 30px;
}

.distributor-wrap2 li img {
    max-width: 75%;
}

.distributor-wrap li:nth-child(3) img {
    width: 160px;
}

.distributor-wrap li:nth-child(3) img,
.distributor-wrap li:nth-child(4) img {
    padding: 0;
}

.distributor-wrap3 li {
    height: 4.6em;
    text-align: center;
}

.distributor-wrap3 .medium-20 {
    width: 30.3%;
}

.distributor-wrap li>a {
    height: 50px;
}

.distributor-wrap3 li img {
    position: relative;
    top: initial;
    bottom: initial;
    left: 0;
    right: 0;
    height: 50px;
    margin: 0 auto;
    vertical-align: top;
}

.distributor-wrap3 li .hei2 {
    height: 32px;
    margin-top: 1rem;
}

.distributor-wrap3 .text-nowrap {
    padding: 0 7px;
    margin-top: 7px;
}

.bordertope6e6e8 {
    border-top-color: #e6e6e8;
    border-bottom-color: #e6e6e8;
}

.otherdistributor-wrap li {
    height: 2.5rem;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    border: 0;
    /* margin:0 0 10px 0; */
    margin: 0;
    line-height: 2.5rem;
}

.distributor-partner li {
    height: 150px;
    line-height: 115px;
    text-align: center;
}

.distributor-partner li:nth-child(1) img {
    width: 100%;
    height: auto;
}

.distributor-partner li:nth-child(3) {
    font-size: 30px;
}

.distributor-partner .grid-x>.medium-5 {
    width: 47.6%;
}

.distributor-partner li a {
    height: inherit;
    line-height: inherit;
    color: #000;
}

.distributor-partner .no-border {
    border: 0;
}

.compad {
    height: 425px
}

.limit-hei {
    height: 520px;
    overflow-y: scroll;
}

/*滚动条样式*/

.limit-hei::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

.limit-hei::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.limit-hei::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.limit-hei .field__input,
.limit-hei .field__select,
.limit-hei .field__textarea,
.limit-hei .input,
.limit-mb .field__input,
.limit-mb .field__select,
.limit-mb .field__textarea,
.limit-mb .input {
    width: 93%;
}

.limit-minhei {
    min-height: 545px;
}

.erweima {
    width: 150px;
    border: 1px solid #eeeeee;
}

.recurly-hosted-field {
    width: 100%;
    height: 2.625rem;
    border: 1px solid #b9b7bc;
    border-radius: .25rem;
    margin-top: 0;
}

.recurly-hosted-field-focus {
    background-color: #F4FCFF;
    border: 1px solid #0BD1FF;
    color: #36313F;
    box-shadow: none;
    outline: none;
}

.recurly-hosted-field.field--error {
    border: 1px solid #ff0600;
    background-color: #fff;
}

.payhide,
.billhide {
    display: none;
}

#paperticketwrap {
    height: 0;
    overflow: hidden;
}

.codeoutwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99;
}

.codeinwrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 212px;
    height: 252px;
    background-color: #ffffff;
}

.codeinwrap .ewm {
    width: 212px;
    height: 212px;
}

.codeinwrap p {
    margin: 0;
}

.codeinwrap .codestyle {
    height: 45px;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}

.codeinwrap .codestyle p {
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    user-select: none;
}

.codeinwrap .closecode {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    cursor: pointer;
    user-select: none;
}

.payok i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/ok.png) no-repeat center center/cover;
    vertical-align: middle;
}

.payno i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/no.png) no-repeat center center/cover;
    vertical-align: middle;
}

.ul__li_color {
    padding: 0 0 0 .8rem;
}

.ul__li_color:before {
    top: .52rem;
    height: .35rem;
    width: .35rem;
    background-color: #3c2167;
}


.spzs-nr ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
    /*box-shadow: 2px 2px 2px #f0f0f0;*/
}

.spzs-nr ul li div:first-child {
    height: 185px;
    overflow: hidden;
}

.spzs-nr ul li div:first-child img {
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.spzs-nr ul li div.spzs-nr-wz {
    padding: 5%;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 1px 0 #f0f0f0;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    overflow: hidden;
}

.spzs-nr ul li div.spzs-nr-wz h1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.spzs-nr ul li div.spzs-nr-wz p {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
@charset "utf-8";
/* reset */
html { height: 100%; }
body { min-height: 100% }
body { _height: 100% }


@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none
    }
}
a:link,
a:visited,
a:active,
a { text-decoration: none;}
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
a{
    color: #666;
}
a:hover{
    color: #666;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.both{
    clear: both ;
}
.huibg{
    background-color: #F7F9FA;
}
.baibg{
    background-color: #fff;
}
.col_hei{
    color: #010101;
}
.col_lan{
    color: #0066BC;
}
.col_33{
    color: #333;
}
.col_99{
    color: #999;
}
@media screen and (max-device-width: 320px){
    body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width: 480px){
    body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
    body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    body{-webkit-text-size-adjust:none}
}
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
.blod{
    font-weight: bold;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.5;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.5;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.5;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.5;}

/*公用样式end*/
em.en{font-family: "YourWebFontName";display: inline-block;}
/*公用样式end*/
.mt_150{margin-top:150px;}
.mb_150{margin-bottom:150px;}
.pt_150{padding-top: 150px;}
.pb_150{padding-bottom: 150px;}

.mt_110{margin-top:110px;}
.mb_110{margin-bottom:110px;}
.pt_110{padding-top: 110px;}
.pb_110{padding-bottom: 110px;}

.mt_85{margin-top:85px;}
.mb_85{margin-bottom:85px;}
.pt_85{padding-top:85px;}
.pb_85{padding-bottom:85px;}

.mt_75{margin-top:75px;}
.mb_75{margin-bottom:75px;}
.pt_75{padding-top: 75px;}
.pb_75{padding-bottom: 75px;}
.mt_60{margin-top: 60px;}
.mb_60{margin-bottom: 60px;}
.pt_60{padding-top: 60px;}
.pb_60{padding-bottom: 60px;}

.mt_55{margin-top:55px;}
.mb_55{margin-bottom:55px;}
.pt_55{padding-top:55px;}
.pb_55{padding-bottom:55px;}
.mt_45{margin-top:45px;}
.mt_40{margin-top:40px;}
.mb_40{margin-bottom:40px;}
.pt_40{padding-top: 40px;}
.pb_40{padding-bottom: 40px;}
.mt_30{margin-top:30px;}
.mb_30{margin-bottom: 30px;}
.pt_30{padding-top: 30px;}
.pb_30{padding-bottom: 30px;}

.mt_25{margin-top:25px;}
.mt_20{margin-top:20px;}
.mt_15{margin-top:15px;}

@media only screen and (max-width: 1700px){

    .mt_150{margin-top:120px;}
    .mb_150{margin-bottom:120px;}
    .pt_150{padding-top: 120px;}
    .pb_150{padding-bottom: 120px;}

    .mt_110{margin-top:90px;}
    .mb_110{margin-bottom:90px;}
    .pt_110{padding-top: 90px;}
    .pb_110{padding-bottom: 90px;}

}
@media only screen and (max-width: 1600px){

    .mt_150{margin-top:110px;}
    .mb_150{margin-bottom:110px;}
    .pt_150{padding-top: 110px;}
    .pb_150{padding-bottom: 110px;}

    .mt_110{margin-top:80px;}
    .mb_110{margin-bottom:80px;}
    .pt_110{padding-top: 80px;}
    .pb_110{padding-bottom: 80px;}

}
@media only screen and (max-width: 1500px){

    .mt_150{margin-top:100px;}
    .mb_150{margin-bottom:100px;}
    .pt_150{padding-top: 100px;}
    .pb_150{padding-bottom: 100px;}

    .mt_110{margin-top:70px;}
    .mb_110{margin-bottom:70px;}
    .pt_110{padding-top: 70px;}
    .pb_110{padding-bottom: 70px;}
    .mt_85{margin-top:65px;}
    .mb_85{margin-bottom:65px;}
    .pt_85{padding-top:65px;}
    .pb_85{padding-bottom:65px;}
    .mt_75{margin-top:55px;}
    .mb_75{margin-bottom:55px;}
    .pt_75{padding-top: 55px;}
    .pb_75{padding-bottom: 55px;}
    .mt_60{margin-top: 45px;}
    .mb_60{margin-bottom: 45px;}
    .pt_60{padding-top: 45px;}
    .pb_60{padding-bottom: 45px;}
    .mt_55{margin-top:40px;}
    .mb_55{margin-bottom:40px;}
    .pt_55{padding-top:40px;}
    .pb_55{padding-bottom:40px;}
}
@media only screen and (max-width: 1400px){

    .mt_150{margin-top:90px;}
    .mb_150{margin-bottom:90px;}
    .pt_150{padding-top: 90px;}
    .pb_150{padding-bottom: 90px;}

    .mt_110{margin-top:60px;}
    .mb_110{margin-bottom:60px;}
    .pt_110{padding-top: 60px;}
    .pb_110{padding-bottom: 60px;}
    .mt_85{margin-top:50px;}
    .mb_85{margin-bottom:50px;}
    .pt_85{padding-top:50px;}
    .pb_85{padding-bottom:50px;}
    .mt_75{margin-top:50px;}
    .mb_75{margin-bottom:50px;}
    .pt_75{padding-top: 50px;}
    .pb_75{padding-bottom: 50px;}
    .mt_60{margin-top: 45px;}
    .mb_60{margin-bottom: 45px;}
    .pt_60{padding-top: 45px;}
    .pb_60{padding-bottom: 45px;}
    .mt_55{margin-top:40px;}
    .mb_55{margin-bottom:40px;}
    .pt_55{padding-top:40px;}
    .pb_55{padding-bottom:40px;}
}
@media only screen and (max-width: 1300px){

    .mt_150{margin-top:50px;}
    .mb_150{margin-bottom:50px;}
    .pt_150{padding-top: 50px;}
    .pb_150{padding-bottom: 50px;}

    .mt_110{margin-top:50px;}
    .mb_110{margin-bottom:50px;}
    .pt_110{padding-top: 50px;}
    .pb_110{padding-bottom: 50px;}
    .mt_85{margin-top:50px;}
    .mb_85{margin-bottom:50px;}
    .pt_85{padding-top:50px;}
    .pb_85{padding-bottom:50px;}
    .mt_75{margin-top:50px;}
    .mb_75{margin-bottom:50px;}
    .pt_75{padding-top: 50px;}
    .pb_75{padding-bottom: 50px;}
    .mt_60{margin-top: 45px;}
    .mb_60{margin-bottom: 45px;}
    .pt_60{padding-top: 45px;}
    .pb_60{padding-bottom: 45px;}
    .mt_55{margin-top:40px;}
    .mb_55{margin-bottom:40px;}
    .pt_55{padding-top:40px;}
    .pb_55{padding-bottom:40px;}
}


@media only screen and (max-width: 1200px){
    .line_height21{line-height: 1.8}

    .mt_60{margin-top: 30px;}
    .mb_60{margin-bottom: 30px;}
    .pt_60{padding-top: 30px;}
    .pb_60{padding-bottom: 30px;}
    .mt_55{margin-top:30px;}
    .mb_55{margin-bottom:30px;}
    .pt_55{padding-top:30px;}
    .pb_55{padding-bottom:30px;}
    .mt_45{margin-top:30px;}
    .mt_40{margin-top:20px;}
    .mb_40{margin-bottom:20px;}
    .pt_40{padding-top: 20px;}
    .pb_40{padding-bottom: 20px;}
    .mt_30{margin-top:20px;}
    .mb_30{margin-bottom: 20px;}
    .pt_30{padding-top: 20px;}
    .pb_30{padding-bottom: 20px;}
    .mt_25{margin-top:20px;}
    .mt_20{margin-top:15px;}
    .mt_15{margin-top:10px;}
}
@media only screen and (max-width: 1000px){
    .mt_150{margin-top:30px;}
    .mb_150{margin-bottom:30px;}
    .pt_150{padding-top: 30px;}
    .pb_150{padding-bottom: 30px;}

    .mt_110{margin-top:30px;}
    .mb_110{margin-bottom:30px;}
    .pt_110{padding-top: 30px;}
    .pb_110{padding-bottom: 30px;}
    .mt_85{margin-top:30px;}
    .mb_85{margin-bottom:30px;}
    .pt_85{padding-top:30px;}
    .pb_85{padding-bottom:30px;}
    .mt_75{margin-top:20px;}
    .mb_75{margin-bottom:20px;}
    .pt_75{padding-top: 20px;}
    .pb_75{padding-bottom: 20px;}
    .mt_60{margin-top: 20px;}
    .mb_60{margin-bottom: 20px;}
    .pt_60{padding-top: 20px;}
    .pb_60{padding-bottom: 20px;}
    .mt_55{margin-top:20px;}
    .mb_55{margin-bottom:20px;}
    .pt_55{padding-top:20px;}
    .pb_55{padding-bottom:20px;}
    .mt_30{margin-top:15px;}
    .mb_30{margin-bottom: 15px;}
    .pt_30{padding-top: 15px;}
    .pb_30{padding-bottom: 15px;}
    .mt_25{margin-top:15px;}
}
@media only screen and (max-width: 767px){
    .line_height21{line-height: 1.6}
    .line_height19{line-height: 1.4}

    .mt_150{margin-top:30px;}
    .mb_150{margin-bottom:30px;}
    .pt_150{padding-top: 30px;}
    .pb_150{padding-bottom: 30px;}

    .mt_110{margin-top:20px;}
    .mb_110{margin-bottom:20px;}
    .pt_110{padding-top: 20px;}
    .pb_110{padding-bottom: 20px;}
    .mt_85{margin-top:20px;}
    .mb_85{margin-bottom:20px;}
    .pt_85{padding-top:20px;}
    .pb_85{padding-bottom:20px;}
    .mt_45{margin-top:20px;}
    .mt_40{margin-top:15px;}
    .mb_40{margin-bottom:15px;}
    .pt_40{padding-top: 15px;}
    .pb_40{padding-bottom: 15px;}
    .mt_30{margin-top:10px;}
    .mb_30{margin-bottom: 10px;}
    .pt_30{padding-top: 10px;}
    .pb_30{padding-bottom: 10px;}
    .mt_25{margin-top:5px;}
    .mt_20{margin-top:5px;}
    .mt_15{margin-top:5px;}

}
/*font-size*/
.fnt_12 { font-size:12px;}
.fnt_14 { font-size:14px;}
.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;line-height: 1.3;}
.fnt_32 { font-size:32px;line-height: 1.3;}
.fnt_34 { font-size:34px;line-height: 1.3;}
.fnt_36 { font-size:36px;line-height: 1.3;}
.fnt_38 { font-size:38px;line-height: 1.3;}
.fnt_40 { font-size:40px;line-height: 1.3;}

.fnt_42 { font-size:42px;line-height: 1.3;}
.fnt_44 { font-size:44px;line-height: 1.3;}
.fnt_46 { font-size:46px;line-height: 1.3;}
.fnt_48 { font-size:48px;line-height: 1.3;}
.fnt_50 { font-size:50px;line-height: 1.3;}
.fnt_52 { font-size:52px;line-height: 1.3;}
.fnt_54 { font-size:54px;line-height: 1.3;}
.fnt_56 { font-size:56px;line-height: 1.3;}
.fnt_58 { font-size:58px;line-height: 1.3;}
.fnt_60 { font-size:60px;line-height: 1.3;}
.fnt_80 { font-size:80px;line-height: 1.3;}

@media only screen and (max-width: 1500px) {
    .fnt_20 { font-size:18px;}
    .fnt_22 { font-size:18px;}
    .fnt_24 { font-size:20px;}
    .fnt_26 { font-size:24px;}
    .fnt_28 { font-size:24px;}
    .fnt_30 { font-size:30px;}
    .fnt_32 { font-size:30px;}
    .fnt_34 { font-size:30px;}
    .fnt_36 { font-size:32px;}
    .fnt_38 { font-size:32px;}
    .fnt_40 { font-size:34px;}

    .fnt_42 { font-size:34px;}
    .fnt_44 { font-size:34px;}
    .fnt_46 { font-size:36px;}
    .fnt_48 { font-size:36px;}
    .fnt_50 { font-size:38px;}
    .fnt_52 { font-size:38px;}
    .fnt_54 { font-size:38px;}
    .fnt_56 { font-size:40px;}
    .fnt_58 { font-size:40px;}
    .fnt_60 { font-size:50px;}
    .fnt_80 { font-size:70px;}
}
@media only screen and (max-width: 1400px) {
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:24px;}
    .fnt_32 { font-size:24px;}
    .fnt_34 { font-size:24px;}
    .fnt_36 { font-size:26px;}
    .fnt_38 { font-size:26px;}
    .fnt_40 { font-size:30px;}

    .fnt_42 { font-size:30px;}
    .fnt_44 { font-size:30px;}
    .fnt_46 { font-size:32px;}
    .fnt_48 { font-size:32px;}
    .fnt_50 { font-size:34px;}
    .fnt_52 { font-size:34px;}
    .fnt_54 { font-size:34px;}
    .fnt_56 { font-size:36px;}
    .fnt_58 { font-size:36px;}
    .fnt_60 { font-size:38px;}
    .fnt_80 { font-size:56px;}
}
@media only screen and (max-width: 1200px) {
    .fnt_24 { font-size:18px;}
    .fnt_20 { font-size:16px;}
}

@media only screen and (max-width: 1024px) {
    .fnt_18 { font-size:16px;}
    .fnt_20 { font-size:16px;}
    .fnt_24 { font-size:18px;}
    .fnt_26 { font-size:20px;}
    .fnt_28 { font-size:20px;}
    .fnt_30 { font-size:20px;}
    .fnt_32 { font-size:20px;}
    .fnt_34 { font-size:20px;}
    .fnt_36 { font-size:22px;}
    .fnt_38 { font-size:22px;}
    .fnt_40 { font-size:26px;}

    .fnt_42 { font-size:26px;}
    .fnt_44 { font-size:26px;}
    .fnt_46 { font-size:28px;}
    .fnt_48 { font-size:28px;}
    .fnt_50 { font-size:30px;}
    .fnt_52 { font-size:30px;}
    .fnt_54 { font-size:30px;}
    .fnt_56 { font-size:32px;}
    .fnt_58 { font-size:32px;}
    .fnt_60 { font-size:34px;}
    .fnt_80 { font-size:50px;}
}
@media only screen and (max-width: 950px) {
    .fnt_14 { font-size:12px;}
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:14px;}
    .fnt_20 { font-size:14px;}
    .fnt_22 { font-size:16px;}
    .fnt_24 { font-size:16px;}
    .fnt_26 { font-size:18px;}
    .fnt_28 { font-size:18px;}
    .fnt_30 { font-size:18px;}
    .fnt_32 { font-size:22px;}
    .fnt_34 { font-size:22px;}
    .fnt_36 { font-size:24px;}
    .fnt_38 { font-size:24px;}
    .fnt_40 { font-size:24px;}

    .fnt_42 { font-size:24px;}
    .fnt_44 { font-size:24px;}
    .fnt_46 { font-size:24px;}
    .fnt_48 { font-size:26px;}
    .fnt_50 { font-size:26px;}
    .fnt_52 { font-size:26px;}
    .fnt_54 { font-size:28px;}
    .fnt_56 { font-size:28px;}
    .fnt_58 { font-size:28px;}
    .fnt_60 { font-size:30px;}
    .fnt_80 { font-size:40px;}
}
@media only screen and (max-width: 767px) {
    .fnt_14 { font-size:12px;}
    .fnt_16 { font-size:14px;}
    .fnt_18 { font-size:14px;}
    .fnt_20 { font-size:14px;}
    .fnt_22 { font-size:14px;}
    .fnt_24 { font-size:14px;}
    .fnt_26 { font-size:14px;}
    .fnt_28 { font-size:14px;}
    .fnt_30 { font-size:16px;}
    .fnt_32 { font-size:16px;}
    .fnt_34 { font-size:16px;}
    .fnt_36 { font-size:16px;}
    .fnt_38 { font-size:16px;}
    .fnt_40 { font-size:20px;}
    .fnt_42 { font-size:20px;}
    .fnt_44 { font-size:20px;}
    .fnt_46 { font-size:20px;}
    .fnt_48 { font-size:20px;}
    .fnt_50 { font-size:22px;}
    .fnt_52 { font-size:22px;}
    .fnt_54 { font-size:22px;}
    .fnt_56 { font-size:22px;}
    .fnt_58 { font-size:22px;}
    .fnt_60 { font-size:22px;}
    .fnt_80 { font-size:30px;}
}
.main_md{
    width: 1200px;
    margin: auto;
}
.news_img{
    float: left;
    width: 185px;
}
.news_text{
    margin-left: 215px;
}
.news{
    padding:0 20px;
}

.news_text h3{
    line-height: 30px;
    height: 90px;
}
.news_text span{
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
}
.mypage {
    /*clear: both;*/
    width:100%;
    height:auto;
    border:#042360 0px solid;
    margin:0 auto;
    padding: 60px 0;
    text-align:center;
    font-size: 16px;
}
.pc_dis{
    display: none;
}
.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #1E5FBC;
    border:1px solid #ECECEC;
}
.news_cont{
    padding: 25px;
}
.news_cont p img{
    max-width: 100%;
}
.news_tt a.bshareDiv{
    display: inline-block !important;
    background: none;
    color: #666666 !important;
    height: 17px !important;
    width: 70px !important;

}
.news_tt .buzzButton{
    background: url("../images/second/btn.png") no-repeat !important;
    color: #666666 !important;
    margin-right: 20px;
    width: 70px !important;
}
.news_cont a.return
 {
    display: block;
    text-align: center;
    margin: 40px auto;
}

