/* 
    pc端适配方案开始
*/
html,
body {
    overflow-x: hidden;
}

/* .active{
    background-color: red;
} */
.dianji {
    border-bottom: 5px solid #0071BC;
}

.productYyx {
    width: 100%;
    /* padding: 45px 0; */
    display: flex;
    flex-direction: column;
}

.YsyNav {
    width: 100%;
    height: 50px;
    margin-top: 100px;
    background: #F1F1F1;
}

.YsyNav ul {
    margin-left: 30px;
    width: 63%;
}

#body {
    display: none;
}

.YsyNav ul li {
    /* display: flex; */
    height: 50px;
    /* align-items: center; */
    /* margin-left: 17%; */
}

.YsyNav ul li a span {
    font-family: 楷体;
}

.YsyNav ul li a {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    /* color: #0071bc; */
    line-height: 50px;
}
.YsyNav ul li a:hover {
	color: #0071BC;
}

.download {
    width: 42%;
    height: 100px;
    border: 1px dashed #FF9600;
    /* background: linear-gradient(0deg, #FFFFFF 97%, RGBA(255, 246, 233, 1) 100%); */
    background: linear-gradient(to top, RGBA(255, 253, 251, 1), RGBA(255, 246, 232, 1));
    border-radius: 10px;
    margin-top: 30px;
    border-bottom: 1px dashed #FF9600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 18%;
}

.download p {
    width: 350px;
    height: 42px;
    background: #CA1421;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.download p a {
    display: flex;
    align-items: center;
}

.download p a>img {
    width: 18px;
    height: 17px;
    display: block;
    margin-right: 8px;
}

.download p a>span {
    display: block;
    margin-right: 8px;
    color: #FFFFFF;
}


.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

.right-one {
    margin-left: 50px
}

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}

.last-content {
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.table {
    border: 2px solid blue;
    height: 100px;
    width: 100%;
}

.lianxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}

/* 气人从写 */


/* 结束 */


/* 解决本页面所有从后台获取数据的大小不一问题 */

div p img {
    width: 100% !important;
}

ul p img {
    width: 100% !important;
}

a img {
    width: 100% !important;
}

span img {
    width: 100% !important;
}

table {
    width: 100% !important;
}

p img {
    width: 100% !important;
}

div img {
    width: 100% !important;
}

/* 
    pc端适配方案结束
*/