body {
    margin: 0;
    padding: 0;
    font-family: "PingFangSC-Regular", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-weight: 400;
    word-break: break-all;
    overflow-x: hidden;
    background-color: #fff;
}
a{
    color: #282828; text-decoration: none;
}
ul,li{
    list-style: none;
}
div {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
/* placeholder */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: #AAB1B9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    font-weight: 400;
    color: #AAB1B9;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    font-weight: 400;
    color: #AAB1B9;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-weight: 400;
    color: #AAB1B9;
}
/* flash */
.flash {
    display: block;
    position: absolute;
    width: 7.50rem;
    height: auto;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.flash .code {
    display: block;
    width: 7.50rem;
    height: 0.80rem;
    line-height: 0.80rem;
    font-size: 0.36rem;
    color: #990000;
    text-align: center;
}
.flash .text {
    display: block;
    width: 7.50rem;
    height: 0.40rem;
    line-height: 0.40rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
}
/* clear */
.clear {
    display: block;
    clear: both;
}
/* hover07 */
.hover07:hover {
    opacity: 0.7;
}
/* logo */
.logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 12.00rem;
    height: 126px;
    background-color: #FFFFFF;
    z-index: 1900;
    box-shadow: inset 0px -1px 0px 0px rgba(235,235,235,1);
    margin: 0 0.40rem;
}
.logo .pic {
    width: 720px;
    height: 60px;
    margin: 33px 70px;
}
.logo-blank {
    display: block;
    width: 12.80rem;
    height: 126px;
}
/* banner */
.bannersWrap {
    position: relative;
    display: block;
    margin: 24px auto 40px;
    overflow: hidden;
    border-radius: 10px !important;
}
.bannersWrap ul#banners {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: table;
    list-style: none;
}
.bannersWrap ul#banners li {
    display: table-cell;
    float: left;
    overflow: hidden;
    position: relative;
}
.bannersWrap ul#banners li img {
    position: absolute;
}
.bannersWrap .title {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 1px;
    box-sizing: border-box;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.6);
}
.bannersWrap .dots {
    position: absolute;
    bottom: 24px;
    width: 100%;
    height: 8px;
    text-align: center;
    z-index: 2;
}
.bannersWrap .dots a {
    transition:width 1s;
    vertical-align: top;
    margin-right: 12px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}
.bannersWrap .dots a.on {
    background-color: #ffffff;
    width: 16px;
    height: 8px;
}
.bannersWrap .dots a.off {
    background-color:rgba(255,255,255,0.5);
    width: 8px;
    height: 8px;
}
.bannersWrap .dots a:last-child {
    margin-right: 0;
}
/* toast */
.toast {
    display: block;
	position: fixed;
	box-sizing: content-box;
    padding: 18px 18px 18px 54px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 0px rgba(43,61,79,0.12);
    z-index: 2099;
    background-image: url(../../img/toask-icon-pc.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 24px 19px;
}
/* mask */
.mask {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 2000;
}
.weui-mask {
    z-index: 3000 !important;
}
/* loading */
.loading {
	display: block;
	box-sizing: content-box;
    position: fixed;
    height: 1.20rem;
    width: 1.20rem;
    border-radius: 50%;
    border: 0.02rem solid rgba(211, 32, 32, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2060;
    top: 49%;
    top: -webkit-calc(50% - 0.60rem);
    top: calc(50% - 0.60rem);
    left: 49%;
    left: -webkit-calc(50% - 0.60rem);
    left: calc(50% - 0.60rem);
}
.loading:after {
	content: "";
	box-sizing: content-box;
    position: absolute;
    top: 0rem;
    left: 0.60rem;
    width: 0.60rem;
    height: 0.60rem;
    border-top-right-radius: 0.60rem;
    background-color: rgba(211, 32, 32, 0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: loaderFrames 1.8s linear infinite;
    animation: loaderFrames 1.8s linear infinite;
    z-index: 2050;
}
@-webkit-keyframes loaderFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loaderFrames {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
