@charset "utf-8";
html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 70.3%;
    }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
    html {
        /*font-size: 73.24%;*/
        font-size: 73%;
    }
}

@media screen and (min-width: 384px) and (max-width: 399px) {
    html {
        font-size: 75%;
    }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
    html {
        font-size: 78.125%;
    }
}

@media screen and (min-width: 414px) and (max-width: 431px) {
    html {
        font-size: 80.86%;
    }
}

@media screen and (min-width: 432px) and (max-width: 480px) {
    html {
        font-size: 84.375%;
    }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
    html {
        font-size: 84.375%;
    }
}


input,
textarea,
button,
a,
select {
    outline: 0;
    font-size: inherit;
}
textarea{
        -webkit-appearance: none;
}
input:focus,
textarea:focus,
button:focus,
a:focus,
select:focus {
    outline: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
fieldset,
textarea {
    margin: 0
}

fieldset,
legend,
textarea,
input {
    padding: 0
}

ul,
ol {
    padding-left: 0;
    list-style-type: none
}

a img,
fieldset {
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    border: none;
    background: none
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

i,
u,
dfn,
em,
address {
    font-style: normal;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fef6e9 inset;
  transition: background-color 5000s ease-in-out 0s;
}

select {
    border-radius: 0;
    -webkit-border-radius: 0
}

body {
    line-height: 1.6;
    /*font-family: "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Zen Hei", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color: #222;
    font-size: 1.26666666rem
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 去掉点击时效果 */
}

textarea,
input {
    color: #222
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #a3a3a3
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #a3a3a3
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #a3a3a3
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #a3a3a3
}

textarea.placeholder,
input.placeholder {
    color: #a3a3a3
}

textarea {
    resize: none;
    overflow-y: auto
}

a {
    color: #459ae9;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button,
input,
select,
textarea {
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif
}

s {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-decoration: none;
}

*:before,
*:after,
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='date'] {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hid {
    display: none
}

.pb4rem {
    padding-bottom: 4rem;
}

.bgf3 {
    background-color: #F3F3F5;
}

.pd15 {
    padding: 1.5rem
}

.pd1 {
    padding: 1rem
}

.white-bg {
    background-color: #fff;
}

.pt0 {
    padding-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt2 {
    margin-top: 2rem !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt22{
    margin-top: 22px !important;
}
.flex {
    display: flex
}

.bgnone {
    background: none !important
}
.bgf{
    background: #fff !important
}
.bornone {
    border: none !important;
}
/* .bob {
    border-bottom: 1px solid #eee !important;
} */
.gray {
    color: #adadad
}

.hd-flex {
    height: 4rem;
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.hd-lefticon {
    width: 4rem;
    text-align: center;
    color: #0692e1;
    line-height: 4rem;
    font-size: 2.68888888rem;
    position: relative;
}
.bgblue{
    background-color: #1b82d2;
    color: #fff;
    border-bottom: none
}
.bgblue .hd-lefticon{
    color: #fff
}

.hd-lefticon .fa-search {
    font-size: 1.9999rem;
    position: absolute;
    left: 25%;
    top: 25%;
    -webkit-text-stroke: 2px #108feb;
}

.hd-c-tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 1.46666rem;
    line-height: 4rem;
    
}

.hd-c-tit em {
    font-size: 1.3rem
}

.hd-c-tit select {
    position: absolute;
    opacity: 0;
    margin-left: -2rem;
    width: 2.4rem;
    height: 3.5rem;
}

.hd-c-tit .fa {
    font-size: 2rem;
    vertical-align: middle;
}

.hd-c-tit .select-icon {
    display: inline-block;
    width: 20px;
    height: 3.5rem;
    vertical-align: middle;
    margin-left: 5px;
    padding: 0 .5rem;
    background: url(../img/selectdon.png) no-repeat center center;
    background-size: 70% auto;
}

.hd-righticon {
    width: 3.5rem;
    text-align: center;
    color: #fff;
    line-height: 3.5rem;
    font-size: 2rem
}

.hd-lefticon-zc {
    width: 3.5rem;
    background: url(../img/fanhui.png) no-repeat center center;
    background-size: 55% auto;
}

.hd-c-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1rem;
    height: 65%;
    margin-top: .7rem;
    margin-right: 10px;
    padding: 5px 10px 5px 2px;
    position: relative;
}

.hd-search-btn {
    border: none;
    font-size: 1.4rem;
    padding: 0 1rem;
    color: #000000;
    background: none;
}

.hd-c-search .search-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background-color: transparent;
    padding-right: 10px;
}

.hd-mic {
    font-size: 1.6rem;
    padding: 0 .5rem 0 1rem;
    position: relative;
    /*right: 15px;*/
    top: -2px;
    z-index: 55
    /*margin-top: -4px;*/
}

/* .hd-right-size {
    font-size: 1.6rem !important;
    width: 6rem
} */

.comment-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}

.comment-btn a {
    background-color: rgb(16, 143, 235);
    height: 3.6rem;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 3.6rem;
    font-size: 1.4444rem;
    letter-spacing: 2px;
}

.comment-btn p {
    color: #ddd;
    line-height: 2.5rem
}

.borb {
    position: relative;
}

.bonone {
    border: none !important;
}

.bot-none {
    border-top: none !important;
}
/* .bob{border-bottom: 1px solid #eee} */
.angle-right {
    /* width: 2rem; */
    text-align: right;
    font-size: 1.666rem;
    -webkit-box-align: center;
    display: -webkit-box;
    color: #b8b8b8
}

.nopage {
    font-family: "黑体";
    display: inline-block;
    color: #FFFFFF;
    width: 90px;
    font-size: 80px;
    background-color: #10AEFF;
    border-radius: 45px;
    height: 90px;
    line-height: 90px
}


/*@media screen and (max-width:320px ) {
    html{font-size: 32px;}
}
@media screen and (min-width:360px){
    html{font-size:37.5px;}
}
@media screen and (min-width:414px ) {
    html{font-size: 41.4px;}
}


@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2){
      html{font-size: 37.5px;}
}*/


/*头部*/


/*侧导

/*input::-webkit-input-placeholder{ color: red;}

.click{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);//去除手机版点击时候的效果
}*/