#pc{
    background-color:#F3F5F8;
}
.tools-banner {
	min-width: 1000px;
	background: url("../images/tools-banner.png") center top no-repeat;
	height: 480px;
	position: relative;
}

.tools-banner::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.tools-banner .t1 {
	padding-top: 186px;
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: relative;
}

.tools-banner .t2 {
	padding-top: 36px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
}

.tools-title {
	padding: 42px 0 56px 0;
	position: relative;
}

.tools-title .tit {
	text-align: center;
	font-size: 26px;
}

.tools-title .sel {
	position: absolute;
	top: 42px;
	right: 0;
	font-size: 16px;
}

.tools-list {
	font-size: 0;
	line-height: 0;
}

.tools-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.tools-list li {
	display: flex;
	flex-shrink: 0;
	width: 25%;
	line-height: 1;
	padding-bottom: 20px;
	text-align: left;
	justify-content: center;
}

.tools-list li:nth-last-child(1) {
	margin-right: auto;
}

.tools-list .box {
    padding: 24px;
	width: 305px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	display: inline-block;
    animation: .5s;
}
.tools-list .box:hover {
    box-shadow: 8px 0 27px 0px rgba(0, 0, 0, 0.05);
    transform: scale(1.01);
}
.tools-list .box .tit {
	font-size: 20px;
	color: #333;
	position: relative;
	word-break: break-all;
}



.tools-list .box .info {
	font-size: 14px;
	margin-top: 10px;
	color: #666;
	line-height: 18px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline ;
    overflow: hidden ;
    text-overflow: ellipsis ;
    display: -webkit-box ;
    -webkit-line-clamp: 3 ;
    line-clamp: 3 ;
    -webkit-box-orient: vertical;
   
}
.tools-list .box:hover .tip{
    color: #0090D6;
}
.tools-list .box:hover .tip-icon{
    background-image: url(../images/tip-icon1.png);
}
.tools-list .box .tip{
    width: 100%;
    font-size: 14px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    color:#999;
}
.tools-list .box .tip-icon{
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../images/tip-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.tools-list .box .tit .t {
	display: inline-block;
	vertical-align: top;
}





.tools-list .box .conn .icon {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 30px;
	height: 30px;
	background: url("../images/icon-tools-file.png") center center no-repeat;
}



.phone .tools-banner {
	height: 282px;
	background-size: auto 100%;
	min-width: 750px;
}

.phone .tools-banner .t1 {
	padding-top: 86px;
}

.phone .tools-banner .t2 {
	padding-top: 36px;
	line-height: 1.5;
}

.phone .tools-list li {
	width: 50%;
}

.tool-detail {
	padding: 45px 0 85px 0;
}

.tool-detail .tool-intro {
	position: relative;
	padding-left: 203px;
	min-height: 124px;
}

.tool-detail .tool-intro .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 110px;
	background: -webkit-gradient(linear, left bottom, left top, from(#46AEF7), to(#1DD5E6));
	background: linear-gradient(0deg, #46AEF7 0%, #1DD5E6 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tool-detail .tool-intro .title {
	padding: 20px 0;
	font-size: 16px;
}

.tool-detail .tool-intro .info {
	font-size: 14px;
	line-height: 1.5;
}

.tool-detail .tool-intro .info span {
	padding-right: 26px;
}

.tool-detail .tool-desc {
	padding: 22px 40px;
	background-color: #f6f6f6;
}

.tool-detail .tool-desc .tit {
	font-size: 18px;
	padding-bottom: 10px;
}

.tool-detail .tool-desc .conn {
	font-size: 14px;
	line-height: 36px;
}

.tool-detail .tool-version-list {
	margin-top: 20px;
	border-left: 1px #E9E9E9 solid;
	border-right: 1px #E9E9E9 solid;
	display: table;
	width: 100%;
}

.tool-detail .tool-version-list ul {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
	display: table-row;
}

.tool-detail .tool-version-list ul li {
	padding: 0 40px;
	min-height: 50px;
	line-height: 50px;
	border-bottom: 1px #E9E9E9 solid;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;

}


.tool-detail .tool-version-list ul li .textInfo{
	padding:12px 0;
	line-height: 26px;
}

.tool-detail .tool-version-list ul li:nth-child(1) {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	width: 24%;
}

.tool-detail .tool-version-list ul li:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	width:40%;
}

.tool-detail .tool-version-list ul li:nth-child(3) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.tool-detail .tool-version-list ul li:nth-child(4) {
	text-align: center;
	white-space: nowrap;
}
.tool-detail .tool-version-list ul li:nth-child(5) {
	text-align: center;
}

.tool-detail .tool-version-list ul.tit {
	background-color: #F0F4F7;
}

.tool-detail .tool-version-list ul.tit li:nth-child(2) {
	position: relative;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}

.tools-version .title {
	padding: 45px 0 35px 0;
	font-size: 16px;
	font-weight: bold;
}

.tools-version .intro {
	padding: 30px;
	background-color: #f6f6f6;
}

.tools-version .intro .col {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-right: 80px;
	line-height: 40px;
}

.tools-version .intro .col .t {
	font-weight: bold;
}

/* .tools-version .intro .col:last-child { padding-top: 30px; } */

.tools-version .intro .col:last-child .i {
	font-size: 14px;
}

/* .tools-version .section { padding: 0 12px 135px 12px; } */

.tools-version .oper {
	padding: 26px 0 15px 0;
}

.tools-version .oper .left {
	font-size: 14px;
	padding-left: 16px;
	display: inline-block;
}

.tools-version .oper .left span,
.tools-version .oper .left i {
	display: inline-block;
	vertical-align: middle;
}

.tools-version .oper .left .icon {
	width: 17px;
	height: 17px;
	background: url("../images/icon-ver.png") center center no-repeat;
	margin-right: 12px;
}

.tools-version .oper .right {
	float: right;
	font-size: 14px;
}

.tools-version .oper .right span {
	color: #008DE9;
	cursor: pointer;
}

.tools-version .soft-list-warp {
	border: 1px #e9e9e9 solid;
}

.tools-version .soft-list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tools-version .soft-list>ul>li {
	padding: 30px 0;
	border-bottom: 1px #e9e9e9 solid;
	flex: 1;
	text-align: center;
}

.tools-version .soft-list>ul>li:nth-child(1) {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	padding-left: 20px;
	text-align: left;
}

.tools-version .soft-list>ul>li:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.tools-version .soft-list>ul>li:nth-child(3) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.tools-version .soft-list>ul>li:nth-child(4) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.tools-version .soft-list>ul>li:nth-child(5) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.tools-version .soft-list>ul.tit {
	background-color: #f6f6f6;
}

.tools-version .soft-list>ul.tit>li {
	padding: 0;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
}

.tools-version .soft-list>ul.tit>li:nth-child(1) {
	padding-left: 20px;
}

.tools-version .soft-list>ul:last-child>li {
	border-bottom: none;
}

.tools-version .soft-list .sec {
	font-size: 12px;
	color: #999;
	padding-left: 40px;
	padding-top: 7px;
}

.tools-version .soft-list .icon-down {
	width: 20px;
	height: 20px;
	background: url("../images/icon-down-hover.png") center center no-repeat;
	display: inline-block;
	cursor: pointer;
}

.tools-version .soft-list .lock {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url("../images/icon-lock.png") center center no-repeat;
}

.tools-version .soft-file-title {
	font-size: 18px;
	color: #008DE9;
	padding: 40px 0 20px 0;
}

.tools-version .soft-file-title span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}

.tools-version .soft-file-title .icon-ver {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url("../images/icon-ver-f.png") center center no-repeat;
}

.tools-version .soft-file-warp {
	border: 1px #e9e9e9 solid;
}

.tools-version .soft-file-list>ul>li:nth-child(1) {
	-webkit-box-flex: 7;
	-ms-flex: 7;
	flex: 7;
	padding-left: 20px;
}

.tools-version .btn-box {
	padding: 0 0 30px 20px;
}

.tools-version .btn-box .btn-down {
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	background-color: #008DE9;
	cursor: pointer;
}

.tools-version .checkbox {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.tools-version .checkbox input {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.tools-version .checkbox input+span {
	position: relative;
	padding-left: 40px;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
}

.tools-version .checkbox input+span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../images/icon-chk-bg.png") no-repeat;
	background-size: 100% 100%;
}

.tools-version .checkbox input:checked+span::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../images/icon-chk.png") center center no-repeat;
	background-size: 13px 10px;
}



/*# sourceMappingURL=tools.css.map */

@media screen and (max-width: 1367px) {
	.tool-detail .tool-version-list ul li:nth-child(1){
		width: 15%;
	}
	.tools-list .box {
		width: 250px;
		min-width: 250px;
	}

	.phone .tools-list .box {
		width: 305px;
		;
		min-width: auto;
	}

	.phone .tools-title .sel {
		font-size: 22px;
	}

	.phone .tools-title .tit {
		float: left;
		margin-left: 10px;
		font-size: 30px;
	}

	.phone .tools-version {
		margin-bottom: 30px;
	}
}

#m {
	padding: 30px 20px;
	background-color: #fff;
	font-size: 26px;
	color: #333;
}

#m .m-tool-detail-icon {
	width: 270px;
	flex-shrink: 0;
	margin-right: 30px;
}

#m .title {
	font-weight: 600;
	font-size: 36px;
}

#m .time {
	font-size: 22px;
	margin-top: 30px;
}

#m .m-info {
	margin-top: 30px;
}

#m .m-info>div:nth-child(1) {
	width: 160px;
	flex-shrink: 0;
}

#m .explain-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 70px;
	margin-top: 30px;
}

#m .explain {
	font-size: 22px;
	margin-top: 15px;
}

#m .m-table .m-table-thead {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 600;
	background-color: #CCCBCE;
}

#m .m-table {
	margin: 40px 0 0;
	line-height: 60px;
}

#m .m-table .m-table-thead>div {
	flex: 1;
	flex-shrink: 0;
	text-align: center;
}

#m .m-table-tr {
	display: flex;
	align-items: center;
	font-size: 22px;
}

#m .m-table-tr:nth-child(odd) {
	background-color: #F1EFF2;
}

#m .m-table-tr .m-table-td {
	flex: 1;
	flex-shrink: 0;
	text-align: center;
}

#m .m-version {
	margin: 30px 0;
}

#m .m-version-info {
	font-size: 22px;
	margin-bottom: 10px;
}

#m .m-version-info>div {
	flex: 1;
	flex-shrink: 0;
	line-height: 35px;
}

#m .m-sub-title {
	font-size: 22px;
	color: #999;
	line-height: 40px;
	margin-bottom: 40px;
}

#m .m-sub-title img {
	width: 22px;
	margin-right: 10px;
}

#m .m-tool-list {
	margin: 30px 0;
	font-size: 24px;
}

#m .m-tool-list .m-tool-item {
	padding: 20px;
	border: 2px solid #EDEDED;
	border-radius: 10px;
	margin-bottom: 30px;
}

#m .m-tool-list .m-tool-item>div:nth-child(1) {
	line-height: 60px;
}

#m .m-tool-list .m-tool-item .m-title {
	font-size: 26px;
	line-height: 50px;
}

#m .m-tool-list .m-tool-item .m-sub-title {
	font-size: 24px;
	margin-bottom: 10px;
}


/* checkbox */
#m .m-checkbox span {
	padding-right: 45px;
	position: relative;
	line-height: 31px;
}

#m .m-checkbox span::before {
	content: '';
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #999;
}

#m .m-checkbox input:checked+span::before {
	background-color: #008DE9;
	border: 1px solid #008DE9;
}

#m .m-checkbox input:checked+span::after {
	content: '\e6da';
	position: absolute;
	color: #fff;
	font-size: 26px;
	right: 4px;
	top: 0px;
	font-family: element-icons !important;
}

#m-phone {
	padding: 0;
}

#m-phone .tools-banner {
	height: 400px;
}

#m-phone .tools-banner .s-content .t1 {
	padding-top: 140px;
}

#m-phone .m-ms-content {
	padding: 0 20px;
}

#m-phone .m-ms-content .tools-title {
	height: 120px;
	line-height: 120px;
	padding: 0;
}

#m-phone .m-ms-content .tools-list {
	padding-bottom: 30px;
}

#m-phone .m-ms-content .tools-list ul {
	justify-content: space-between;
}

#m-phone .m-ms-content .tools-list ul li {
	flex-direction: column;
	justify-content: flex-start;
	padding: 26px;
	height: 250px;
	width: calc(50% - 13px);
	
	box-shadow: 0px 4px 14px 1px rgba(55, 99, 170, 0.1);
	border: 2px solid #FFFFFF;
	margin-bottom: 20px;
}

#m-phone .m-ms-content .tools-list ul li .tit {
	color: #353535;
}

#m-phone .m-ms-content .tools-list ul li .info1 {
	color: #353535;
	font-size: 22px;
	line-height: 30px;
    height: 86px;

    margin-top: 10px;
}


#m-phone .m-ms-content .tools-list .tip{
    width: 100%;
    font-size: 20px;
    height: 50px;
    line-height: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    color:#999;
}
#m-phone .m-ms-content .tools-list .tip-icon{
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url(../images/tip-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
#m-phone .m-ms-content .tools-list  .tit .t {
	display: inline-block;
	vertical-align: top;
}
#m-phone .m-ms-content .tools-list ul li .box {
	background: none;
	height: auto;
    padding: 0;
}

#m-phone .m-ms-content .tools-list h4 {
	font-size: 28px;
	line-height: 40px;
}

#m-phone .m-ms-content .tools-list li:nth-last-child(1) {
	margin: 0;
}

#m-phone .m-ms-content .sel {
	display: flex;
	font-size: 26px;
	top: 0;
}

#m-phone .m-ms-content .sel .text {
	margin-right:32px;
}

#m-phone .m-ms-content .sel div {
	position: relative;
	/* width: 180px; */
}

#m-phone .m-ms-content .sel .order-data {
	margin-right: 40px
}

#m-phone .m-ms-content .sel .text-blue {
	color: #008DE9;
}

#m-phone .m-ms-content .sel .caret-bottom {
	position: absolute;
	top: 52%;
	right: 0;
	border: 10px solid transparent;
	border-top-color: #666;
}

#m-phone .m-ms-content .sel .border-blue {
	border-top-color: #008DE9;
}

#m-phone .m-ms-content .sel .caret-bottom::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -35px;
	border: 10px solid transparent;
	border-bottom-color: #666;
}

.blue {
	color: #008DE9;
	font-weight: bold;
}

.addmore {
	font-size: 26px;
	text-align: center;
	height: 97px;
	line-height: 97px;
	margin-top: 10px;
}

.phone .about-conn .text-2 {
	font-size: 26px;
}

#m-phone .m-ms-content .sel .blue-bottom::before{
    border-bottom-color: #008DE9;
}
.hot-tag{
    background: linear-gradient(90deg, #FF9B0B 0%, #FF7F0E 100%);
    border-radius: 2px;
    font-size:10px;
    color:#fff;
    display: inline-block;
    text-align: center;
    height:18px;
    line-height:18px;
    padding:0 3px;
}
.new-tag{
    background:linear-gradient(90deg, #218AFE 0%, #008DE9 100%);
    border-radius: 2px;
    font-size:10px;
    color:#fff;
    display: inline-block;
    text-align: center;
    height:18px;
    line-height:18px;
    padding:0 3px;
}
.jian-tag{
    height:18px;
    line-height:18px;
    padding:0 3px;
    border-radius: 2px;
    font-size:10px;
    color:#fff;
    display: inline-block;
    text-align: center;
    background: linear-gradient(90deg, #FF5B5B 0%, #FF3636 100%);
}

.u-hot-tag{
    font-size: 13px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FF3B3B;
    line-height: 30px;
}
.u-new-tag{
    font-size: 13px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #058DEC;
    line-height: 30px;
}
.u-jian-tag{
    font-size: 13px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FF7F05;
    line-height: 30px;
}


.m-hot-tag{
    height:28px;
    line-height:26px!important;
    background: linear-gradient(269deg, #FF3636 0%, #FF5A5A 100%);
    border-radius: 5px;
    font-size:20px;
    padding:0 2px;
    color:#fff;
    display: inline-block;
    text-align: center;
}
.m-new-tag{
    height:28px;
    line-height:26px!important;
    background: linear-gradient(90deg, #218AFE 0%, #017AFF 100%);
    border-radius: 5px;
    font-size:20px;
    padding:0 2px;
    color:#fff;
    display: inline-block;
    text-align: center;
}
.m-jian-tag{
    height:28px;
    line-height:26px!important;
    background: linear-gradient(90deg, #FF9B0B 0%, #FF7F0E 100%);
    border-radius: 5px;
    padding:0 2px;
    font-size:20px;
    color:#fff;
    display: inline-block;
    text-align: center;
}
.u-m-hot-tag{
    height: 28px;
    font-size: 22px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: normal;
    color: #FF3B3B;
    font-weight: bold;
}
.u-m-new-tag{
    height: 28px;
    font-size: 22px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: normal;
    color: #058DEC;
    font-weight: bold;
}
.u-m-jian-tag{
    height: 28px;
    font-size: 22px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: normal;
    color: #FF7F05;
    font-weight: bold;
}
