.ub
{
	display: -webkit-box !important;
	display: box !important;
	position:relative;
}

.ub-rev
{
	-webkit-box-direction:reverse;
	box-direction:reverse;
}

.ub-fh
{
	width:100%;
}

.ub-fv
{
	height:100%;
}

.ub-con
{
	position:absolute;
	width:100%;
	height:100%;
}

.ub-ac
{
	-webkit-box-align:center;
	box-align:center;
}
.ub-ae
{
	-webkit-box-align:end;
	box-align:end;
}

.ub-pc
{
	-webkit-box-pack:center;
	box-pack:center;
}
.ub-pe
{
	-webkit-box-pack:end;
	box-pack:end;
}
.ub-pj
{
	-webkit-box-pack:justify;
	box-pack:justify;
}

.ub-ver
{
	-webkit-box-orient:vertical;
	box-orient:vertical;
}
.ub-hor{
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
}

.ub-f1
{
	position:relative;
	-webkit-box-flex: 1; 
	box-flex: 1;
}

.ub-f2
{
	position:relative;
	-webkit-box-flex: 2;
	box-flex: 2; 
}

.ub-f3
{
	position:relative;
	-webkit-box-flex: 3;
	box-flex: 3;
}

.ub-f4
{
	position:relative;
	-webkit-box-flex: 4;
	box-flex: 4;
}

.ub-img
{
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img1
{	
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img2
{
	background-repeat:repeat-x;
	background-size:auto 100%
}
.ub-img3
{
	background-repeat:repeat-y;
	background-size:100% auto
}

.ub-img4
{
	-webkit-background-size:100% auto;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img5
{
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img6
{
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img7
{
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
}
.icon-act .icon-back {
    background-image: url('../images/icon-back-act.png') !important;
}
.icon-back {
    background-image: url('../images/icon-back.png') !important;
}

.btn {
    padding: .2rem 0.9rem;
    min-height: 2.6rem;
    font-size: 1rem;
    text-align: center;
}

.nav-btn {
    min-height: 2rem;
    min-width: 4rem;
    display: -webkit-box !important;
    display: box !important;
    position: relative;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
}

.btn-act {
    opacity: 0.6
}

.uinput input, .uinput textarea {
    margin: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    padding: .4rem 0;
    line-height: 1.2rem;
    background: none;
    text-decoration: none;
    font-size: 1rem;
    display: block;
}

.uinput textarea {
    min-height: 5rem;
}

.checkbox, .radiobox {
    width: 1.8rem;
    height: 1.8rem;
}

.checkbox input[type=checkbox], .radiobox input[type=radio] {
    -webkit-appearance: none;
    background-color: transparent;
    outline: 0 !important;
    border: 0;
    font-size: 1rem !important;
}

.checkbox input[type=checkbox]:before, .radiobox input[type=radio]:before {
    display: inline-block;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.8rem;
    font-weight: thin;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(212,212,212);
}

.checkbox input[type=checkbox]:checked:before, .radiobox input[type=radio]:checked:before {
    color: rgb(101,200,104);
}

.checkbox input[type=checkbox]:before {
    content: "\f096";
}

.checkbox input[type=checkbox]:checked:before {
    content: "\f14a";
}


.text {
    -webkit-box-flex: 1;
    box-flex: 1;
    padding: 0 1rem;
}
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

/*html{
    font-size: 100%;
}*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer
}

div {
    outline: 0 !important;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

ul, li {
    list-style: none;
}

.uc-tl {
    -webkit-border-top-left-radius: .6rem;
    border-top-left-radius: .6rem
}

.uc-tr {
    -webkit-border-top-right-radius: .6rem;
    border-top-right-radius: .6rem
}

.uc-bl {
    -webkit-border-bottom-left-radius: .6rem;
    border-bottom-left-radius: .6rem
}

.uc-br {
    -webkit-border-bottom-right-radius: .6rem;
    border-bottom-right-radius: .6rem
}

.uc-t {
    -webkit-border-top-left-radius: .6rem;
    border-top-left-radius: .6rem;
    -webkit-border-top-right-radius: .6rem;
    border-top-right-radius: .6rem
}

.uc-b {
    -webkit-border-bottom-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
    -webkit-border-bottom-right-radius: .6rem;
    border-bottom-right-radius: .6rem
}

.uc-r {
    -webkit-border-top-right-radius: .6rem;
    border-top-right-radius: .6rem;
    -webkit-border-bottom-right-radius: .6rem;
    border-bottom-right-radius: .6rem
}

.uc-l {
    -webkit-border-top-left-radius: .6rem;
    border-top-left-radius: .6rem;
    -webkit-border-bottom-left-radius: .6rem;
    border-bottom-left-radius: .6rem
}

.uc-a {
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.uc-n {
    -webkit-border-radius: 0;
    border-radius: 0
}

.uc-tl1 {
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem
}

.uc-tr1 {
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem
}

.uc-bl1 {
    -webkit-border-bottom-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

.uc-br1 {
    -webkit-border-bottom-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.uc-t1 {
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem
}

.uc-b1 {
    -webkit-border-bottom-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.uc-r1 {
    -webkit-border-top-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.uc-l1 {
    -webkit-border-top-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

.uc-a1 {
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem
}
.uc-a3 {
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem
}
.uc-a2 {
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem
}
.uc-tl, .uc-tr, .uc-bl, .uc-br, .uc-t, .uc-b, .uc-r, .uc-l, .uc-a, .uc-n, .uc-tl1, .uc-tr1, .uc-bl1, .uc-br1, .uc-t1, .uc-b1, .uc-r1, .uc-l1, .uc-a1, .uc-a2, .uc-a3 {
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.us {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}
.us1 {
    -webkit-box-shadow: 0 1px 4px rgba(120, 120, 120, .3);
    box-shadow: 0 1px 4px rgba(120, 120, 120, .3)
}
.us-i {
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .4)
}

.uts {
    text-shadow: 0px 2px 2px #000;
}

.um, .um body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica;
}

.um-vp {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none
}

.um-vp .up {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    border: 0
}
.up1 {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
    border: 0
}
.uh, .uf {
    display: block;
    width: 100%;
    font-size: 1rem;
}

.up .uh, .up .uf, .pos_re {
    position: relative
}

.uh .ut, .uf .ut {
    padding: .72rem 1rem .72rem;
    margin: 0;
}

.ufl {
    float: left !important;
}
.ufr {
    float: right !important;
}

.ulev2 {
    font-size: 1.5rem !important;
}

.ulev1 {
    font-size: 1.2rem !important;
}

.ulev0 {
    font-size: 1.0rem !important;
}

.ulev-1 {
    font-size: 0.8125rem !important;
}

.ulev-2 {
    font-size: 0.625rem !important;
}
.ulev-3 {
    font-size: 1.0625rem !important;
}
.ulev-4 {
    font-size: 0.75rem !important;
}
.ulim {
    max-width: 5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.uinl {
    display: inline-block;
    position: relative;
}

.uinn {
    padding: 0.5rem;
    margin: 0;
}
.uinn1 {
    padding: 0 0.5rem;
    margin: 0;
}
.uinn2 {
    padding: 0.5rem 1rem;
    margin: 0;
}
.uinn3 {
    padding: 0.2rem;
    margin: 0;
}
.uinn4 {
    padding: 0 0.2rem;
    margin: 0;
}
.uinn5 {
    padding: 0.75rem 0.5rem;
    margin: 0;
}
.uinn7 {
    padding: 0.66rem 0.375rem;
    margin: 0;
}
.umh1 {
    min-height: 1rem;
}

.umh2 {
    min-height: 1.2rem;
}

.umh3 {
    min-height: 1.5rem;
}

.umh4 {
    min-height: 2rem;
}
.umh5 {
    min-height: 3rem;
}
.umh6 {
    min-height: 4rem;
}
.umh7 {
    min-height: 1.8rem;
}
.umw1 {
    min-width: 1rem;
}
.umw1-5 {
    min-width: 1.5rem;
}

.umw2 {
    min-width: 2rem;
}

.umw3 {
    min-width: 3rem;
}

.umw4 {
    min-width: 4rem;
}

.tx-l {
    text-align: left;
}
.tx-r {
    text-align: right;
}
.tx-c {
    text-align: center;
}

.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important
}

.ut-m {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important
}

.uba {
    border: 1px solid;
}
.uba1 {
    border: 2px solid;
}
.uba2 {
    border: 3px solid;
}

.ubt {
    border-top: 1px solid;
}
.ubb {
    border-bottom: 1px solid;
}

.ubl {
    border-left: 1px solid;
}

.ubr {
    border-right: 1px solid;
}

.uhide {
    display: none !important;
}

.umar-b {
    margin-bottom: 0.4rem;
}
.umar-t {
    margin-top: 0.4rem;
}
.umar-l {
    margin-left: 0.4rem;
}
.umar-r {
    margin-right: 0.4rem;
}
.umar-a {
    margin: 0.4rem;
}


.ani-act {
    transform: scale(0.95,0.97);
    -webkit-transform: scale(0.95,0.97);
    -webkit-transition-duration: 300ms;
    opacity: .7;
}

.uh_ios7 .uh {
    padding: 1rem 0 0;
}
/*****************************************/
/*基础header颜色*/
.bc-head {
    background-color: #3595de;
}
/*****************************************/
/*基础body背景颜色*/
.bc-bg {
    background-color: #f5f5f9;
}
/*辅助控件背景颜色*/
.sc-bg {
    background-color: #FFFFFF;
}
/*辅助控件背景颜色*/
.sc-bg-active {
    background-color: #EEEEEE;
}
/*警告背景色*/
.sc-bg-alert {
    background-color: #F16412;
}
/*****************************************/
/*基础字体颜色*/
.bc-text {
    color: black;
}
/*基础标题字体颜色*/
.bc-text-head {
    color: white;
}
/*辅助字体颜色*/
.sc-text {
    color: #848484;
}
/*辅助字体颜色*/
.sc-text-active {
    color: #dd3030 !important;
}
/*辅助字体颜色*/
.sc-text-hint {
    color: #E3E3E3;
}
/*辅助字体颜色*/
.sc-text-warn {
    color: #FC7800;
}
/*辅助字体颜色*/
.sc-text-tab {
    color: #636363;
}
/*****************************************/
/*基础边框颜色*/
.bc-border {
    border-color: #ccc;
}
/*辅助边框颜色*/
.sc-border {
    border-color: #FFFFFF;
}
.sc-border-tab {
    border-color: #dd3030;
}
/*****************************************/
/*基础按钮颜色*/
.bc-btn {
    background-color: #DD3030;
}
/*辅助按钮颜色*/
.sc-btn {
    background-color: #F7CB8C;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('./fontawesome-webfont.ttf?v=4.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.fa-2x{font-size:2rem}
.fa-angle-left:before{content:"\f104"}*/
.left{
    width:1.15625rem;
    height:1.15625rem;
    background: url(../images/icon-back.png);
    background-size: 100%;
}
a{text-decoration: none;color: #000000;}