main {
    width: 100%;
    background: #FFF3F3;
}

.create {
    padding: var(--uSize) var(--llSize) var(--kSize);
    margin: 0 auto;
    text-align: center;
}

.c_top p {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}

.c_top ul {
    display: flex;
    justify-content: center;
    margin-top: var(--iSize);
}

.c_top ul li {
    width: var(--pSize);
    height: var(--nnSize);
    background: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(89, 18, 18, 0.24);
    border-radius: 3px;
    margin: 0 var(--cSize);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c_top li p {
    text-align: center;
}

.c_top li p:nth-child(1) {
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FF0000;
    font-size: var(--wSize);
    position: relative;
}

.c_top li p img {
    position: absolute;
    bottom: var(--gSize);
}

.c_top li p:nth-child(1) span {
    font-size: var(--eSize);
    font-weight: 400;
}

.c_top li p:nth-child(2) {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
}


/* article */

.a_content {
    width: 100%;
    box-sizing: border-box;
}

.a_content li {
    width: 100%;
    height: var(--ppSize);
    overflow: hidden;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding: var(--lSize) var(--vvSize);
}

.a_content li em {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.a_content li:nth-child(even) {
    background: #FEF8F8;
}

.a_content p {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: var(--jxSize);
}

.a_content p span {
    line-height: 2rem;
}

.a_content p span:nth-child(1) {
    font-size: 0.1rem;
    opacity: 0;
    display: inline-block;
    text-align: center;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: var(--bbSize);
}

.a_content_one p span:nth-child(1) {
    width: 33.7rem;
}

.a_content_two p span:nth-child(1) {
    width: 31rem;
}

.a_content_three p span:nth-child(1) {
    width: 28.5rem;
}

.a_content_four p span:nth-child(1) {
    width: 29rem;
}

.a_content p span:nth-child(2) {
    font-size: 0.1rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: var(--uSize);
    opacity: 0;
}

.a_content p span:nth-child(2) a {
    font-size: 0rem;
    opacity: 0;
}

.a_content p span a {
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FF0000;
    display: inline-block;
}

.a_content .more {
    display: block;
    width: var(--ttSize);
    height: var(--wSize);
    line-height: var(--bbSize);
    border: 1px solid #FF0000;
    text-align: center;
    font-size: var(--fSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FF0000;
    position: relative;
    top: 5rem;
    opacity: 0;
}

.a_content i {
    display: block;
    width: var(--qqSize);
    height: var(--rrSize);
}

.a_content i {
    display: block;
    width: var(--qqSize);
    height: var(--rrSize);
    position: relative;
}

.a_content_one i img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 39.5rem;
    opacity: 0;
}

.a_content_two i img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -39.5rem;
    opacity: 0;
}

.a_content_two .two_title {
    white-space: nowrap;
}

.a_content_three i img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 39.5rem;
    opacity: 0;
}

.a_content_four i img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -39.5rem;
    opacity: 0;
}


/* 5000万 */

.choose {
    padding: var(--wwSize) 0;
}

.ch_head {
    text-align: center;
    margin-bottom: var(--wwSize);
}

.ch_head P {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}

.ch_head span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
}

.ch_con {
    height: var(--yySize);
    border-radius: var(--aSize);
    box-sizing: border-box;
    width: var(--zSize);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px 2px #FFF0F0;
}

.ch_con ul {
    width: var(--zSizes);
    height: var(--yySize);
    border-radius: var(--aSize) 0 0 var(--aSize);
    position: absolute;
    z-index: 1;
}

.ch_con ul li {
    float: left;
    width: var(--zSize);
    height: var(--yySize);
}

.ch_con ul li .image {
    width: var(--axSize);
    height: 100%;
    float: left;
}

.ch_con ul li div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: var(--ilSize);
}

.ch_con ul li div .ch_con_logo {
    width: var(--pbSize);
    padding-left: 1rem;
    margin-bottom: var(--aSize);
}

.ch_con ul li div span {
    display: block;
    width: 100%;
    padding-left: 2rem;
}

.ch_con ul li div span img {
    display: inline-block;
    height: var(--ySize);
    margin-right: var(--cSize);
}

.ch_con ul li div span i {
    display: inline-block;
}

.ch_con ul li div span:nth-child(1) {
    display: inline-block;
    display: flex;
}

.ch_con ul li:nth-child(2) div .ch_con_logo {
    margin-bottom: var(--cSize);
}

.ch_con ul li div span:nth-child(2) {
    text-align: right;
    margin-top: var(--kSize);
}

.ch_bom {
    display: flex;
    justify-content: space-between;
}

.ch_bom li {
    margin-top: 1.18rem;
    width: var(--iiSize);
    height: var(--lSize);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 2px #FFF0F0;
}

.ch_bom li img {
    width: 100%;
    height: 100%;
    display: block;
}


/* 问题搜索 */

.question {
    background: #FEF8F8;
    height: var(--gxSize);
}

.search {
    width: var(--xxSize);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
}

.search input {
    width: var(--ixSize);
    height: var(--hxSize);
    background: #FEF8F8;
    border: 1px solid #999999;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0.4rem 0 0 var(--eSize);
}

.search input::-webkit-input-placeholder {
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
}

.search button {
    width: var(--jjSize);
    height: var(--hxSize);
    background: #FF0000;
    border-radius: 3px;
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
}

.problem {
    width: var(--xxSize);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: var(--gSize);
}

.problem ul {
    width: var(--jxSize);
    overflow: hidden;
}

.problem ul .p_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0.2rem 0.3rem;
    margin-bottom: 0.5rem;
}

.problem ul .p_title span {
    display: inline-block;
    width: 8rem;
    font-size: var(--gSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FF0000;
}

.problem ul .p_title a {
    display: inline-block;
    width: 7rem;
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #999999;
    margin-bottom: -0.2rem;
    cursor: pointer;
}

.problem ul li {
    display: none;
}

.problem ul li a {
    display: flex;
    align-items: center;
    width: var(--jxSize);
    margin: 0.6rem 0;
}

.problem ul li a img {
    width: var(--cSize);
    height: var(--cSize);
    margin-right: 0.3rem;
}

.problem ul li a span {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_show {
    display: block !important;
    position: relative;
    left: var(--jxSize);
}

.problem ul li:hover a {
    position: relative;
}

.problem ul li:hover a span {
    color: #ff0000;
}


/* 提示 */

.p_tip {
    position: absolute;
    left: var(--eeSize);
    z-index: 8;
    width: var(--yySize);
    height: var(--lxSize);
    margin: 0 auto;
    background: #fff;
    padding: var(--jSize);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--eSize);
    box-shadow: 0 5px 5px rgba(216, 224, 245, 0.5);
    border-radius: var(--jSize);
    display: none;
    text-align: center;
}

.p_tip i {
    width: var(--bSize);
    height: var(--bSize);
    color: #FF0000;
    margin-left: 29rem;
    cursor: pointer;
}

.p_tip p {
    margin-top: 2rem;
    font-size: var(--eSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}

.p_tip a {
    display: inline-block;
    width: var(--aaSize);
    height: var(--bbSize);
    line-height: var(--bbSize);
    background: #FF0000;
    border-radius: 3px;
    margin-top: 1.5rem;
    color: #fff;
    text-align: center;
}

.index-bor {
    border-bottom: 5px solid red
}