/**app.wxss**/

/*初始化*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    min-width: 1200px;
    background: #fff;
}




a {
    color: #333333;
    text-decoration: none;
    display: inline-block
}

a:hover {
    color: #333333;
    text-decoration: none
}


ul {
    list-style: none;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
    flex-shrink: 0;
}

input,
textarea,
select,
button {
    font-size: 16px;
    border: none;
    outline: medium;
    font-family: "微软雅黑";
    background: none
}

input::-webkit-input-placeholder {
    color: #9c9c9c;
}

input:-moz-placeholder {
    color: #9c9c9c;
}

input::-moz-placeholder {
    color: #9c9c9c;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
}

.fb {
    font-weight: bold;
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
}

.start {
    align-items: flex-start !important;
}

.dis {
    display: flex;
    align-items: center;
}

.dis_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dis_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dis_between {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dis_between1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dis_around {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dis_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shrink {
    flex-shrink: 0;
}

.wrap {
    flex-wrap: wrap;
}


.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.one {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 48px;
}



.line_1 {
    line-height: 1.5;
}

.hidden {
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


.radius20 {
    border-radius: 20px;
}


.bor_b {
    border-bottom: solid 1px #e5e5e5;
}

.left_auto {
    margin-left: auto;
}

.pad20 {
    padding: 20px;
}

.pad_tb20 {
    padding: 20px 0;
}

.pad_tb15 {
    padding: 15px 0;
}

.pad_t20 {
    padding-top: 20px
}

.pad_lr10 {
    padding: 0 10px;
}

.pad_b20 {
    padding-bottom: 20px;
}

.pad_b30 {
    padding-bottom: 30px;
}

.pad30 {
    padding: 30px;
}
.pad_tb50 {
	padding-bottom: 50px;
    padding-top: 50px;
}
.mar_r5{
    margin-right: 5px;
}
.mar_r10 {
    margin-right: 10px;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_r30 {
    margin-right: 30px;
}

.mar_r100 {
    margin-right: 100px;
}
.mar_l50 {
    margin-left: 50px;
}

.mar_t15 {
    margin-top: 15px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t30 {
    margin-top: 30px !important;
}

.mar_t40 {
    margin-top: 40px !important;
}

.mar_t60 {
    margin-top: 60px !important;
}

.mar_b22 {
    margin-bottom: 22px
}

.mar_b30 {
    margin-bottom: 30px
}

.mar_t10 {
    margin-top: 10px;
}

.f46 {
    font-size: 46px;
}
.f36 {
    font-size: 36px;
}
.f34 {
    font-size: 34px;
}
.f30 {
    font-size: 30px;
}


.f26 {
    font-size: 26px;
}

.f24 {
    font-size: 24px;
}

.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}


.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}
.f15{
    font-size: 15px;
}
.f14 {
    font-size: 14px;
}

.f13{
    font-size: 13px;
}

.c_0f {
    color: #0f0f0f;
}


.c_5 {
    color: #565555;
}

.c_67{
    color: #676767;
}

.c_8e {
    color: #8e8e8e;
}

.c_9 {
    color: #999;
}

.c_bai {
    color: #fff !important;
}

.c_hei {
    color: #121212;
}


.c_blue {
    color: #074cb3 !important;
}



.radius20 {
    border-radius: 20px;
}

.radius10 {
    border-radius: 10px;
}

.bgw {
    background: #fff !important;
}


.bgf5 {
    background: #f5f5f5;
}


.input-placeholder {
    color: #ccc;
}

.huibg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
  
}

.w98 {
    width:98%;
    margin: 0 auto;
  
}

@media only screen and (max-width: 1441px) {

    .w1440 {

        margin: 0 1.5%;
    }


}

