* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    display: none;
}
body {
    color: #3C3C3C;
    background: #F1F1F1;
    -webkit-font-smoothing: antialiased;
    /*background-color: #f1f1f1;*/
    /*overflow-x: hidden;*/
}

body, button, input, select, textarea {
    font-family: 'Microsoft Yahei', Tahoma, 'Simsun', arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
    outline: none;
}

input[type = "radio"] {
    vertical-align: middle;
}

ol, li, ul, dl, dt, dd {
    list-style: none
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    -moz-outline-style: none;
    border: 0
}

a:hover {
    text-decoration: none
}

.wrapper {
    width: 100%;
}

.wrapper::after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

/*.inner{*/
/*width: 1200px;*/
/*margin:0 auto;*/
/*}*/
.hidden {
    display: none;
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.txt-cen {
    text-align: center;
}

.overhide {
    overflow: hidden;
}

.clear {
    clear: both;
}

.commonTitle {
    color: #36A7EB;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

/*.commonTitle::before{*/
/*content: '';*/
/*display: inline-block;*/
/*width: 50px;*/
/*border-bottom:3px solid #36A7EB;*/
/*margin: 0 6px;*/
/*vertical-align: middle;*/
/*}*/
.commonTitle::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 2px solid #36A7EB;
}

.indexTitle {
    color: #9C9B9B;
    padding: 5px;
    line-height: 1.8rem;
    padding-left: 25px;
    /*border-bottom: 1px solid #9C9B9B;*/
    position: relative;
}

.indexTitle::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    background-color: #F7DD7A;
    border-radius: 1px;
    left: 10px;
    top: 50%;
    margin-top: -5px;
}

.indexTitle:active {
    background-color: #ddd;
}

.indexTitle i {
    float: right;
    color: #9C9B9B;
    font-size: .5rem;
    line-height: 1.8rem;
}
.indexTitle a{
    display: inline-block;
    width: 100%;
}

.indexTitle2 {
    color: #9C9B9B;
    padding: 5px;
    line-height: 1.8rem;
    padding-left: 20px;
    background-color: #fff;
    margin-top: 5px;
    /*border-bottom: 1px solid #9C9B9B;*/
    position: relative;
}

.indexTitle2::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 14px;
    background-color: #A3E38E;
    border-radius: 1px;
    left: 10px;
    top: 50%;
    margin-top: -7px;
}

.img-response {
    display: block;
    width: 100%;
}
.icotitle{
    color: #9C9B9B;
    padding: 5px;
    line-height: 1.8rem;
    padding-left: 10px;
    background-color: #fff;
    margin-top: 5px;
    /*border-bottom: 1px solid #9C9B9B;*/
    position: relative;
}
.icotitle a i {
    float: right;
    color: #9C9B9B;
    font-size: .5rem;
    line-height: 1.8rem;
}
.icotitle .ico{
    margin-right: 10px;
    color:#F7DD7A ;
}

.titleDotted {
    color: #868686;
    font-size: 1rem;
    text-align: center;
    position: relative;
    padding-bottom: .4rem;
}

.titleDotted > span {
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    padding: 0 6px;
}

.titleDotted::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px dotted #E1E1E1;
}

.commonTitle2 {
    font-size: 1rem;
    font-weight: bold;
    /*margin: .8rem 0;*/
    padding-left: 4%;
    position: relative;
    color: #2c2c2c;
}

.commonTitle2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    height: 80%;
    width: 3px;
    background: #2c2c2c;
}

html {
    font-size: 14px
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width: 415px) and (max-width: 639px) {
    html {
        font-size: 19px
    }
}

@media screen and (min-width: 640px) and (max-width: 719px) {
    html {
        font-size: 24px
    }
}

@media screen and (min-width: 720px) and (max-width: 749px) {
    html {
        font-size: 26.5px
    }
}

@media screen and (min-width: 750px) and (max-width: 799px) {
    html {
        font-size: 27.5px
    }
}

@media screen and (min-width: 800px) {
    html {
        font-size: 29px
    }
}