* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
	overflow-x: hidden;
}
html, body {
    font-size: 14px;
    font-family: "微软雅黑";
    height: 100%;
    margin: 0;
    padding: 0;
    /*background: #edf9fa;*/
    color: #333333;
    background-color: #fff !important;
}
@media screen and (max-width: 1025px) {
    html, body {
        width: 123%;
        background: #fffaeb;
        height: auto;
    }
    .width50 {
        width: 48% !important;
    }
    .diyiping_1 {
        width: 100%;
        height: 10rem;
        background-color: #fff;
    }
    .fore100{
        /*width:125%;*/
    }
}
a {
    color: #333333;
    text-decoration: none;
}
img {
    border: none;
}

ul, li, dl, dd, dt {
    list-style: none;
}

.shadow-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.font-bold {
    font-weight: bolder;
}

.font-normal {
    font-weight: normal;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}
.font28 {
    font-size: 28px;
}
.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}
.font45 {
    font-size: 45px;
}
.font50 {
    font-size: 50px;
}
.font55 {
    font-size: 55px;
}
.font60 {
    font-size: 60px;
}

.left50 {
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top50 {
    margin-top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle50 {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.display-block {
    display: block;
}

.display-iblock {
    display: inline-block;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width12 {
    width: 12%;
}

.width13{
    width: 13%;
}

.width14 {
    width: 14.2857%;
}

.width15 {
    width: 15%;
}

.width16 {
    width: 16.66%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width33 {
    width: 33.33%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}
.width45 {
    width: 45%;
}
.width47 {
    width: 47%;
}
.width48 {
    width: 48%;
}
.width49 {
    width: 49%;
}
.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}
.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.m-auto {
    margin: auto;
}
.mb-0{
	margin-bottom: 0;
}
.m-3 {
    margin: 3px;
}

.mt-3 {
    margin-top: 3px;
}

.mb-3 {
    margin-bottom: 3px;
}

.ml-3 {
    margin-left: 3px;
}

.mr-3 {
    margin-right: 3px;
}

.m-5 {
    margin: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.m-15 {
    margin: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.m-20 {
    margin: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.m-25 {
    margin: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.m-30 {
    margin: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.m-35 {
    margin: 35px;
}

.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-5-percent {
    margin-right: 5%;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.p-5{
    padding: 0 5px;
}
.tran-all {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hover85:hover {
    opacity: 0.85;
}

.hover70:hover {
    opacity: 0.7;
}

.hover-change-bg:hover {
    background: #eaeaea;
}

.c-pointer {
    cursor: pointer;
}

.bg-white {
    background: white;
}

.bg-red {
    background: red;
}

.bg-green {
    background: #00cab0;
}

.bg-yellow {
    background:#FFA726;
}
.bg-grey {
    background:#f0f0f0;
}

.color-logo {
    color: #2eb6aa;
}

.color-green {
    color: #00cab0;
}

.color-blue {
    color: #5999e4;
}

.color-white {
    color: white;
}

.color-yellow {
    color: #f18e34;
}

.color-gray {
    color: #333333;
}

.color-lgray {
    color: #666666;
}

.color-llgray {
    color: #999999;
}

.color-red {
    color: #f02929;
}

.h-5 {
    height: 5px;
    line-height: 5px;
}

.h-10 {
    height: 10px;
    line-height: 10px;
}

.h-15 {
    height: 15px;
    line-height: 15px;
}

.h-20 {
    height: 20px;
    line-height: 20px;
}

.h-25 {
    height: 25px;
    line-height: 25px;
}

.h-30 {
    height: 30px;
    line-height: 30px;
}

.h-35 {
    height: 35px;
    line-height: 35px;
}

.h-40 {
    height: 40px;
    line-height: 40px;
}

.h-45 {
    height: 45px;
    line-height: 45px;
}

.h-50 {
    height: 50px;
    line-height: 50px;
}

.h-55 {
    height: 55px;
    line-height: 55px;
}

.h-60 {
    height: 60px;
    line-height: 60px;
}

.h-65 {
    height: 65px;
    line-height: 65px;
}

.h-70 {
    height: 70px;
    line-height: 70px;
}

.h-75 {
    height: 75px;
    line-height: 75px;
}

.h-80 {
    height: 80px;
    line-height: 80px;
}
.h-85 {
    height: 85px;
    line-height: 85px;
}
.h-90 {
    height: 90px;
    line-height: 90px;
}

.h-100 {
    height: 100px;
    line-height: 100px;
}

.h-auto{
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box-100-100 {
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 20px 30px;
}

.border-bottom-1px {
    border-bottom: 1px solid #ccc;
}

.border-top-1px {
    border-top: 1px solid #ccc;
}

.border-bottom-2px {
    border-bottom: 2px solid #ccc;
}

.border-top-2px {
    border-top: 2px solid #ccc;
}
.border1 {
    border: 1px solid #ccc;
}
.border2 {
    border: 2px solid #ccc;
}

.clearfix{
    zoom: 1;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.notform-control{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 15px;
    line-height: 1.42857143;
}

.no_margin{margin: 0;}
.no_padding{padding: 0;}
.height68{
	height: 68px;
	line-height: 68px;
}
.todaysize{
	font-weight: bold !important;
}
.margin-atuo{
	margin: auto;
}
.bottom-content1{
	width: 1200px;
	margin: auto;
}
.zizhiclass{
	width: 240px;
    margin-top: 10px;
}
.width65{
	width: 65%;
}
.width35{
	width: 35%;
}