/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; }

html, body, fieldset, img, iframe, abbr { border: 0; }

i, cite, em, var, address, dfn { font-style: normal; }

[hidefocus], summary { outline: 0; }

li { list-style: none; }

h1, h2, h3, h4, h5, h6, small { font-size: 100%; }

sup, sub { font-size: 83%; }

pre, code, kbd, samp { font-family: inherit; }

q:before, q:after { content: none; }

textarea { overflow: auto; resize: none; }

label, summary { cursor: default; }

a, button { cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, strong, b { font-weight: bold; }

del, ins, u, s, a, a:hover { text-decoration: none; }

body, textarea, input, button, select, keygen, legend { font: 12px/1.14 arial, \5b8b\4f53; color: #333; outline: 0; }

body { background: #fff; }

a, a:hover { color: #333; }

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Microsoft YaHei","微软雅黑", Helvetica, "Hiragino Sans GB",  Arial, sans-serif;
    font-size: 1.4rem;
}

.fs-12 { font-size: 1.2rem; }

.fs-13 { font-size: 1.3rem; }

.fs-16 { font-size: 1.6rem; }

.fs-18 { font-size: 1.8rem; }

.fs-19 { font-size: 1.9rem; }

.fs-20 { font-size: 2rem; }

.fs-22 { font-size: 2.2rem; }

.fs-24 { font-size: 2.4rem; }

.fs-30 { font-size: 3rem; }

.fs-35 { font-size: 3.5rem; }

.fc-444 { color: #444; }

.fc-F6D6B1 { color: #f6d6b1; }

.fc-111 { color: #111; }

.fc-FF3F00 { color: #ff3f00 }

.fc-868686 { color: #868686; }

.fc-CD0D0D { color: #cd0d0d; }

.fc-AAA { color: #aaa; }

.fc-FFF { color: #fff; }

.fc-111 { color: #111; }
.fc-222 { color: #222; }
.fc-333 { color: #333; }
.fc-444 { color: #444; }
.fc-555 { color: #555; }
.fc-666 { color: #666; }
.fc-777 { color: #777; }
.fc-888 { color: #888; }
.fc-999 { color: #999; }

.fc-FF9673{color: #FF9673;}

.fc-FF9226{color:#FF9226;}

.mTop-5 { margin-top: 5px; }

.mTop-10 { margin-top: 10px; }

.mTop-15 { margin-top: 15px; }

.mTop-20 { margin-top: 20px; }

.mTop-30 { margin-top: 30px; }

.mTop-35 { margin-top: 35px; }

.mLeft-10 {    margin-left: 10px;}

.mLeft-20 { margin-left: 20px; }

.mBottom-20 { margin-bottom: 20px; }

.fl { float: left; }

.fr { float: right; }

.pad-5{ padding: 0.5rem; }

.pad-10{ padding: 1rem; }

.pad-15{ padding: 1.5rem; }

.pad-20{ padding: 2rem; }

.pad-30{ padding: 3rem; }

.ln-15{ line-height: 1.5rem; }

.ln-20{ line-height: 2rem; }

.ln-30{ line-height: 3rem; }

.ln-40{ line-height: 4rem; }

.mar-5{margin: 0.5rem;}
.mar-10{margin: 1rem;}

.clear{ clear:both} 

.border-right{border-right: solid 1px #ddd;}

.img-circle {border-radius: 50%;}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F787B1;
}



.pos-abs{position: absolute;}


.photo-box div {
    min-height: 106px;
    max-width: 190px;
    position: relative;
    background: #0a001f;
}

.photo-box img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    opacity: .8;
}

.photo-box img:hover {
    opacity: 1;
    transform: scale(1.5);
    z-index: 888;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.my-col-md-2{width:10%;}

.row{margin-left: 0;margin-right: 0;}

.mar-r-10>div{margin-right: 1rem;}

.gray { 
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
filter: gray; 
} 
.openUrl{cursor: pointer;}


.side-pannel {
    position: fixed;
    width: 50px;
    bottom: 150px;
    right: 60px;
    z-index: 99999999999;
}

.side-bar > a {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar > a:hover { background: #40ca1d; }

.side-bar a.gotop:hover { background: #222; }

.side-bar a.qq i {
    background: url(http://7xtfvp.com1.z0.glb.clouddn.com/side_03.png) no-repeat;
    width: 24px;
    height: 26px;
    display: block;
    margin: 10px auto;
}

.side-bar .dh {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar .dh:hover {
    background: #40ca1d;
}

.side-bar .dh i {
    background: url(http://7xtfvp.com1.z0.glb.clouddn.com/side_06.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    margin: 14px auto;
}

.side-bar a.wx i {
    background: url(http://7xtfvp.com1.z0.glb.clouddn.com/side_10.png) no-repeat;
    width: 26px;
    height: 22px;
    display: block;
    margin: 14px auto;
}

.side-bar a.gotop i {
    background: url(http://7xtfvp.com1.z0.glb.clouddn.com/side_14.png) no-repeat;
    width: 23px;
    height: 13px;
    display: block;
    margin: 17px auto;
}

.side-bar .dh .hide1 {
    width: 166px;
    position: absolute;
    left: -166px;
    top: -35px;
}

.side-bar .dh .hied_con {
    width: 150px;
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 5px 0 15px 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: width .3s ease-in-out;
    display: none;
}

.side-bar .dh:hover .hied_con {
    display: block
}

.side-bar .dh .hied_con:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
    right: 11px;
    top: 58px;
    transform: rotate(45deg);
}

.side-bar .dh .hide1 dl {
    width: 110px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    margin-top: 10px;
}

.side-bar .dh .hide1 dl dt a {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.popover1 {
    width: 360px;
    height: 400px;
    z-index: 100001;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -200px 0 0 -180px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2);
    display: none;
    text-align: center;
}

.popover1 dl {
    margin-top: 60px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.popover1 dl a {
    width: 110px;
    height: 40px;
    background: #24b728;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 40px;
}
