body {
    width: 100%;
    height: 100%;
    position: relative;
}

.page {
    position: relative;
}


/*a*/

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    cursor: pointer;
}


/*selection*/

::selection {
    color: ;
}

::-moz-selection {
    color: ;
}

::-webkit-scrollbar {
    width: 0;
}


/*table*/

.align_table {
    width: 100%;
    height: 100%;
    position: relative;
    display: table !important;
}

.align_col {
    width: 100%;
    display: table-cell !important;
    vertical-align: middle;
}

.align_row {
    width: 100%;
    display: inline-block;
}

img {
    max-width: 100%;
    max-height: 100%;
}

svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
}


/*input*/

input {
    width: 100%;
    padding: 0 5px;
}

input:-moz-placeholder {
    color: #cbcbcb;
}

input:-ms-input-placeholder {
    color: #cbcbcb;
}

input::-webkit-input-placeholder {
    color: #cbcbcb;
}


/*box shadow*/

.box_shadow {
    box-shadow: 0 -1px #014A97 inset;
}

.box_shadow_l2_top {
    box-shadow: 0 -1px 0 #d9d9d9;
}


/*font*/

.middleline {
    text-decoration: line-through;
}


/*text omit*/

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


/*label*/

.label {
    width: 100%;
    position: relative;
}

.label .ic {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.label .content {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.label_l30 {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.label_l44 {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
}

.label_l50 {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.label_l64 {
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
}

.label_l80 {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}

.label_l50_right {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-image: url(../img/slice/btn/btn_arrow_small_subc_right@3x.png);
    background-repeat: no-repeat;
    background-position: 95.7% center;
    background-size: 8px 13px;
}

.label_l64_right {
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    background-image: url(../img/slice/btn/btn_arrow_small_subc_right@3x.png);
    background-repeat: no-repeat;
    background-position: 95.7% center;
    background-size: 8px 13px;
}

.label .value {
    float: right;
    color: #7f7f7f;
}


/*line*/

.line {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.line_l15 {
    width: 96%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    background-color: #d9d9d9;
}

.line_l30 {
    width: 94%;
    height: 1px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 3%;
    background-color: #d9d9d9;
}

.line_h10 {
    width: 100%;
    height: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #f4f4f4;
}


/*line dotted*/

line_l15_dotted {
    width: 96%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px dotted #d9d9d9;
}


/*check box*/

.checkbox {
    background-image: url(../img/slice/btn/btn_choose@3x.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    /*border-radius: 100px;
    border: 1px solid #7f7f7f;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.checkbox.active {
    background-image: url(../img/slice/btn/btn_choose_active@3x.png);
}


/*scroll point*/

.scroll_point {
    position: relative;
    margin: 50px auto 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ic_point {
    width: 7px;
    height: 7px;
    border-radius: 100px;
    border: 1px solid white;
    display: inline-block;
    margin: 3.5px;
}

.ic_point.active {
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-color: white;
    display: inline-block;
    margin: 3.5px;
}