/*font-size*/
.content1 {
    padding: 0.8rem 0 1rem;
    background-position: center;
    background-size: cover;
}
.content1 .innerWrap {
    width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content1 .left {
    width: 63.5%;
}
.content1 .left h1 {
    font-size: 0.3rem;
    margin: 0.2rem 0;
}
@media only screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }
    .content1 .left h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1024px) {
    .content1 .left h1 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .left h1 {
        font-size: 24px;
    }
}
.content1 .left .detail {
    padding-bottom: 0.3rem;
}
.content1 .left .detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content1 .left .detail ul li {
    display: flex;
    align-items: center;
    height: 0.15rem;
    line-height: 0.15rem;
    font-size: 16px;
    margin-right: 0.3rem;
    padding-right: 0.3rem;
    border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1366px) {
    .content1 .left .detail ul li {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .left .detail ul li {
        font-size: 14px;
    }
}
.content1 .left .detail ul li svg {
    cursor: pointer;
    font-size: 30px;
    margin-right: 0.1rem;
}
@media only screen and (max-width: 1440px) {
    .content1 .left .detail ul li svg {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .content1 .left .detail ul li svg {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .left .detail ul li svg {
        font-size: 18px;
    }
}
.content1 .left .detail ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.content1 .left .detail ul li:last-child .shareBtn:last-child {
    display: none;
}
.content1 .left .detail ul li .shareBtn {
    position: relative;
}
.content1 .left .detail ul li .shareBtn .qrContainer {
    display: none;
    position: absolute;
    left: 50%;
    width: 150px;
    padding: 20px;
    background: #fff;
    margin-left: -75px;
    top: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.content1 .left .detail ul li .shareBtn .qrContainer::after {
    position: absolute;
    left: 50%;
    top: -0.2rem;
    margin-left: -0.18rem;
    content: "";
    width: 0;
    height: 0;
    border-left: 0.18rem solid transparent;
    border-right: 0.18rem solid transparent;
    border-bottom: 0.2rem solid #fff;
}
.content1 .left .detail ul li .shareBtn .qrContainer img {
    width: 100%;
}
.content1 .left .detail ul li .shareBtn .qrContainer .qrcode {
    width: 150px;
    height: 150px;
}
.content1 .left .detail ul li .shareBtn .qrContainer p {
    text-align: center;
    line-height: 2;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .content1 .left .detail ul li .shareBtn .qrContainer p {
        font-size: 12px;
    }
}
.content1 .left .ctx {
    padding: 0.4rem 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}
@media only screen and (max-width: 1366px) {
    .content1 .left .ctx {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .left .ctx {
        font-size: 14px;
    }
}
.content1 .left .ctx h2 {
    font-size: 24px;
    margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1440px) {
    .content1 .left .ctx h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .content1 .left .ctx h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .content1 .left .ctx h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .left .ctx h2 {
        font-size: 16px;
    }
}
.content1 .left .ctx p {
    font-size: 16px;
    color: #666;
    /*margin-bottom: 0.1rem;*/
}
.content1 .left .ctx p img{
    width: 100%;
}
@media only screen and (max-width: 1366px) {
    .content1 .left .ctx p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .left .ctx p {
        font-size: 14px;
    }
}
.content1 .left .ctx .imgBox {
    margin-bottom: 0.6rem;
}
.content1 .left .ctx .imgBox img {
    width: 100%;
    margin-bottom: 0.2rem;
}
.content1 .left .ctx .imgBox p {
    text-align: center;
}
.content1 .left .ctx ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.content1 .left .ctx ul li {
    width: 49.5%;
}
.content1 .left .link {
    padding: 0.4rem 0;
    border-bottom: 1px solid #ebebeb;
}
.content1 .left .link p {
    color: #777;
    line-height: 2;
}
.content1 .left .link p:hover a {
    color: #e60111;
    text-decoration: underline;
}
.content1 .left .link p a {
    color: #777;
}
.content1 .left .button {
    font-size: 14px;
    display: inline-block;
    margin-top: 0.4rem;
    height: 45px;
    line-height: 45px;
    padding: 0 0.35rem;
    text-align: center;
    color: #fff;
    background: #1d1d1d;
    cursor: pointer;
}
.content1 .left .button:hover {
    background: #e50113;
}
.content1 .left .feedbackCotainer {
    display: none;
}
.content1 .left .feedbackCotainer textarea {
    box-sizing: border-box;
    width: 100%;
    height: 2.45rem;
    padding: 0.2rem;
    margin-top: 0.4rem;
    border: 1px solid #dadada;
}
.content1 .right {
    width: 31.7%;
}
.content1 .right .ctx {
    overflow: hidden;
}
.content1 .right .ctx1 {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.content1 .right .ctx1 img {
    width: 100%;
}
.content1 .right .ctx2 {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    cursor: pointer;
}
.content1 .right .ctx2 a {
    width: 100%;
    height: 100%;
}
.content1 .right .ctx2 img {
    width: 100%;
}
.content1 .right .ctx3 .title {
    padding: 0 0.3rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: #e40112;
    color: #fff;
    font-size: 24px;
}
@media only screen and (max-width: 1440px) {
    .content1 .right .ctx3 .title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .content1 .right .ctx3 .title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .content1 .right .ctx3 .title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .right .ctx3 .title {
        font-size: 16px;
    }
}
.content1 .right .ctx3 .title i {
    font-size: 16px;
}
@media only screen and (max-width: 1366px) {
    .content1 .right .ctx3 .title i {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .content1 .right .ctx3 .title i {
        font-size: 14px;
    }
}
.content1 .right .ctx3 ul {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0.3rem;
    background: #f8f8f8;
}
.content1 .right .ctx3 ul li {
    display: flex;
    align-items: center;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px dashed #adadad;
}
.content1 .right .ctx3 ul li a {
    display: flex;
    align-items: center;
    width: 100%;
}
.content1 .right .ctx3 ul li:hover .imgBox div {
    transform: scale(1.05);
}
.content1 .right .ctx3 ul li:hover .tx h2 {
    color: #e40112;
    text-decoration: underline;
}
.content1 .right .ctx3 ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.content1 .right .ctx3 ul li .imgBox {
    width: 46.2%;
    /*height: 0.9rem;*/
    overflow: hidden;
}
.content1 .right .ctx3 ul li .imgBox div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}
.content1 .right .ctx3 ul li .tx {
    box-sizing: border-box;
    width: 53.8%;
    padding-left: 0.2rem;
}
.content1 .right .ctx3 ul li .tx h2 {
    font-size: 18px;
}
@media only screen and (max-width: 1024px) {
    .content1 .right .ctx3 ul li .tx h2 {
        font-size: 16px;
    }
}
.content1 .right .ctx3 ul li .tx p {
    font-size: 14px;
    color: #777;
}
@media only screen and (max-width: 767px) {
    .content1 .right .ctx3 ul li .tx p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1440px) {
    .content1 .innerWrap {
        width: 1110px;
    }
}
@media screen and (max-width: 1280px) {
    .content1 .innerWrap {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .content1 .innerWrap {
        flex-direction: column;
    }
    .content1 .innerWrap .left {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .content1 .innerWrap .left .detail ul li {
        line-height: 2;
        height: auto;
        border: none;
        margin-right: 0.2rem;
        padding-right: 0.2rem;
    }
    .content1 .innerWrap .left .detail ul li:last-child {
        display: none;
        margin-right: 0;
        padding-right: 0;
    }
    .content1 .innerWrap .right {
        width: 100%;
    }
}