/*CSS reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

a {
    color: #0099ff;
    text-decoration: none;
}

a:hover {
    color: #d12e25!important;
}

p,
td,
li {
    color: #656565;
}

body {
    font-family: 'Pingfang SC', "Microsoft YaHei";
    font-size: 12px;
    background: #ffffff;
}


/*æ–‡å­—æŽ’ç‰ˆ*/

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}


/*å®šä½*/

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.ter {
    text-align: right
}

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

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

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

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.none {
    display: none !important;
}


/*é•¿åº¦é«˜åº¦*/

.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w50 {
    width: 50px
}

.w60 {
    width: 60px
}

.w70 {
    width: 70px
}

.w80 {
    width: 80px
}

.w90 {
    width: 90px
}

.w100 {
    width: 100px
}

.w120 {
    width: 120px
}

.w150 {
    width: 150px
}

.w170 {
    width: 170px
}

.w200 {
    width: 200px
}

.w230 {
    width: 230px;
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w400 {
    width: 400px
}

.w500 {
    width: 500px
}

.w600 {
    width: 600px
}

.w700 {
    width: 700px
}

.w800 {
    width: 800px
}

.w {
    width: 100%
}

.h20 {
    height: 20px;
}

.h50 {
    height: 50px
}

.h45 {
    height: 45px;
}

.h40 {
    height: 40px;
}

.h80 {
    height: 80px
}

.h100 {
    height: 100px
}

.h200 {
    height: 200px
}

.h {
    height: 100%
}


/*è¾¹è·*/

.mb5 {
    margin-bottom: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m30 {
    margin: 30px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb28 {
    margin-bottom: 28px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb100 {
    margin-bottom: 100px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml45 {
    margin-left: 45px;
}

.ml20 {
    margin-left: 20px
}

.ml120 {
    margin-left: 120px
}

.ml30 {
    margin-left: 30px
}

.ml50 {
    margin-left: 50px
}

.ml55 {
    margin-left: 55px;
}

.ml100 {
    margin-left: 100px
}

.ml147 {
    margin-left: 147px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr50 {
    margin-right: 50px
}

.mr100 {
    margin-right: 100px
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt50 {
    padding-top: 50px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb50 {
    padding-bottom: 50px
}

.pb100 {
    padding-bottom: 100px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl50 {
    padding-left: 50px
}

.pl100 {
    padding-left: 100px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr50 {
    padding-right: 50px
}

.pr100 {
    padding-right: 100px
}


/*å…¶ä»–*/

.nobr {
    border: none;
}

.t_color_1 {
    color: #333333;
}

.t_color_2 {
    color: #656565;
}

.t_color_3 {
    color: #999999;
}

.green {
    color: #339900;
}

th.td {
    text-align: center;
}

.w227 {
    width: 227px;
}

.red {
    color: #e4393c;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

pre {
    /*å¼ºåˆ¶æ¢è¡Œ*/
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*page*/

.page .digg a {
    text-align: center;
    display: inline-block;
    border: #cccccc 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #7a7a7a;
    width: 13px;
    height: 18px;
}

.page .digg a:hover {
    border: #363e62 1px solid;
    color: #7a7a7a !important;
}

.page .digg a:active {
    border: #000099 1px solid;
}

.page .digg a.dianji:hover {
    color: #fff !important;
}

.page .digg a.dianji {
    display: inline-block;
    border: #363e62 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    color: #fff;
    background: #363e62;
}

.page .digg span.disabled {
    padding: 2px 5px;
    border: #eee 1px solid;
    margin: 2px;
    color: #ddd;
}

.page .digg .next {
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    border: #cccccc 1px solid;
    margin: 2px;
    color: #7a7a7a;
    width: 62px;
    height: 18px;
    cursor: pointer;
}

.page .digg .next:hover {
    background: #363e62;
    color: #fff !important;
    border: 1px solid #363e62;
}

.page .digg .prev {
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    border: #cccccc 1px solid;
    margin: 2px;
    color: #7a7a7a;
    width: 62px;
    height: 18px;
    cursor: pointer;
}

.page .digg .prev:hover {
    background: #363e62;
    color: #fff !important;
    border: 1px solid #363e62;
}

.page .digg .toNum {
    color: #7a7a7a;
    display: inline-block;
    margin-left: 10px;
}

.page .digg .toNum input {
    height: 18px;
    width: 50px;
    margin: 0 5px;
}

.page .confirm-btn {
    float: right;
    width: 62px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #363e62;
    color: #fff;
    cursor: pointer;
    margin-left: 22px;
}

.page .digg .current {
    display: inline-block;
    border: #363e62 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    color: #fff;
    background: #363e62;
    text-align: center;
    margin: 2px;
    width: 13px;
    height: 18px;
}

.page .digg {
    width: 100%;
    text-align: right;
}

.common-alert-container{
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.common-alert-container .alert-box{
    position: absolute;
    background-color: white;
    height: auto;
    min-width: 360px;
    padding: 30px;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    margin-top: -160px;
}
.common-alert-container .alert-box.tips{
    top:100%;
    margin-top: -20px;
}
.common-alert-container .alert-box .alert-title{
    font-size: 18px;
    color: black;
    text-align: center;
    max-width: 400px;
}
.common-alert-container .alert-box .alert-content{
    font-size: 14px;
    color: #5f6572;
    text-align: center;
    max-width: 400px;
    margin-top: 20px;
}
.common-alert-container .alert-box.tips .alert-content{
    margin-top: 0;
}
.common-alert-container .alert-box .confirm-btn{
    background-color: #363e62;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    width: 100px;
    height: 32px;
    margin: 20px auto 0;
    cursor: pointer;
}
.common-alert-container .alert-box .couple-bar{
    margin: 20px auto 0;
    overflow: hidden;
}
.common-alert-container .alert-box .couple-bar .confirm-btn{
    margin: 0 0 0 40px;
    float: left;
}
.common-alert-container .alert-box .couple-bar .cancel-btn{
    border: 1px solid #8c8c8c;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 30px;
    text-align: center;
    width: 98px;
    height: 30px;
    margin-right: 40px;
    float: right;
    cursor: pointer;
}

.common-loading-container{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
}

.common-loading-container .loading-box{
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 24px;
    width: 130px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -65px;
}

.common-loading-container .loading-box .loading-img{
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    margin: 9px auto;
}

.title {
  text-transform: capitalize;
}

/* ========================================================================
   Component: form
 ========================================================================== */
.ui-label {
    font-size: 13px;
    width: 110px;
    margin-right:10px;
    text-transform: capitalize;
    display:inline-block;
 }

.ui-input,
.ui-textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

.ui-input {
  overflow: visible;
}

.ui-input.inline {
  display:inline-block;
}

.ui-input[type="search"]::-webkit-search-cancel-button,
.ui-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ui-input[type="number"]::-webkit-inner-spin-button,
.ui-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.ui-input::-moz-placeholder,
.ui-textarea::-moz-placeholder {
  opacity: 1;
}
.ui-input,
.ui-textarea {
  -webkit-appearance: none;
}
.ui-input,
.ui-select,
.ui-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 6px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}
.ui-input,
.ui-select:not([multiple]):not([size]) {
  vertical-align: middle;
  /* 1 */
  display: inline-block;
  /* 2 */
  height: 30px;
  line-height: 28px;
}
.ui-select[multiple],
.ui-select[size],
.ui-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.ui-input:focus,
.ui-select:focus,
.ui-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #363E62;
}
.ui-input:disabled,
.ui-select:disabled,
.ui-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
.ui-input:-ms-input-placeholder {
  color: #999 !important;
}
.ui-input::-moz-placeholder {
  color: #999;
}
.ui-input::-webkit-input-placeholder {
  color: #999;
}
.ui-textarea:-ms-input-placeholder {
  color: #999 !important;
}
.ui-textarea::-moz-placeholder {
  color: #999;
}
.ui-textarea::-webkit-input-placeholder {
  color: #999;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
.ui-text-bold {
  font-weight: bolder;
}
.ui-text-uppercase {
  text-transform: uppercase !important;
}
.ui-text-capitalize {
  text-transform: capitalize !important;
}
.ui-text-lowercase {
  text-transform: lowercase !important;
}

/* Button Component */
.ui-button {
    /* 1 */
    margin: 0;
    /* 2 */
    border: none;
    /* 3 */
    overflow: visible;
    /* 4 */
    font: inherit;
    color: inherit;
    /* 5 */
    text-transform: none;
    /* 6 */
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    /* 7 */
    line-height: 38px;
    /* 8 */
    text-align: center;
    /* 9 */
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
}
.ui-button:not(:disabled) {
  cursor: pointer;
}
.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-button:hover {
  /* 8 */
  text-decoration: none;
}
/* Focus */
.ui-button:focus {
  outline: none;
}
.ui-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.ui-button-default:hover,
.ui-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
.ui-button-default:active,
.ui-button-default.ui-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}
/*
 * Primary
 */
.ui-button-primary {
  background-color: #363E62;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.ui-button-primary:hover,
.ui-button-primary:focus {
  background-color: #565c77;
  color: #fff !important;
}
/* OnClick + Active */
.ui-button-primary:active,
.ui-button-primary.ui-active {
  background-color: #565c77;
  color: #fff;
}
/*
 * Secondary
 */
.ui-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover + Focus */
.ui-button-secondary:hover,
.ui-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}
.ui-button-secondary:active,
.ui-button-secondary.ui-active {
  background-color: #080808;
  color: #fff;
}
.ui-button-default:disabled,
.ui-button-primary:disabled,
.ui-button-secondary:disabled,
.ui-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.ui-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}
.ui-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}
.ui-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.ui-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.ui-button-text:hover,
.ui-button-text:focus {
  color: #333;
}
.ui-button-text:hover::before,
.ui-button-text:focus::before {
  right: 0;
}
.ui-button-text:disabled {
  color: #999;
}
.ui-button-text:disabled::before {
  display: none;
}
.ui-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
.ui-button-link:hover,
.ui-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}
.ui-button-link:disabled {
  color: #999;
  text-decoration: none;
}
