body {
    background: #F5F5F5;
}

.detail {
    width: 100%;
    height: auto;
    background: #F5F5F5;
}

.mod_inner {
    width: 1200px;
    min-height: 500px;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0 20px;
    /* overflow: hidden; */
    padding-bottom: 20px;
    position: relative;
}

.qrcode_bg {
    position: absolute;
    left: 1235px;
    top: 45px;
    width: 209px;
    height: 218px;
    background-image: url('/statics/images/qrcode_bg.png');
    background-repeat: no-repeat;
}

.qrcode_bg img {
    position: relative;
    left: 45px;
    top: 25px;
    width: 130px;
    height: 130px;
}

.qrcode_bg span {
    display: block;
    position: relative;
    /* left: 45px; */
    top: 35px;
    text-align: center;
}

.nav {
    height: 50px;
    line-height: 50px;
    /* background: paleturquoise; */
}

.nav span {
    margin-right: 4px;
    font-size: 12px;
    color: #929292;
}

.nav :last-child {
    color: var(--color);
}

.start_top {
    display: flex;
}

.start_top .img {
    height: 465px;
    width: 780px;
}

.start_top .img img {
    height: 100%;
    width: 100%;
}

.iction {
    width: 500px;
    margin-left: 10px;
}

.iction .yp {
    margin-bottom: 20px;
}

.iction .yp .title-txt {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    color: #333333;
}

.iction .yp .title-txt .gw {
    background-color: var(--color);
    color: var(--font-color);
    padding: 2px 5px 3px 3px;
    font-size: 12px;
    border-radius: 2px;
}

.iction .yp .flex {
    display: flex;
}

.iction .yp .img-vip {
    width: 40px;
    height: 20px;
}

.iction .yp .img-icon0 {
    width: 110px;
    height: 20px;
}

.iction .yp .ab-year {
    position: absolute;
    color: #333333;
    font-size: 12px;
    top: 1px;
    right: 6px;
}

.iction h4,
.iction p {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.iction h4 {
    font-size: 24px;
}

.iction p {
    margin-top: 20px;
    font-size: 16px;
    color: #6E6E6E;
}

.iction p img {
    height: 14px;
    width: 16px;
    margin-right: 10px;
}

.wgxq,
.qzxj {
    margin-top: 30px;
    margin-left: 20px;
    width: 160px;
    height: 56px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    font-size: 20px;
    outline: none;
    opacity: 1;
}

.wgxq {
    color: var(--font-color);
    background: #F19B08;
}

.qzxj {
    color: var(--font-color);
    background: var(--color);
}

.maream {
    width: 100px;
    height: 110px;
    text-align: center;
    margin-top: 70px;
    font-size: 16px;
    color: #6E6E6E;
}

.maream img {
    height: 82px;
    width: 82px;
}

.getphone_button {
    font-size: 14px;
    margin-left: 100px;
}

.getphone_button button {
    width: 128px;
    height: 36px;
    background: var(--color);
    opacity: 1;
    border-radius: 106px;
    color: #FFFFFF;
    border: 0;
    outline: none;
    cursor: pointer;
}

.content_inner {
    width: 1240px;
    min-height: 500px;
    margin: 10px auto;
    position: relative;
    display: flex;
}

.content_left {
    width: 870px;
    background: #FFFFFF;
    padding: 0 20px;
    padding-bottom: 20px;
    margin-right: 10px;
}

.content_right {
    width: 300px;
    background: #FFFFFF;
    padding: 20px;
}

.project_title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    border-bottom: 1px solid #B5B5B5;
    margin-top: 10px;
}

.project_title li {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

.project_title .active {
    color: var(--color);
    border-bottom: 4px solid var(--color);
}

.none {
    display: none;
}

.richtext {
    margin-top: 40px;
}


/* 遮罩效果 */
.mask {
    height: 100%;
    width: 100%;
    background: rgb(33, 33, 33, 0.18);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.view {
    width: 312px;
    height: 305px;
    background: url('../img/backVip.png') no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text {
    width: 194px;
    margin: 120px auto 0;
    font-size: 14px;
    color: #3D3D3D;
}

.text span {
    font-size: 28px;
    color: #C3A35B;
}

.view button {
    width: 208px;
    height: 38px;
    background: #C3A35B;
    box-shadow: 0px 3px 6px rgba(195, 163, 90, 0.6);
    opacity: 1;
    border: 0;
    outline: none;
    margin: 30px 48px 0;
    color: #FFFFFF;
    cursor: pointer;
}

.pay_view {
    width: 470px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.35);
    opacity: 1;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 22px 28px;
    box-sizing: border-box;
}

.pay_view h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}

.close {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.pay_switch {
    width: 412px;
    height: 187px;
    background: #F2F2F2;
    border: 1px solid #D5D5D5;
    opacity: 1;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}

.pay_switch img {
    width: 90px;
    height: 40px;
    margin-top: 10px;

}

.right_pay_view {
    width: 314px;
    height: 186px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    opacity: 1;
    border-radius: 0px 5px 5px 0px;
    float: right;
}

.right_pay_view img {
    height: 98px;
    width: 98px;
    margin: 30px 10px 0 40px;
}

.money {
    float: right;
    font-size: 16px;
    color: #8A5701;
    margin-top: 60px;
}

.money_inner span {
    font-size: 24px;
}

.pay_title {
    color: #5B5B5B;
    font-size: 12px;
    margin-right: 20px;
}

.alert_view {
    width: 470px;
    height: 426px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alert_view .title {
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 36px 0 22px 0;
}

.alert_view span {
    white-space: nowrap;
    margin-right: 10px;
}

.inner_content {
    width: 400px;
    height: 290px;
    /* background: burlywood; */
    margin: 0 auto;
}

.startName_warp {
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #DFDEDE;
    display: flex;
    /* justify-content: space-between; */
}

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

.address {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    justify-content: space-between;
    height: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #DFDEDE;
}

.area {
    white-space: nowrap;
}

.select {
    margin-left: 5px;
    width: 27%;
}

.switch span {
    display: inline-block;
    width: 48px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E0DFDF;
    opacity: 1;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.name,
.phone {
    height: 20px;
    padding: 20px 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #E0DFDF;
}

.name input,
.phone input {
    outline: none;
    border: 0;
}

.code {
    height: 20px;
    padding: 20px 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #E0DFDF;
    display: flex;
    justify-content: space-between;
}

.code input {
    outline: none;
    border: 0;
    margin-left: -120px;
    width: 100px;
}

.getcode {
    color: var(--color);
    cursor: pointer;
    width: 80px;
    /* background: pink; */
    text-align: center;
}

.submit {
    width: 100%;
    height: 50px;
    background: var(--color);
    box-shadow: 0px 3px 6px rgba(90, 77, 22, 0.6);
    opacity: 1;
    border: 0;
    outline: none;
    border-radius: 4px;
    margin-top: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.link_type {
    background: var(--color) !important;
    color: #FFFFFF;
}