.main {
    /* position: relative;
    top: -73px;
    z-index: -1; */
}

.pc_box {
    background-image: url(/public/img/index_banner.jpg);
    background-size: 100%;
    height: 1050px;
    background-repeat: no-repeat;
}

.info {
    display: flex;
    justify-content: left;
    margin-top: 186px;
}

.ad {
    /* width: 505px; */
    /* padding-right: 130px; */
    text-align: center;
}

.ad .title_after::after {
    content: '';
    display: block;
    width: 200px;
    height: 7px;
    object-fit: contain;
    background-color: #fff;
}

.ad .title {
    width: 1200px;
    height: 46px;
    line-height: 46px;
    font-family: SourceHanSansSC;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 2.16px;
    /* text-align: left; */
    color: #000;
    margin: 0px;
}

.ad .subtitle {
    width: 1200px;
    /* height: 118px; */
    font-family: SourceHanSansSC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    /* letter-spacing: 1.56px; */
    /* text-align: left; */
    color: #000;
    margin: 15px 0;
}

.version .item {
    display: block;
    width: 286px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #f4b509;
    text-align: center;
    margin-top: 40px;
}

.version .item:nth-child(1) {
    margin-top: 105px;
}

.version .item img {
    vertical-align: middle;
}

.b1_box {
    height: 420px;
    padding-top: 100px;
    width: 1400px;
    margin: 0 auto;
    font-size: 14px;
}

.b1 {
    display: flex;
    justify-content: center;
    /* padding-top: 120px; */
    background-color: #f1ebeb;
}

.b1 .item {
    width: 360px;
    height: 340px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px;
    box-sizing: border-box;
}

.b1 .item img {
    margin-bottom: 44px;
    min-height: 120px;
}

.b1 .item p {
    margin: 0px;
}

.b1 button {
    width: 136px;
    height: 38px;
    border: solid 4px #bc4554;
    background-color: #ffffff;
    display: block;
    margin: 20px auto;
}

.b1 div:nth-child(2) .item {
    margin: 0px 10px;
}

.b2 {
    height: 688px;
    /* background-image: url('../../img/b2.png'); */
    /* background-repeat: no-repeat; */
    margin-top: 100px;
}

.b2 .b21 p {
    margin: 20px 0;
}

.b2 .title {
    padding-top: 154px;
}

.b2 .title,
.b3 .title {
    font-family: SourceHanSansSC;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: left;
    color: #333333;
    display: block;
}

.b2 .subtitle,
.b3 .subtitle {
    width: 709px;
    height: auto;
}

.b2 .title::after,
.b3 .title::after {
    content: '';
    display: block;
    max-width: 512px;
    height: 10px;
    width: 50%;
    background-color: #bc4554;
    margin-top: 10px;
}

.b3 {
    /* background-color: #ece8e8; */
    /* height: 640px; */
    text-align: center;
    margin-bottom: 70px;
    margin-top: 100px;
}


/* .b3 .b3_box {
    display: flex;
    justify-content: center;
    padding-top: 140px;
}

.b3 .b3_box .item:nth-child(2) {
    padding-left: 62px;
} */

.dl {
    text-align: right;
    width: 960px;
}

.dl .pc {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/windows.png") no-repeat 15px;
}

.dl .android {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/android_icon.png") no-repeat 15px;
}

.dl .ios {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/IOS.png") no-repeat 15px;
}

.dl .mac {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/mac.png") no-repeat 15px;
}

.dl .cli {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/shell.png") no-repeat 15px;
}

.dl .ubuntu {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/ubuntu.png") no-repeat 15px;
}

.dl .centos {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/centos.png") no-repeat 15px;
}

.dl .tag {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/tag.png") no-repeat 15px;
}

.dl .google {
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 30px; */
    text-align: center;
    margin-top: 20px;
    background: #5a5856 url("/public/img/other/google.png") no-repeat 15px;
}

.dl span {
    /* display: inline-block; */
    /* padding-left: 40px; */
    font-size: 22px;
    color: #fff;
    display: inline-block;
    width: 120px;
}

.dl b {
    display: inline-block;
    padding-left: 17px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 185px;
}

.dl .dropdown {
    position: relative;
    display: inline-block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    background: #5a5856;
    text-align: center;
    cursor: pointer;
}

.dl .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background: #5a5856;
    padding: 0px 2px;
    top: 50px;
}

.dl .dropdown:hover .dropdown-content {
    display: block;
}

.dl a {
    color: #fff;
    font-weight: 700;
}

.dl a:hover {
    background-color: #444444;
}
.mobile-sdk{
	display: none;
}
	
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    .pc_box,
    .b1,
    .b2,
    .b3,
    .b4,
    .info,
    .b1_box,
    .b3 .b3_box {
        display: inherit;
        height: auto;
        width: auto;
    }
	.b1_box img{
		width: 5rem;
		margin: 0 .4rem;
	}
    .ad,
    .ad .title,
    .ad .subtitle,
    .ad .title_after::after,
    .b2 .subtitle,
    .b3 .subtitle {
        width: auto;
        height: auto;
    }
    .b4 {
        display: none;
    }
    .b3 img,
    .b4 img {
        width: 100%;
    }
    .b3 img {
        box-sizing: border-box;
        padding: 10px;
        background-color: #ffffff;
    }
    .ad {
        padding: 0px 20px;
    }
    .info {
        margin: 0px;
    }
    .version {
        text-align: center;
        padding-bottom: 20px;
    }
    .version .item,
    .version .item:nth-child(1),
    .b1 .item,
    .b1 div:nth-child(2) .item {
        margin: 0px auto;
    }
    .b1,
    .b2,
    .b2 .title,
    .b3 .b3_box {
        padding: 30px 20px;
    }
    .b3 .b3_box .item:nth-child(2) {
        padding: 0px;
    }
	.dl{
		width: auto;
		display: flex;
	}
	.dl > a{
		margin-top: 0px;
		flex: 1;
	}
    .version .item {
        margin-top: 20px;
    }
	.pc-sdk{
		display: none;
	}
	.mobile-sdk{
		display: block;
	}
	
	.mobile-sdk > a{
		display: block;
		width: 10rem;
		background-color: #7e72b2;
		padding: .2rem 1rem;
		height: 2.5rem;
		line-height: 2.5rem;
		color: #FFFFFF;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		border-radius: 3px;
		margin: 1rem auto;
	}
	.mobile-sdk > a:hover, .mobile-sdk > a:focus {
		background-color: #958bbf;
	}
}