* {
    box-sizing: border-box;
}
.font-light {
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
}
.tc {
    text-align: center;
}
em {
    font-style: normal;
}
#cooperate {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 88px;
}
.crumbs {
    padding-bottom: 0;
    padding-top: 20px;
    background: #fff;
    padding-left: 0;
    height: auto;
    min-height: auto;
    border: none;
    line-height: 20px;
}
.cooperate-box {
    margin-top: 30px;
    background: url(../../images/cooperate-email1.jpg?v=202209061044) no-repeat top;
    background-size: cover;
    height: 830px;
    border: 1px solid #dbdbdb;
}
.cooperate-box .cooperate-tit {
    text-align: center;
    line-height: 30px;
    padding: 93px 0 50px;
}
.cooperate-box .cooperate-tit .left,
.cooperate-box .cooperate-tit .right {
    height: 30px;
    width: 35px;
    position: absolute;
    top: 0;
}
.cooperate-box .cooperate-tit .left {
    background: url(../../images/tit-r.png) no-repeat 0;
    background-size: 35px;
    left: -50px;
}
.cooperate-box .cooperate-tit-bd {
    display: inline-block;
    font-size: 24px;
    color: #333;
    position: relative;
    vertical-align: top;
}
.cooperate-box .cooperate-tit-bd span {
    color: #ff534c;
}
.cooperate-box .cooperate-tit .right {
    background: url(../../images/tit-l.png) no-repeat 0;
    background-size: 35px;
    right: -50px;
}
.cooperate-box .floor {
    width: 612px;
    margin: 0 auto;
}
.cooperate-box .txt {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #333;
    text-align: center;
    padding-bottom: 40px;
}
.cooperate-box .txt p:nth-child(2) {
    padding: 16px 0 30px;
}
.cooperate-box .advantage {
    padding-bottom: 30px;
}
.cooperate-box .advantage .adv-hd {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
}
.cooperate-box .advantage .adv-bd {
    padding-left: 126px;
}
.cooperate-box .advantage .adv-bd .item {
    width: 100px;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-top: 8px;
    margin: 0 10px;
}
.cooperate-box .advantage .adv-bd .item:first-child {
    background: #9e77e4;
}
.cooperate-box .advantage .adv-bd .item:nth-child(2) {
    background: #6b7ed9;
}
.cooperate-box .advantage .adv-bd .item:nth-child(3) {
    background: #ff534f;
}
.cooperate-box .cooperate-form {
    padding: 0 156px;
}
.cooperate-box .cooperate-form .item {
    position: relative;
    margin-bottom: 16px;
}
.cooperate-box .cooperate-form .item input {
    width: 300px;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    color: #333;
}
.cooperate-box .cooperate-form .item .input-error,
.cooperate-box .cooperate-form .item .input-error:hover {
    border-color: #c01734;
}
.cooperate-box .cooperate-form .item .form-input-error {
    color: #c01734;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 36px;
}
.cooperate-box .cooperate-form .item.enter-select-box input,
.cooperate-box .cooperate-form .item.select-box input {
    cursor: pointer;
}
.cooperate-box .cooperate-form .cooperate-btn {
    width: 225px;
    height: 45px;
    background: #ff534f;
    border-radius: 28px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 30px auto 0;
}
.cooperate-box .cooperate-form .cooperate-btn:hover {
    background: #c01734;
}
.cooperate-box .cooperate-form .info {
    padding-top: 4px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #333;
}
.enter-select-box,
.select-box {
    cursor: pointer;
}
.enter-select-box.show .triangle,
.select-box.show .triangle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.enter-select-box input,
.select-box input {
    pointer-events: none;
    padding-right: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
}
.enter-select-box .icons,
.select-box .icons {
    pointer-events: none;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    background: #f9f9fc;
    border-radius: 3px;
    padding: 11px 9px;
}
.enter-select-box .icons .triangle,
.select-box .icons .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.enter-select-box .select-con,
.select-box .select-con {
    position: absolute;
    top: -245px;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #dbdbdb;
    display: none;
    z-index: 1;
    color: #333;
}
.enter-select-box .select-con li,
.select-box .select-con li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
}
.enter-select-box .select-con li .radios,
.select-box .select-con li .radios {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin: 4px 8px 0 0;
    border-radius: 50%;
}
.enter-select-box .select-con li .radios .radios-bd,
.select-box .select-con li .radios .radios-bd {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.enter-select-box .select-con li.active .radios,
.select-box .select-con li.active .radios {
    border-color: #c01734;
}
.enter-select-box .select-con li.active .radios .radios-bd,
.select-box .select-con li.active .radios .radios-bd {
    background: #c01734;
}
.enter-select-box .select-con li.active,
.enter-select-box .select-con li:hover,
.select-box .select-con li.active,
.select-box .select-con li:hover {
    color: #c01734;
    background: #f9f9fc;
}
.cooperate-service {
    display: none;
    width: 400px;
    min-height: 340px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    z-index: 101;
}
.cooperate-service .form {
    display: none;
    background: url(../../images/form-bg1.jpg) no-repeat top;
    background-size: 100%;
    border-radius: 10px;
}
.cooperate-service .form .form-close {
    color: #ff534f;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
    cursor: pointer;
}
.cooperate-service .form .form-close:hover {
    color: #c01734;
}
.cooperate-service .form .home-tit {
    color: #fff;
    padding-top: 34px;
    line-height: 24px;
    height: 78px;
    font-size: 0;
}
.cooperate-service .form .home-tit p {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
}
.cooperate-service .form .home-tit .round {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 8px 10px;
    border-radius: 50%;
}
.cooperate-service .form-bd {
    padding: 30px 90px 40px;
    position: relative;
}
.cooperate-service .form-bd .form-list {
    position: relative;
    margin-bottom: 16px;
    display: block;
}
.cooperate-service .form-bd .form-list input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
}
.cooperate-service .form-bd .form-list input:hover {
    border-color: #ff843d;
}
.cooperate-service .form-bd .form-list input:focus {
    border-color: #ff843d !important;
    box-shadow: inset 0 0 0 3px rgba(255, 132, 61, 0.3) !important;
}
.cooperate-service .form-bd .form-list .input-error {
    border-color: #c01734;
    box-shadow: inset 0 0 0 3px rgba(192, 23, 52, 0.3);
}
.cooperate-service .form-bd .form-list .input-error:hover {
    border-color: #c01734;
}
.cooperate-service .form-bd .form-list .code-i {
    height: 24px;
    position: absolute;
    right: 10px;
    top: 6px;
}
.cooperate-service .form-bd .form-list .code-i img {
    display: block;
    height: 100%;
}
.cooperate-service .form-bd .form-list .form-input-error {
    position: absolute;
    font-size: 12px;
    color: #c01734;
    left: 0;
    top: 36px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
}
.cooperate-service .form-bd .zjtrain-button {
    font-size: 16px !important;
    line-height: 36px !important;
    text-align: center;
    color: #fff;
    background: #ff534f;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-radius: 18px;
    cursor: pointer;
    width: 100%;
    padding: 0;
    border: none;
}
.cooperate-service .form-bd .zjtrain-button:hover {
    background: #c01734;
}
.cooperate-service .success {
    display: none;
}
.cooperate-service .success-intro {
    color: #ff534f;
    padding: 30px 0 0 126px;
}
.cooperate-service .success-intro .iconfont {
    font-size: 30px;
    line-height: 30px;
}
.cooperate-service .success-intro .desc {
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
}
.cooperate-service .success .info {
    border-bottom: 1px dashed #ff534f;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin: 0 50px;
    padding: 17px 0 19px;
}
.cooperate-service .success .add {
    padding: 20px 0 14px;
    font-size: 14px;
    line-height: 14px;
}
.cooperate-service .success .wechat {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    display: block;
}
.cooperate-service .success .zjtrain-button {
    width: 220px;
    margin: 25px auto 0;
    font-size: 16px !important;
    line-height: 36px !important;
    text-align: center;
    color: #fff;
    background: #ff534f;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-radius: 18px;
    cursor: pointer;
    padding: 0;
    border: none;
}
.cooperate-service .success .zjtrain-button:hover {
    background: #c01734;
}
.cooperate-mask {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
input {
    -webkit-appearance: none;
    outline: none;
}
input::-webkit-input-placeholder {
    color: #888;
}
input:-moz-placeholder,
input::-moz-placeholder {
    color: #888;
}
input:-ms-input-placeholder {
    color: #888;
}
.entry-box {
    padding: 30px 0 80px;
}
.entry-box .floor-1 {
    width: 1200px;
    height: 320px;
    background: url(../../images/jigou-pc.jpg?v=202309261833) no-repeat top;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.entry-box .floor-1 .area-1 {
    font-size: 24px;
    padding: 62px 0 30px;
}
.entry-box .floor-1 .area-2 {
    padding: 16px 0 30px;
}
.entry-box .cooperate-form {
    padding-top: 60px;
}
.entry-box .cooperate-form .item {
    padding-bottom: 30px;
    position: relative;
}
.entry-box .cooperate-form .label {
    width: 454px;
    text-align: right;
    padding-right: 8px;
    line-height: 36px;
    font-size: 16px;
}
.entry-box .cooperate-form input {
    width: 300px;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    color: #333;
}
.entry-box .cooperate-form .input-error,
.entry-box .cooperate-form .input-error:hover {
    border-color: #c01734;
}
.entry-box .cooperate-form .form-input-error {
    color: #c01734;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 454px;
    top: 36px;
}
.entry-box .radio-box .select-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.entry-box .radio-box .form-input-error {
    top: 130px;
}
.entry-box .radio-con {
    max-width: 500px;
}
.entry-box .radio-con .radios {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    margin: 10px 8px 0 20px;
}
.entry-box .radio-con .radios .radios-bd {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.entry-box .radio-con li {
    width: 140px;
    line-height: 34px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    margin: 0 10px 10px 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.entry-box .radio-con li.active {
    color: #f54e35;
    border-color: #f54e35;
}
.entry-box .radio-con li.active .radios {
    border-color: #f54e35;
}
.entry-box .radio-con li.active .radios .radios-bd {
    background: #f54e35;
}
.entry-box .cooperate-btn {
    margin: 10px auto;
    width: 225px;
    height: 45px;
    background: #f54e35;
    border-radius: 28px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.entry-box .cooperate-btn:hover {
    background: #e13b23;
}
.entry-box .info {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
.shjzzjifen .crumbs {
    padding: 15px 0 0;
}
.shjzzjifen .crumbs a {
    font-size: 14px;
}
.entry-box1 {
    padding: 30px 0 80px;
    position: relative;
}
.entry-box1 .entry-left {
    position: absolute;
    left: 0;
    top: 70px;
    width: 240px;
    height: 280px;
    background: url(../../images/jigou-pc.jpg?v=202309261833) no-repeat top;
    background-size: cover;
}
.entry-box1 .entry-left .heart {
    margin: 47px auto 14px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #0746c7;
}
.entry-box1 .entry-left .heart .iconfont {
    line-height: 60px;
    font-size: 36px;
}
.entry-box1 .entry-left .jigou-tit {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 56px;
}
.entry-box1 .floor-1 {
    margin-left: 200px;
    padding: 0 132px 62px 168px;
    width: 1000px;
    height: 745px;
    background: #f6f6f8;
}
.entry-box1 .floor-1 .area {
    font-size: 16px;
    line-height: 24px;
}
.entry-box1 .floor-1 .area-1 {
    padding: 40px 0 16px;
}
.entry-box1 .floor-1 .area-2 {
    padding: 16px 0 20px;
    border-bottom: 1px dashed #d3d3d3;
}
.entry-box1 .cooperate-form {
    padding-top: 50px;
}
.entry-box1 .cooperate-form .item {
    padding-bottom: 30px;
    position: relative;
}
.entry-box1 .cooperate-form .label {
    width: 203px;
    text-align: right;
    padding-right: 8px;
    line-height: 36px;
    font-size: 16px;
}
.entry-box1 .cooperate-form input {
    width: 300px;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    color: #333;
}
.entry-box1 .cooperate-form .input-error,
.entry-box1 .cooperate-form .input-error:hover {
    border-color: #c01734;
}
.entry-box1 .cooperate-form .form-input-error {
    color: #c01734;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 203px;
    top: 36px;
}
.entry-box1 .radio-box .select-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.entry-box1 .radio-box .form-input-error {
    top: 130px;
}
.entry-box1 .radio-con {
    max-width: 490px;
}
.entry-box1 .radio-con li {
    width: 140px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin: 0 10px 10px 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}
.entry-box1 .radio-con li .iconfont {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #dbdbdb;
    font-size: 18px;
    line-height: 17px;
}
.entry-box1 .radio-con li.active {
    color: #fa6400;
    border-color: #fa6400;
}
.entry-box1 .radio-con li.active .iconfont {
    color: #fa6400;
}
.entry-box1 .cooperate-btn {
    margin: 10px auto;
    width: 225px;
    height: 45px;
    background: #fa6400;
    border-radius: 28px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.entry-box1 .cooperate-btn:hover {
    background: #cc3e00;
}
.entry-box1 .info {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
.entry-box2 {
    padding: 30px 0 80px;
}
.entry-box2 .floor-1 {
    width: 600px;
    height: 483px;
    background: url(../../images/jigou-pc.jpg?v=202309261833) no-repeat top;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 60px;
    text-align: justify;
}
.entry-box2 .floor-1 .area-1 {
    text-align: center;
    padding: 40px 0 29px;
    font-size: 24px;
}
.entry-box2 .floor-1 .area-2 {
    padding: 16px 0;
}
.entry-box2 .cooperate-form {
    width: 600px;
    height: 483px;
    background: #f6f6f8;
    padding: 42px 140px 0;
}
.entry-box2 .cooperate-form .item {
    padding-bottom: 14px;
    position: relative;
}
.entry-box2 .cooperate-form .label {
    width: 84px;
    text-align: right;
    padding-right: 12px;
    line-height: 40px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.entry-box2 .cooperate-form input {
    width: 320px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 0 20px 0 84px;
    color: #333;
}
.entry-box2 .cooperate-form .input-error,
.entry-box2 .cooperate-form .input-error:hover {
    border-color: #c01734;
}
.entry-box2 .cooperate-form .form-input-error {
    color: #c01734;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 40px;
}
.entry-box2 .radio-box {
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 0 12px;
    background: #fff;
}
.entry-box2 .radio-box.item {
    padding-bottom: 0;
}
.entry-box2 .radio-box .label {
    position: inherit;
    width: 100%;
    border-bottom: 1px solid #ececec;
    text-align: left;
    line-height: 12px;
    padding: 8px 0 10px;
}
.entry-box2 .radio-box .select-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.entry-box2 .radio-box .form-input-error {
    top: 130px;
}
.entry-box2 .radio-con {
    padding-top: 9px;
}
.entry-box2 .radio-con .radios {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin: 4px 8px 0 0;
    border-radius: 50%;
}
.entry-box2 .radio-con .radios .radios-bd {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
}
.entry-box2 .radio-con li {
    line-height: 20px;
    background: #fff;
    border-radius: 5px;
    margin: 0 40px 10px 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.entry-box2 .radio-con li:last-child,
.entry-box2 .radio-con li:nth-child(3) {
    margin-right: 0;
}
.entry-box2 .radio-con li.active {
    color: #ff7b5e;
}
.entry-box2 .radio-con li.active .radios {
    border-color: #ff7b5e;
}
.entry-box2 .radio-con li.active .radios .radios-bd {
    background: #ff7b5e;
}
.entry-box2 .cooperate-btn {
    margin: 40px auto 10px;
    width: 225px;
    height: 45px;
    background: #39c;
    border-radius: 28px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.entry-box2 .cooperate-btn:hover {
    background: #1975a2;
}
.entry-box2 .info {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
.entry-box3 {
    margin: 30px 0 80px;
    height: 500px;
    background: url(../../images/jigou-pc.jpg?v=202309261833) no-repeat top;
    background-size: cover;
}
.entry-box3 .floor-1 {
    width: 540px;
    height: 300px;
    margin: 84px 0 0 80px;
    border-radius: 5px;
    border: 1px dashed #259ade;
    background: hsla(0, 0%, 100%, 0.5);
    line-height: 24px;
    font-size: 16px;
    padding: 50px 30px 0;
    position: relative;
}
.entry-box3 .floor-1 .area-1 {
    position: absolute;
    top: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 244px;
    height: 50px;
    line-height: 50px;
    background: #259ade;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
.entry-box3 .floor-1 .area-2 {
    padding: 16px 0;
}
.entry-box3 .cooperate-form {
    width: 380px;
    height: 458px;
    background: #fff;
    border-radius: 5px;
    margin: 21px 80px 0 0;
    padding-top: 20px;
}
.entry-box3 .cooperate-form .item {
    position: relative;
}
.entry-box3 .cooperate-form .label {
    width: 108px;
    text-align: right;
    padding-right: 16px;
    line-height: 50px;
    font-size: 14px;
}
.entry-box3 .cooperate-form input {
    width: 250px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #ececec;
    color: #333;
}
.entry-box3 .cooperate-form .input-error,
.entry-box3 .cooperate-form .input-error:hover {
    border-color: #c01734;
}
.entry-box3 .cooperate-form .form-input-error {
    color: #c01734;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
}
.entry-box3 .radio-box {
    padding-left: 20px;
}
.entry-box3 .radio-box .label {
    width: 100%;
    text-align: left;
    line-height: 14px;
    padding-top: 17px;
}
.entry-box3 .radio-box .select-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.entry-box3 .radio-con li {
    width: 106px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    margin: 10px 10px 0 0;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.entry-box3 .radio-con li.active {
    background: #ff7022;
    border-color: #ff7022;
    color: #fff;
}
.entry-box3 .cooperate-btn {
    margin: 40px auto 10px;
    width: 225px;
    height: 45px;
    background: #259ade;
    border-radius: 28px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.entry-box3 .cooperate-btn:hover {
    background: #0c7aba;
}
.entry-box3 .info {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #333;
}
