* {
    margin: 0;
    padding: 0;
}

.wrap {
    padding: 0 4vw 0 4vw;
    background-color: white;
    margin-bottom: 20vw;
}

.title {
    font-size: 0;
}

.title_img {
    width: 100%;

}

.img_back {
    width: 6vw;
}

.sgin_up {
    height: 6vw;
    margin-left: 5vw;
}

.three {
    margin-left: auto;
}

.img_three {
    width: 6vw;

}

.fontSize10 {
    font-size: 2.67vw;
}

.fontSize12 {
    font-size: 3.2vw;
}

.fontSize14 {
    font-size: 3.73vw;
}

.fontSize16 {
    font-size: 4.26vw;
}

.fontSize18 {
    font-size: 4.8vw;
}

.boxWidth {
    width: 15vw;
}

.colon {
    padding: 0 5px 0 5px;
}

.text_justify {
    display: flex;
    justify-content: space-between;
}

/* .text_justify::after {
    display: inline-block;
    content: "";
    width: 100%;
} */
.mt5 {
    margin-top: 1.33vw;
}

.mt10 {
    margin-top: 2.67vw;
}

.mt20 {
    margin-top: 5.34vw;
}

.mb5 {
    margin-bottom: 1.33vw;
}

.mb10 {
    margin-bottom: 2.67vw;
}

.mb20 {
    margin-bottom: 5.34vw;
}

.mb30 {
    margin-bottom: 8.01vw;
}

.mb50 {
    margin-bottom: 13.3vw;
}

.mb75 {
    margin-bottom: 20vw;
}

.mt30 {
    margin-top: 8.01vw;
}

.pt10 {
    padding-top: 2.67vw;
}

.pt30 {
    padding-top: 8.01vw;
}

.pt50 {
    padding-top: 13.3vw;
}

.pb10 {
    padding-bottom: 2.67vw;
}

.pl10 {
    padding-left: 2.67vw;
}

.pr10 {
    padding-right: 2.67vw;
}

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

.bb {
    border-bottom: 1px solid #e6e6e6 !important;
}

.ml30 {
    margin-left: 8vw;
}

.show {
    display: block;
}

.none {
    display: none;
}

.color_black {
    color: #000000 !important;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color_red {
    color: red !important;
}

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

}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 500;
}

.bar {
    width: 100%;
    height: 15vw;
    display: flex;
    background: white;
    box-shadow: 0 0 5px #bfbfbf;
    font-size: 2.66vw;
}

.SelBar {
    height: calc(2.66vw + 5px);
}

.bar > div {
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar > div > div {
    text-align: center;
    color: #8a8a8a;
}

.bar > div > div span {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.boxSizing {
    box-sizing: border-box;
}

/* .text_justify {
    display: flex;
} */
.displayFlex {
    display: flex;
}

.maxWidth {
    width: 58vw;
}

h4 {
    color: #333;
}

.pt1 {
    padding-top: 0.4vw;
}

.centerText::after {
    content: "哈哈";
    opacity: 0;
}

a {
    text-decoration: none;
}

.disableBtn {
    background: #999 !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.desc {
    line-height: 20px;
    font-size: 14px;
    color: #333;
    /* margin: 0px auto; */
}

.desc img {
    display: block !important;
    width: 100% !important;
    border: none;
}

.tfy-shade-box {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1999;
}

.tfy-shade-box.hide {
    display: none;
}

.whitebg {
    background: #fff;
}

.bg-gray {
    background: #f5f5f5;
}

.tfy-shade-warnbox {
    width: 100%;
    height: 100%;
    display: table;
}

.tfy-shade-warn-inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tfy-shade-warn-inner img {
    width: 45%;
}

.warn-word {
    display: block;
    width: 85%;
    text-align: center;
    margin: 0px auto;
    padding: 20px 0px 10px 0px;
    line-height: 20px;
    font-size: 16px;
    color: #5e5e5e;
}

.warn-btn {
    display: inline-block;
    padding: 8px 22px;
    line-height: 20px;
    font-size: 14px;
    color: #bababa;
    border: 1px solid #bababa;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.tfy-shade-tip-box {
    width: 70%;
    padding: 20px 5%;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0px auto;
    text-align: center;
}

.tfy-shade-tip-box img {
    width: 35px;
}

.tfy-shade-tip {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.shade_box {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .3);
    z-index: 1010;
    display: none;

}

.shade_box_middle {
    width: 100%;
    height: 100%;
    display: table;
}

.shade_box_inner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.shade_confirm {
    width: 70%;
    margin: 0px auto;
}

.shade_word {
    padding: 25px 5%;
    text-align: center;
    color: #030303;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
}

.shade_word.pd10 {
    padding: 10px 5%;
}

.shade_title {
    padding: 10px 5% 0px 5%;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px 10px 0px 0px;
}

.shade_word.borderRadius {
    border-radius: 10px 10px 0px 0px;
}

.shadebtn_box {
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.shadebtn {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #ff6813;
    font-size: 14px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #cccccc;
}

.shadebtn.w50 {
    width: 50%;
}

.shadebtn.w100 {
    width: 100%;
}

.shadebtn.ok {
    float: right;

}

.shadebtn.no {
    float: left;
    border-radius: 0px 0px 0px 10px;
    position: relative;
}

.shadebtn.no:after {
    content: '';
    display: block;
    width: 1px;
    height: 35px;
    background: #cccccc;
    position: absolute;
    right: 0px;
    top: 0px;
}
