/* 清除默认样式 */

* {
    margin: 0;
    padding: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

i, em {
    font-style: normal;
}

button, input {
    outline: 0;
}


/* 头部 */


/*.header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left:100px;
  background: rgb(0, 162, 255);
}*/


/* 头部导航栏 */


/*.nav li {
  padding: 0 28px;
  float: left;
  font-size: 16px;
}
.nav li a {
  color: #fff;
}
.nav img {
  height: 60px;
}
.nav li:hover {
  background-color:rgba(255, 255, 255, .3)
}*/


/* 内容区域 */

.container .list {
    width: 1110px;
    height: 46px;
    background-color: #96e9ff;
    margin-top: 30px;
}

.list ul {
    padding: 0;
}

.list li {
    float: left;
    height: 46px;
    padding: 13px 21px 0 21px;
    font-size: 14px;
}

.list li:nth-child(1) {
    background-color: #25aad6;
}

.list li:nth-child(1) a {
    color: #fff;
}

.list li a {
    color: #333;
}

.inp {
    position: relative;
    height: 62px;
    margin-top: 28px;
}


/* .inp span {
  font-size: 16px;
}
.inp input[type="text"] {
  margin: 0 15px;
} */

.sele {
    position: absolute;
    top: 0;
    left: 100px;
    background-color: #1e9fff;
    border-radius: 20px;
    color: #fff;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}


/* 温馨提示 */

.title {
    position: absolute;
    top: 100px;
    height: 55px;
    border-left: 5px solid #009688;
    padding-top: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.title a {
    color: #00a7d0;
}


/* 开始压缩 */

.begin {
    height: 350px;
    /* border: 5px dashed #ccc; */
    margin-top: 10px;
}

.begin .picture {
    width: 195px;
    margin: 0 auto;
    margin-top: 76px;
}

.begin .picture img:nth-child(2) {
    margin: 0 20px;
}

.begin button {
    display: block;
    width: 180px;
    height: 54px;
    border: 0;
    background-color: #ff3959;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    margin: 45px auto;
}

.btn-primary {
    display: block;
    width: 180px;
    height: 54px;
    margin: auto;
    background-color: #ff3959;
    border-radius: 30px;
    border: 0;
}

.btn-primary:hover {
    background-color: #ff3959;
    border: 0;
}

.txt {
    margin: 5px 10px;
}


/* .alert-warning{
  font-size: 12px;
} */

#input, #output {
    margin-top: 0.5rem;
    overflow: auto;
    max-height: 600px;
}

.rounded {
    width: 1106px;
    padding: 10px;
    border: 5px dashed #ccc;
    margin-bottom: 20px;
}

.mt50 {
    margin-top: 50px;
}

.compress_size_block {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    margin-top: 40px;
}

.compress_size_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.compress_size_list li {
    width: 200px;
    background: #f2f2f2;
    border-radius: 6px;
    margin-bottom: 15px;
}

.compress_size_list li:hover {
    position: relative;
    top: -5px;
}

.compress_size_list li a {
    color: #444;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: block;
}

.compress_size_block .compress_size_title {
    width: 100%;
    text-align: center;
}

.compress_size_block .compress_size_title h2 {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
}

.compress_size_block .compress_size_title p {
    color: #555;
    font-size: 15px;
    width: 100%;
}

.compress_size_block .compress_size_img {
    width: 100%;
    padding: 0 55px;
    height: 373px;
}

.compress_size_block .compress_size_img .layui-carousel>[carousel-item]>* {
    background: #fff;
}

.compress_size_block .compress_size_info {
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.compress_size_block .compress_size_info .i1 {
    padding-top: 96px;
    background: url(/yasuotu/images/size/compress_ico01.png) top no-repeat;
}

.compress_size_block .compress_size_info .i2 {
    padding-top: 96px;
    background: url(/yasuotu/images/size/compress_ico02.png) top no-repeat;
}

.compress_size_block .compress_size_info .i3 {
    padding-top: 96px;
    background: url(/yasuotu/images/size/compress_ico03.png) top no-repeat;
}

.compress_size_block .compress_size_info span {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
    display: inline-block;
}

.compress_size_block .compress_size_info .arrow {
    width: 60px;
    background: url(/yasuotu/images/size/compress_ico04.png) center 25px no-repeat;
}

.compress_size_block .compress_size_info2 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.compress_size_block .compress_size_info2 li {
    color: #666;
    font-size: 15px;
    width: 370px;
    height: 150px;
    margin: 15px 0;
    padding: 45px 0 45px 125px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(77, 124, 255, 0.14);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.compress_size_block .compress_size_info2 li:hover {
    top: -5px;
    position: relative;
}

.compress_size_block .compress_size_info2 span {
    color: #333;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.compress_size_block .compress_size_info2 .i1 {
  background: url(/yasuotu/images/size/compress_ico05.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i2 {
  background: url(/yasuotu/images/size/compress_ico06.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i3 {
  background: url(/yasuotu/images/size/compress_ico07.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i4 {
  background: url(/yasuotu/images/size/compress_ico08.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i5 {
  background: url(/yasuotu/images/size/compress_ico09.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i6 {
  background: url(/yasuotu/images/size/compress_ico10.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i7 {
	background: url(/yasuotu/images/size/compress_ico11.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i8 {
	background: url(/yasuotu/images/size/compress_ico12.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i9 {
	background: url(/yasuotu/images/size/compress_ico13.png) 55px no-repeat;
}
.compress_size_block .compress_size_info2 .i10 {
	background: url(/yasuotu/images/size/compress_ico14.png) 55px no-repeat;
}