body {
    margin: 0;
    padding: 0;
}

.banner {
    display: block;
    width: 100vw;
}

.tabs {
    height: 11.73vw;
    width: 100vw;
    background-color: #fff;
}

.tabs ul {
    margin: 0;
    padding: 0 4vw;
    font-size: 0;
    box-sizing: border-box;
}

.tabs ul li {
    display: inline-block;
    width: calc(100% / 3);
    height: 11.73vw;
    line-height: 11.73vw;
    text-align: center;
    font-size: 4.53vw;
    font-family: "PingFangSC-Regular";
    color: #333;
    box-sizing: border-box;
}

.tabs ul li.active {
    border-bottom: solid 0.53vw #FF8145;
    color: #FF8145;
}

.wire {
    height: 1.6vw;
    width: 100vw;
    background-color: #f4f4f4;
}

.tabs_ul {
    overflow: hidden;
    position: relative;
}

.tabs_ul ul {
    font-size: 0;
    width: 300vw;
    /*height: 100vw;*/
    background-color: red;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs_ul ul li {
    width: 100vw;
    /*height: 100vw;*/
    display: inline-block;
    font-size: 3.73vw;
    color: #666;
    font-family: "PingFangSC-Regular";
    background-color: #fff;
    padding: 4vw;
    box-sizing: border-box;
    position: absolute;
    text-indent: 7.46vw;
    top: 0;
}

.tabs_ul ul li:nth-of-type(1) {
    left: 0;
}

.tabs_ul ul li:nth-of-type(2) {
    left: 100vw;
}

.tabs_ul ul li:nth-of-type(3) {
    left: 200vw;
}

#modal {
    width: 100vw;
    background-color: dimgrey;
}

#modal_form {
    width: 100vw;
    height: 100vw;
    background-color: #fff;
    padding: 4vw;
    box-sizing: border-box;
}

#modal_form div {
    height: 8vw;
    position: relative;
    margin-bottom: 2.93vw;
}

#modal_form div label {
    display: inline-block;
    font-size: 3.73vw;
    color: #333;
    width: 22.67vw;
    line-height: 8vw;
    position: absolute;
    top: 0;
    left: 0;
}

#modal_form div input {
    display: inline-block;
    font-size: 3.2vw;
    color: #666;
    width: 68.27vw;
    height: 8vw;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 22.67vw;
    border: none;
    background-color: #F7F7F7;
    border-radius: 0.267vw;
    padding: 0 3.2vw;
    box-sizing: border-box;
}

input[type="submit"] {
    height: 11.73vw !important;
    width: 94.26vw !important;
    background-color: #FB6318 !important;
    font-size: 4.8vw !important;
    color: #FFF !important;
    text-align: center !important;
    line-height: 11.73vw !important;
    border-radius: 0.8vw !important;
    position: absolute !important;
    top: 40vw !important;
    left: 0 !important;
    -webkit-appearance: none;
}

.adds select {
    display: inline-block;
    font-size: 3.2vw;
    color: #666;
    width: 68.27vw;
    height: 8vw;
    padding: 0;
    position: absolute;
    left: 22.67vw;
    border: none;
    border-radius: 0.267vw;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/arrow.png") no-repeat scroll right center #F7F7F7;
    background-position: 95% 12px;
    padding: 0 3.2vw 0 1.5vw;
    margin-right: 9px;
    outline: none;
    cursor: pointer;
    z-index: 9999;
}

.adds select:nth-of-type(1) {
    top: 0;
}

.adds select:nth-of-type(2) {
    top: 10.93vw;
}

.adds select:nth-of-type(3) {
    top: 21.86vw;
}

.adds select:nth-of-type(4) {
    top: 32.79vw;
}