/* css reset */
body,dl,dd,h1,h2,h3,h4,h5,h6,p,form,object,blockquote,pre,legend,button,caption,abbr,address,acronym,cite,code,del,dfn,em,ins,kbd,q,samp,small,strike,sub,sup,tt,var,b,u,i,center,section,article,aside,header,footer,nav,menu,hgroup,dialog,details,summary,figure,figcaption,canvas,embed,output,ruby,time,mark,audio,video
    {
    margin: 0;
}

button {
    padding: 0;
}

section,article,aside,header,footer,nav,menu,hgroup,dialog,details,figure,figcaption {
    display: block;
}

ul,ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a img,:link img,:visited img {
    border: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    background: #fff;
    color: #333;

}

input,textarea,select {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.clear {
    clear: both;
}

.clearfix, .container, .mainer-wrap {
    *zoom: 1;
}

.clearfix:after, .container:after, .mainer-wrap:after {
    content: "clear";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.bn {
    border: none;
}

.cb {
    color: #000;
}

.cr {
    color: red;
}

.cw {
    color: #fff;
}

.c-lightgray {
    color: #ddd;
}

.c-middlegray {
    color: #bababa;
}

.c-darkgray {
    color: #888;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.dfr {
    display: flex;
    flex-flow: row;
}

.dfc {
    display: flex;
    flex-flow: column;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c0 {
    color: #000;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.cod {
    color: #f60;
}

.col {
    color: #f90;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.fa {
    font-family: Arial;
}

.fg {
    font-family: Georgia;
}

.fs {
    font-family: "simsun";
}

.fss {
    font-family: Sans-Serif;
}

.fv {
    font-family: Verdana;
}

.fw {
    font-family: Microsoft YaHei;
}

.f-read{
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.ti2 {
    text-indent: 2em;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.vm {
    vertical-align: middle
}

.vb {
    vertical-align: bottom;
}

.vt {
    vertical-align: top;
}

.vtb {
    vertical-align: text-bottom;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.zoom {
    *zoom: 1
}

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.oh {
    overflow: hidden;
}

.vh {
    visibility: hidden;
}

.vv {
    visibility: visible;
}

.tdl {
    text-decoration: underline;
}

.tdn,.tdn:hover,a.tdl:hover {
    text-decoration: none;
}

.lh14 {
    line-height: 14px;
}

.lh16 {
    line-height: 16px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.m0 {
    margin: 0;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mrn1 {
    margin-right: -1px;
}

.mrn3 {
    margin-right: -3px;
}

.mrn4 {
    margin-right: -4px;
}

.mrn5 {
    margin-right: -5px;
}

.mln1 {
    margin-left: -1px;
}

.mln3 {
    margin-left: -3px;
}

.mln4 {
    margin-left: -4px;
}

.mln5 {
    margin-left: -5px;
}

.mln10 {
    margin-left: -10px;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: -1px;
}

.ml-3 {
    margin-left: -3px;
}

.mt-1 {
    margin-top: -1px;
}

.p1 {
    padding: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pt1 {
    padding-top: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.p2 {
    padding: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pt2 {
    padding-top: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.lt0 {
    letter-spacing: 0;
}

.lt1 {
    letter-spacing: 1px;
}

.w {
    width: 100%
}

.w10 {
    width: 10px
}

.w11 {
    width: 11px
}

.w12 {
    width: 12px
}

.w13 {
    width: 13px
}

.w14 {
    width: 14px
}

.w15 {
    width: 15px
}

.w20 {
    width: 20px
}

.w25 {
    width: 25px
}

.w30 {
    width: 30px
}

.w35 {
    width: 35px
}

.w40 {
    width: 40px
}

.w45 {
    width: 45px
}

.w50 {
    width: 50px
}

.w60 {
    width: 60px
}

.w70 {
    width: 70px
}

.w80 {
    width: 80px
}

.w90 {
    width: 90px
}

.w100 {
    width: 100px
}

.w150 {
    width: 150px
}

.w200 {
    width: 200px
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w350 {
    width: 350px
}

.w400 {
    width: 400px
}

.w450 {
    width: 450px
}

.w500 {
    width: 500px
}

.w600 {
    width: 600px
}

.w700 {
    width: 700px
}

.w800 {
    width: 800px
}

.wp8 {
    width: 8%;
}

.wp10 {
    width: 10%;
}

.wp13 {
    width: 13%;
}

.wp15 {
    width: 15%;
}

.wp20 {
    width: 20%;
}

.wp25 {
    width: 25%;
}

.wp30 {
    width: 30%;
}

.h {
    height: 100%
}

.h14 {
    height: 14px;
}

.h16 {
    height: 16px;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h22 {
    height: 22px;
}

.h24 {
    height: 24px;
}

.h50 {
    height: 50px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.r90 {
    transform: rotate(90deg);
}

.r180 {
    transform: rotate(180deg);
}

.r270 {
    transform: rotate(270deg);
}

.gray-border {
    border: 1px solid #ccc;
}

/* global layout css */
.wrapper {
    width: 978px;
    margin: 0 auto;
    padding-top: 8px;
    position: relative;
    background: #fff;
}

/* common-pagination */
.pagination {
    font-size: 80%;
}

.pagination a {
    border: solid 1px #aae;
    color: #15b;
}

.pagination a,.pagination span {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1em;
    text-align: center;
}

.pagination .current {
    color: #fff;
    border: solid 1px #aae;
}

.pagination .current.prev,.pagination .current.next {
    color: #999;
    border-color: #999;
    background: #fff;
}

/* basic layout css */
.list-view {
    font-size: 100%;
}

.list-view::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-item {
    border: 1px solid #e5e5e5;
    float: left;
    width: 160px;
    height: 240px;
    padding: 20px 10px;
    position: relative;
    _overflow-x: hidden;
}

/* popup & mask */
.popup-wrapper {
    display: inline-block;
    margin-left: 32px;
    *display: inline;
    *zoom: 1;
}

.popup {
    position: fixed;
    _position: absolute;
    width: 440px;
    height: 160px;
    top: 180px;
    left: 50%;
    margin-left: -200px;
    background-color: #fefefe;
    z-index: 10086;
    font-size: 14px;
    box-shadow: 0 0 18px 2px grey;
    text-align: left;
}

.popup-title {
    padding: 8px 15px;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    height: 25px;
}

#popup_title {
    margin-top: 3px;
}

.popup-title .close {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 22px;
    color: #999;
    text-decoration: none;
}

.popup-title .close:hover {
    text-decoration: none;
}

.popup-content {
    padding: 0 26px 16px 26px;
}

.popup-content .title {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.popup-content .content {
    margin-bottom: 36px;
}

.popup-mask {
    padding: 0;
    margin: 0;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _width: 10000px;
    _height: 10000px;
    _overflow: hidden;
    background-color: grey;
    z-index: 10010;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#popup_notice {
    text-align: center;
    vertical-align: top;
}

#popup_button {
    text-align: center;
    margin-top: 10px;
}

.popup-mark-point {
    background-color: #f6f6f6;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 4px 5px 0 0;
}

.popup-button {
    background-color: #f6f6f6;
    height: 22px;
    border: 1px solid #b7b7b7;
    display: inline;
    padding: 0 10px;
    margin: 0 4px;
    cursor: pointer;
}

/* btn */
.btn{
    background-color: #cdcdcd;
    border: 0px;
    color: #fff;
    font-size: 14px;
    width: 200px;
    padding: 13px 0px;
    text-align: center;
}

.btn-orange{
    background-color: #f90;
}
/* ui page - pagination */
.page-list-wrap {
  text-align: center;
  padding: 12px 0 0;
}
.ui-pager {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-pager li {
  display: inline-block;
  margin-right: 10px;
}
.ui-pager li a {
  padding: 6px 10px 4px;
  background-color: #f1f1f1;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.ui-pager .ui-pager-active a {
  color: #fff;
  background-color: #f90;
}

.init-height {
    height: inherit;
}

.t3 {
    top: 3px;
}

.t5 {
    top: 5px;
}

