/*去除iPhone input默认样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none;
    outline: none;
    border: 0;
}

textarea {
    -webkit-appearance: none;
    outline: none;
}

* {
    font-family: "Noto Sans SC", sans-serif;
    padding: initial;
}


.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

html {
    height: 100%;
}

body {
    background-color: #dbdbdb;
    font-family: '微软雅黑';
    height: 100%;
}

img {
    width: 100%;
}

li{
    list-style-type: none;
}

a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: white;
}


.bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: #130203;
    top: 270px;
    height: calc(100% - 230px);
}

.frm {
    max-width: 550px;
    width: 100%;
    margin: auto;
    position: relative;
    /* height: 100%; */
}

.line {
    color: #FF5F33;
}

.line_1{
    margin-bottom: 20px;
    margin-top: 30px;
}

.line_1 .box {
    background: #fff;
    /* border-radius: .8em !important; */
    /* -moz-box-shadow: 0px 0px 25px #ddd !important; */
    /* -webkit-box-shadow: 0px 0px 25px #ddd !important; */
    /* box-shadow: 0px 0px 25px #ddd !important; */
    padding: 20px !important;
}

.line_1 .title{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.line_1 .description{
    font-size: 16px;
    margin-bottom: 15px;
    color: #686868;
}

.line_1 .teble{
    font-size: 15px;
    text-align: center;
}
.line_1 .teble p {
    border: 1px solid #131313;
    padding: 10px;
    margin-bottom: -1px;
}

/*




.line_1 {
    height: 75px;
    background-color: white;
}

.line_1 .box {
    padding: 0 3%;
    display: table;
    height: 100%;
}


.line_1 .left {
    margin-right: 15px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 16px;
}

.line_1 .left div {
    border-radius: 500px;
    overflow: hidden;
    font-size: 0;
    width: 60px;
    /* box-shadow: 0 0 8px #ddd; */
}

.line_1 .right {
    font-size: 17px;
    margin-top: 10px;
    margin-left: 15px;
    display: table-cell;
    vertical-align: middle;
    
}

.line_1 .right .title{
    color: #222222;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.line_1 .right .tags {
    margin-top: 5px;
}

.line_1 .right .tags span {
    font-size: 12px;
    border: 1px solid #464646;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    color: #464646;
    margin-right: 5px;
}*/



.line_2 {}

.line_2 .box {
    position: relative;
}

.line_2 .title {
    font-size: 45px;
    color: white;
    text-align: center;
    text-shadow: -1px -1px 0px #E8623D, 2px 2px 0px #561F0C, 2px 3px 0px #561F0C, 2px 4px 0px #561F0C;
    margin-top: 30px;
    letter-spacing: 0.1em;
}

.line_2 .tags_1 {
    margin: 0 auto;
    /* width: max-content; */
    margin-top: 16px;
    text-align: center;
}

.line_2 .tags_1 span {
    background: linear-gradient(#FFB09B, #FFE6DF, #FFB29B);
    border-radius: 200px;
    padding: 3px 8px;
    font-size: 14px;
    color: #7E4838;
    display: inline-block;
    margin-top: 10px;
}

.line_2 .tags_2 {
    width: 96%;
    margin: auto;
    margin-top: 20px;
}

.line_2 .tags_2 span {
    display: inline-block;
    width: 30%;
    color: white;
    text-align: center;
    margin: 0 1%;
    border: 1px solid #FF754B;
    background: #470f0087;
    height: 120px;
    position: relative;
    border-radius: 8px;
    letter-spacing: 0.05em;
    margin-top: 16px;
}

.line_2 .tags_2 span .box {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.line_2 .tags_2 span .icon {
    width: 26px;
    margin: 0 auto;
}

.line_2 .tags_2 span .t1 {
    font-size: 15px;
    margin-top: 6px;
}

.line_2 .tags_2 span .t2 {
    font-size: 12px;
    color: #FF5A29;
    margin-top: 6px;
}

.line_3 {
    margin: 0 auto;
    margin-top: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    width: 94%;
    position: relative;
}

.line_3 .box {}

.line_3 .title {}

.line_3 .title .t {}



.line_3 .title .t .a {
    margin-right: 3px;
    width: 20px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    transform: rotateZ(180deg);
}

.line_3 .title .t .b {
    background: rgba(71, 15, 0, 0.6);
    border: 1px solid #FF754B;
    font-size: 28px;
    padding: 10px 20px;
    color: white;
    border-radius: 6px;
    vertical-align: middle;
}

.line_3 .title .t .c {
    margin-left: 3px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}

.line_3 .swiper {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}

.line_3 .tags{
    position: absolute;
    z-index: 999;
    font-size: 12px;
    bottom: 70px;
    color: white;
    left: 10px;
}

.line_3 .tags span {
    color: #edcdcd;
    border: 1px solid #f7e1db;
    border-radius: 3px;
    padding: 1px 4px 2px 4px;
    background-color: #3f3f3f52;
    letter-spacing: 0.05em;
}

.line_3 .tags .select{
    background-color: #FF0D0D;
    border: 1px solid #FF0D0D;
}

.line_3 .info{
    position: absolute;
    z-index: 999;
    font-size: 16px;
    bottom: 0;
    background-color: #24191A;
    width: 100%;
    color: white;
    text-align: left;
    padding: 2% 4%;
}

.line_3 .info .t{
    font-size: 18px;
}


.line_3 .info .d{
    font-size: 14px;
    margin-top: 3px;
    color: #C85B3D;
}

.line_3 .btn {
    border: 1px solid #FF754B;
    background: #470f0087;
    padding: 6px 16px 7px 16px;
    width: max-content;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
}


.line_4 {
    margin: 0 auto;
    margin-top: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    width: 94%
}

.line_4 .box {
    background: rgba(71, 15, 0, 0.6);
    border: 1px solid #FF754B;
    border-radius: 10px;
    cursor: pointer;
}

.line_4 .t {
    font-size: 26px;
    margin: 20px 0;
}

.line_4 ul {
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 92%;
}

.line_4 ul li {
    text-align: left;
    margin-top: 26px;
}

.line_4 ul li .w {}

.line_4 ul li .w .icon {
    background-color: #265CAE;
    color: white;
    text-align: center;
    padding: 2px 0 2px 4px;
    font-size: 16px;
}

.line_4 ul li .w .wt {
    color: white;
}

.line_4 ul li .d {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    margin-left: 30px;
}
.line_4 ul li .zk{
    color: #FF9D82;
    float: right;
    display: none;
}

.line_4 .jd{
    background-color: #df5e3b73;
    width: max-content;
    text-align: center;
    margin: 0 auto;
    color: white;
    padding: 0px 0 0 18px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.line_4 .jd .tjwx{
    background-color: green;
    padding: 0px 12px 0px 12px;
    font-size: 15px;
    border-radius: 60px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}
.line_4 .jd .tjwx img{
    width: 22px;
    margin-right: 6px;
    vertical-align: middle;
}
.line_5{
    margin-top: 40px;
}
.line_5 .box{
    position: relative;
}
.line_5 .t2{
    margin-top: 10px;
    letter-spacing: 0.05em;
    font-size: 22px;
}
.line_5 .js {
    background: rgba(71, 15, 0, 0.6);
    border: 1px solid #FF754B;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 30px 60px 30px;
    font-size: 18px;
    text-align: left;
    color: #FEBDAE;
    line-height: 26px;
}

.line_5 .righticon{
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 20px;
}


.line_6{
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}


.line_6 p{
    color: rgb(209, 209, 209);
    margin-bottom: 10px;
}

.line_6 p span .ico{
    width: 14px;
    display: inline-block;
    /* transform: translateY(4px); */
}

.line_6 p span .t{
    
}


.line_7 {
    font-size: 22px;
    text-align: center;
    color: white;
    background-color: #FF5F33;
    width: 90%;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.line_7 img{
    width: 30px;
    /* transform: translateY(7px); */
}


.apply{
    color: white;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

.apply .box{
    
}

.apply .t{
    margin-bottom: 30px;
    font-size: 30px;
    color: #fd6e46;
    font-weight: 600;
}

.apply .inpt{
    margin: 0 auto;
    margin-bottom: 30px;
    border: 2px solid #C85B3D;
    width: 80%;
    padding: 8px 0;
    border-radius: 6px;
}

.apply .inpt input{
    background-color: transparent;
    font-size: 25px;
    text-align: center;
    color: #C85B3D;

}

.apply .btn{
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #FF5A29;
    width: max-content;
    padding: 12px 50px 10px 50px;
    border-radius: 6px;
    cursor: pointer;
}

.apply .hint{
    color: #797979;
    font-size: 14px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}














@media only screen and (max-width: 380px) {
    .line_2 .tags_2 span {
        width: 46%;
    }
  }