/*样式重置*/
@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
body, html {
    height: 100%;
}

body {
    font-family: "PingFang SC", "Microsoft Yahei", "Hiragino Sans GB", "sans-serif";
    font-size: 14px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

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

a {
    color: #555;
    text-decoration: none;
}

a:hover, a:focus, a:link, a:visited {
    /*color: #555;*/
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

input[type="text"], textarea {
    -webkit-appearance: none;
}
input::-ms-clear,input::-ms-reveal{
    display: none;
}

a, input, label {
    -webkit-top-highlight-color: rgba(255, 0, 0, 0);
}

label, p {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.border0 {
    border: none !important;
}

.font-size0 {
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

.float-unset {
    float: unset !important;
}

.hide {
    display: none;
}
p{
   text-align: justify;
}

/*滚动条样式修改*/
@media (min-width: 768px) {
    /*滚动条整体部分*/
    .reset-scrollbar::-webkit-scrollbar {
        width: 6px;
        /*横向高度*/
        height: 6px;
    }

    /*正常情况下滑块的样式*/
    .reset-scrollbar::-webkit-scrollbar-thumb {
        background-color: #CECECE;
        border-radius: 3px;
    }

    /*鼠标悬浮在该类指向的控件上时滑块的样式*/
    .reset-scrollbar:hover::-webkit-scrollbar-thumb {
        background-color: #BFBFBF;
    }

    /*鼠标悬浮在滑块上时滑块的样式*/
    .reset-scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #BFBFBF;
    }

    /*正常时候的主干部分*/
    .reset-scrollbar::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: #F5F5F5;
    }
}

/*字体图标库*/
.iconfont-com {
    width: 60px;
    height: 60px;
    fill: currentColor;
    overflow: hidden;
}
.icon-32{
    width: 32px;
    height:32px;
}
.icon-34{
    width: 34px;
    height:34px;
}
.icon-36{
    width: 36px;
    height:36px;
}
.icon-38{
    width: 38px;
    height:38px;
}
.icon-40{
    width: 40px;
    height:40px;
}
.icon-42{
    width: 42px;
    height:42px;
}
.icon-44{
    width: 44px;
    height:44px;
}
.icon-46{
    width: 46px;
    height:46px;
}
.icon-48{
    width: 48px;
    height:48px;
}
.icon-50{
    width: 50px;
    height:50px;
}
.icon-52{
    width: 52px;
    height:52px;
}
.icon-54{
    width: 54px;
    height:54px;
}
.icon-56{
    width: 56px;
    height:56px;
}
.icon-58{
    width: 58px;
    height:58px;
}
@media(max-width: 768px){
    .icon-xs-20{
        width: 20px;
        height: 20px;
    }
    .icon-xs-22{
        width: 22px;
        height: 22px;
    }
    .icon-xs-24{
        width: 24px;
        height: 24px;
    }
    .icon-xs-26{
        width: 26px;
        height: 26px;
    }
    .icon-xs-28{
        width: 28px;
        height: 28px;
    }
    .icon-xs-30{
        width: 30px;
        height: 30px;
    }
    .icon-xs-32{
        width: 32px;
        height: 32px;
    }
    .icon-xs-34{
        width: 34px;
        height: 34px;
    }
    .icon-xs-36{
        width: 36px;
        height: 36px;
    }
    .icon-xs-38{
        width: 38px;
        height: 38px;
    }
    .icon-xs-40{
        width: 40px;
        height: 40px;
    }
}