/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-1-30, 18:17:41
    Author     : Sherry
*/

/* function */
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-pa{position:absolute;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.f-fs12{
    font-size: 12px;
}
.f-fs14{
    font-size: 14px;
}
.f-fs16{
    font-size: 16px;
}
.f-fs18{
    font-size: 18px;
}
.f-fs20{
    font-size: 20px;
}
.f-fs22{
    font-size: 22px;
}
.f-fs24{
    font-size: 24px;
}
/*皮肤*/
.s-fc-blue{color: #2285E0;}
.s-fc-red{color: #DB4453 !important;}
.s-fc-gray{color: #888;}
.s-fc-white{color: #fff;}
.s-bg-white{background-color: #fff;}
.s-fc-black{color: #000;}
.go-btn{
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        display: block;
        font-size: 0.55rem;
        line-height: 1.2rem;
        height: 1.2rem;
        color: #fff;
        padding: 0 12px;
        background: #ed5564;
        border-radius: 4px;
}
.man-tag{
    vertical-align: top;
    height: 0.7rem;
    padding: 0 0.1rem;
    margin-top: 0.1rem;
    font-size: 0.45rem;
    color: #FFF;
    line-height: 0.7rem;
    background: #ED5564;
    border-radius: 0.15rem;
}
.g-ms-con{
    margin-left: 46px
}
.mansong-tag{
    border: 1px solid #ed5564;
    color: #ed5564 !important;
    text-align: center;
    padding: 0 4px;
    font-size: 0.45rem;
    height: 0.9rem !important;
    line-height: 0.9rem !important;
    display: inline-block;
    box-sizing: border-box;
}
.g-ms-goods{   
    display: none;
    font-size: 0.55rem;
    border-bottom: solid 0.05rem #EEE;
    padding: .4rem 0;
    padding-left: 3rem;
}
.f-borb{
    border-bottom: solid 0.05rem #EEE;
}
.u-arrow-down { 
    position: absolute; 
    z-index: 1; top: 0.5rem;
    right: 0; display: block;
    width:0.975rem; 
    height: 0.975rem;
    background-image: url(../images/arrow_down_b.png); 
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    background-size: 50%; opacity: 0.5;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.u-arrow-r {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 10%;
    background-image: url(../images/arrow_down_b.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.75;
    vertical-align: text-top;   
}
.u-btn{
    display: inline-block;
    padding: 10px 28px;
    line-height: 1;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500; 
    font-size: 14px;
    border-radius: 4px;
}
.btn-sm{
    padding: 5px 10px;
}
/*遮罩*/
.f-mask{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    top:0;
    left: 0;
    display:none;
    z-index: 100;
}
