html {
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    height: 100%;
    min-width: 10rem;
    font-size: 125%;
    /*20px = 1rem*/
    background-color: #f5f8fc;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: middle;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

em,
i {
    font-style: normal
}

input{
    vertical-align: middle
}

textarea:focus {
    outline: 0
}

a {
    color: #8f91a1;
    text-decoration: none;
    outline: 0
}

a:active,
a:hover,
a.current {
    outline: 0
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    text-indent: 5px!important;
}

button,
input,
optgroup,
select,
textarea {
    /*color:inherit;*/
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input[type='text'] {
    height: 1.8rem;
    text-indent: 5px;
    font-size: 0.7rem;
    color: rgb(71, 73, 82);
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    border-image: initial;
    border-radius: 0.2rem;
    vertical-align: middle;
}

input[type='password'] {
    height: 1.8rem;
    text-indent: 5px;
    font-size: 0.7rem;
    color: rgb(71, 73, 82);
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
    border-image: initial;
    border-radius: 0.2rem;
    vertical-align: middle;
}

input[type='text']:focus {
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: #3ACBC6 !important;
    border-image: initial;
    border-radius: 0.2rem;
}

/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}

input:-moz-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}

input::-moz-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}

input:-ms-input-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}

textarea::-webkit-input-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}

textarea:-moz-placeholder {
    color: #C1C3D4;
    font-size: 0.7rem;
}

textarea::-moz-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}

textarea:-ms-input-placeholder {
    color: #C1C3D4;
    font-size: 0.8rem;
}
select {
    border: 1px solid #ece9f0;
    height: 1.8rem;
    padding-left: .25rem;
    font-size: .7rem;
    color: #474952;
    outline: medium;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 24px;
    background-color: #fff;
    width: 5rem;
    border-radius: 4px;
}
.Wdate{
    background: #fff ;
    border: none !important;
    border-bottom: 1px solid #DFE2E7 !important;
}
.Wdate:focus{
    border: none !important;
    border-bottom: 1px solid #3ACBC6 !important;
}
.Wdate + span{
    font-size: 0.7rem;
    color: #999999;
    margin: 0 1rem;
}
/*==================================适配==================================*/
@media screen and (max-width:1600px){
    html{font-size: 104%;}
}
@media screen and (max-width:1440px){
    html{font-size: 96%;}
}
@media screen and (max-width:1366px){
    html{font-size: 87%;}
}
@media screen and (max-width: 1280px){
    html{font-size: 81%;}
}
@media screen and (max-width: 540px){
    html{font-size: 126%;}
}

.mCSB_container{
    overflow: initial !important;
}
.mCSB_inside > .mCSB_container{
    margin-right: 0px !important;
}
.mCSB_scrollTools{
    right: -40rem !important;
}

.classflexAr{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items:center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.classflexBe{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items:center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.classflexStart{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items:center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.classflexEnd{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items:center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.big-main-content-body{
    padding: 1rem 2rem 0;
    margin-left: 6.4rem;
}
.hollow-btn{
    color: #56d2d4;
    border: 1px solid #56d2d4;
    border-radius: 4px;
    line-height: 1.5rem;
    padding: 0 10px;
    /* margin-left: 10px; */
    margin-right: 10px;
    font-size: 0.8rem;
    cursor: pointer;
    display: inline-block;
}
.check-box-item, .radio-box-item {
    display: inline-block;
    font-size: .6rem;
    color: #474952;
    margin: 3px 6px;
    cursor: pointer;
}
.check-box-item img, .radio-box-item img {
    margin-right: 6px;
}
textarea{
    width: 50%;
}

.btn-one{
    color: #3ACBC6;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.btn-two{
    color: #F19149;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.btn-three{
    color: #FA8282;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}