*,
::after,
::before {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    /*清除点击默认的高亮效果*/
    -webkit-box-sizing: border-box;
    /*以你的border开始计算宽度*/
}
html {
    font-size: 20px;
    width: 100%;
    height: auto !important;
}

body {
    font-size: 20px;
    font-family: "微软雅黑", "宋体", tahoma, Srial, helvetica, sans-serif;
    /*第二个是手机默认的字体*/
    color: #000;
    height: auto !important;
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

a:hover {
    text-decoration: none;
    color: #000;
}

p {
    margin: 0;
}

i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input,
textarea {
    border: none;
    resize: none;
    outline: none;
    /*清除默认选中框*/
    -webkit-appearance: none;
    /*清除移动设备的样式*/
}

button {
    /*消除button的默认样式*/
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    /*自定义边框*/
    outline: none;
    /*消除默认点击蓝色边框效果*/
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}
/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}
.tc{
    text-align: center;
}

@font-face {
    font-family: "iconfont"; /* Project id 2749293 */
    src: url('https://at.alicdn.com/t/font_2749293_603varz6rex.woff2?t=1631950018242') format('woff2'),
    url('https://at.alicdn.com/t/font_2749293_603varz6rex.woff?t=1631950018242') format('woff'),
    url('https://at.alicdn.com/t/font_2749293_603varz6rex.ttf?t=1631950018242') format('truetype');
}

.iconfont {
    float: right;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou:before {
    content: "\e60d";
}

/*清除浮动*/

.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.container {
    padding-left: 0;
    padding-right: 0;
}
/* 滚动条 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
    z-index: 999;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: rgba(245, 245, 245, 0.5);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(61, 61, 61,.5);
}
/*居中*/
.flexAlign{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*居中顶部*/
.flexAlignStart{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: start;
    align-items: start;
}
/*两端对齐*/
.flexBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*两端头部对齐*/
.flexStart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: start;
    align-items: start;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*尾部对其*/
.flexEnd{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flexWrapTop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: start;
    align-items: start;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.flexWrapBottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.flexWrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.flexWrapLeft{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: start;
    align-items: start;

    -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-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
.flexWrapCenter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}
/*侧面div*/
.to_top_div {
    height: 6.9%;
    background-color: white;
    z-index: 10;
    width: 4%;
    position: fixed;
    bottom: 21.5%;
    left: 95.8%;
    box-shadow: 0px 0px 20px 0px #dcdcdc;
}
/*侧面置顶按钮*/
.to_top_img {
    position: fixed;
    bottom: 24%;
    color: white;
    z-index: 10;
    cursor: pointer;
    display: none;
    _position: absolute;
    left: 97%;
    width: 1.5rem;
}
.to_top_img_p {
    position: fixed;
    left: 97%;
    bottom: 22%;
    /*bottom: 21.2%;*/
    z-index: 10;
    font-size: 0.74em;
    color: #999999;
    cursor: pointer;
    display: none;
}
/*侧面申请按钮*/
.to_apply_img {
    position: fixed;
    bottom: 30.5%;
    color: white;
    z-index: 10;
    cursor: pointer;
    display: none;
    _position: absolute;
    left: 97%;
    width: 1.5rem;
}
.to_apply_img_p {
    position: fixed;
    left: 96.1%;
    bottom: 28%;
    /*bottom: 26.5%;*/
    z-index: 10;
    font-size: 0.74em;
    color: #0dadcb;
    cursor: pointer;
    display: none;
}
/*侧面人工客服按钮*/
.to_manualCusSer_img {
    position: fixed;
    bottom: 37.5%;
    color: white;
    z-index: 10;
    cursor: pointer;
    /*display: none;*/
    _position: absolute;
    left: 97%;
    width: 1.5rem;
}
.to_manualCusSer_img_p {
    position: fixed;
    left: 96.1%;
    bottom: 35%;
    /*bottom: 33.5%*/
    z-index: 10;
    font-size: 0.74em;
    color: #0dadcb;
    cursor: pointer;
    /*display: none;*/
}
/*动画效果*/

.weixin:hover,
.qq:hover,
.xinlang:hover {
    -webkit-animation: transform-5 2s ease 0s alternate none;
    -moz-animation: transform-5 2s ease 0s alternate none;
    animation: transform-5 2s ease 0s alternate none;
}

@-webkit-keyframes transform-5 {
    from {
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
    to {
        -webkit-transform: perspective(400px) rotateY(360deg);
    }
}

@-moz-keyframes transform-5 {
    from {
        -moz-transform: perspective(400px) rotateY(0deg);
    }
    to {
        -moz-transform: perspective(400px) rotateY(360deg);
    }
}

@keyframes transform-5 {
    from {
        transform: perspective(400px) rotateY(0deg);
    }
    to {
        transform: perspective(400px) rotateY(360deg);
    }
}

[v-cloak]{
    display: none;
}