.sample {
    padding: 49px 60px 81px 60px;
}

.main_container {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0px;
}

.main_container_path {
    padding-top: 0px;
    padding-bottom: 10px;
}

.main_container > h1 {
    height: 42px;
    line-height: 42px;
    color: #00457d;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.main_container > h2 {
    opacity: 0.5;
    color: #000000;
    font-family: PingFang SC;
    font-weight: regular;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 30px;
}

.main_container_lmm {
    border: none;
    font-weight: bold;
    position: relative;
    margin-left: 20px;
    padding-left: 16px;
    padding-bottom: 0px;
    font-size: 22px;
    width: 500px;
    z-index: -2;
}

.main_container_lmm::after {
    display: block;
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    left: 0px;
    top: 15px;
    background-color: #00457d;
}

.main_container_content {
    padding-top: 0px;
    margin-bottom: 71px;
    flex-direction: column;
}

.main_container_content_lists {
    display: flex;
   
    padding: 7px 0px;
}

.main_container_content_list {
    width: 33%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 20px 20px 26px 20px;
}
.main_container_content_list:first-child{
margin-left:7px
}

.main_container_content_list > img {
    display: block;
    width: 100%;
    
}

.main_container_content_list:hover {
    box-shadow: 0px 0px 7px 0px #00000026;
    border-radius: 1px;
}

.main_container_content_list p {
    color: #000000;
    font-weight: medium;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 20px;
}

.main_container_content_list button {
    color: #00457d;
    width: 200px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding: 0;
    border: 0;
    margin-top: 20px;
}

.main_container_content_list button:hover {
    background: #00457d;
    color: white;
}

.main_container_content_list button::after {
    display: block;
    content: "";
    position: absolute;
    width: 11.33px;
    height: 12.75px;
    left: 22.83px;
    top: 12.13px;
    background: url("../image/sample5.png") top center no-repeat;
}

.main_container_content_list button:hover::after {
    background: url("../image/sample4.png") top center no-repeat;
}

.footer {
    
}

.mbone {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -340px;
    width: 680px;
    height: 300px;
    
    z-index: 200;
    padding: 40px;
    background-image: url(../image/liuyan_Background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    display: none;
    box-sizing: border-box;
}

.mbone_title {
    font-size: 27px;
    line-height: 44px;
    text-align: left;
    color: #00457d;
    font-weight: bold;
}

.mbone_email {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: medium;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    display: block;
}

.mbone_input {
    border: 0;
    outline: 0;
    padding: 0;
    border-radius: 4px;
    background: #f7f5f57f;
    border: 1px solid #c3c7cf;
    width: 100%;
    height: 40px;
}
.mbtwo {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -308px;
    margin-left: -340px;
    width: 680px;
    height: 716px;
    z-index: 200;
    padding: 40px;
    background-image: url(../image/liuyan_Background.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    display: none;
    box-sizing: border-box;
}
.mbtwo a {
    color: #0069b8;
}
.information > p > span > a {
    font-size: 12px;
}
.firstname > p,
.lastname > p,
.companyname > p,
.information > p {
    margin-top: 8px;
    color: #333333;
    font-size: 16px;
    text-align: left;
}
.email > span,
.firstname > span,
.lastname > span,
.companyname > span,
.reading {
    display: none;
}
p.little {
    font-size: 12px;
}
.mbtwo input {
    margin: 0;
    padding: 0;
    outline: none;
    width: 100%;
    height: 40px;
    border: 1px solid #c3c7cf;
    border-radius: 4px;
    margin-top: 12px;
}
.mbtwo span {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
}
.checks {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checks > input {
    width: 14px;
    height: 14px;
    margin-right: 20px;
    
    border: none;
    
}
.submit {
    
    margin-top: 31px;
}
.submit > input {
    background: #0069b8;
    border: 0;
    height: 36px;
    line-height: 36px;
    width: 120px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.clears{
    display: flex;
    justify-content: flex-end;
}
.mbclears{
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .main_container_content_list p {
        font-size: 14px;
    }
    .mbone {
        margin-top: -130px;
        margin-left: -290px;
        width: 580px;
        height: 260px;
        
        padding: 20px;
    }
    .mbone_title {
        font-size: 16px;
        font-weight: bold;
    }

    .mbone_email {
        margin-top: 40px;
        margin-bottom: 8px;
        color: #333333;
        font-weight: medium;
        font-size: 16px;
        
        text-align: left;
        display: block;
    }
    .clears{
      height: 16px;
    }
    .mbclears{
        height: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .sample {
        padding: 60px 15px 0px
    }
    .main_container {
        padding: 0px;
        margin-top: 25px;
    }
    .main_container > h1 {
        font-size: 18px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        margin-bottom: 7.5px;
    }
    .main_container > h2 {
        font-size: 12px;
        text-align: center;
        margin-bottom: 15px;
    }
    .main_container_lmm {
        font-size: 13px;
        width: 100%;
        margin-left: 0px;
        padding-left: 7.5px;
        margin-bottom: 15px;
    }
    .main_container_lmm::after {
        width: 3px;
        height: 13px;
        top: 5px;
    }
    .main_container_content_lists {
        flex-direction: column;
    }
    .main_container_content_list {
        width: 100%;
        padding: 0px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .main_container_content_list > img {
        width: 125px;
        height: 125px;
    }
    .main_container_content_list > div {
        margin-left: 12.5px;
        width: 100%;
    }
    .main_container_content_list p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 0px;
        letter-spacing: 0px;
    }
    .main_container_content_list button {
        margin-top: 30px;
        width: 125px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .main_container_content_list button::after {
        left: 2px;
        top: 3px;
    }
    .main_container_content {
        margin-bottom: 0px;
    }
    .mbone {
        
        width: 340px;
        height: 200px;
        padding: 15px;
        margin-top: -100px;
        margin-left: -170px;
    }
    .mbone_title {
        font-size: 15px;
        line-height: 25px;
    }
    .mbone_email {
        margin-top: 0px;
    }
    .mbone_input {
        height: 35px;
    }
    .mbtwo {
        width: 340px;
        height: 640px;
        margin-top: -320px;
        margin-left: -170px;
        padding: 20px 15px;
    }
    .email > p,
    .firstname > p,
    .lastname > p,
    .companyname > p,
    .information > p {
        font-size: 13px;
        text-align: left;
        margin-top: 0px;
    }
    .mbtwo input {
        margin-top: 6.5px;
        height: 35px;
        box-sizing: border-box;
        border-radius: 2px;
        font-size: 13px;
    }
    .mbtwo span {
        margin: 4px 0px 7px 0px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
    }
    .little span {
        font-size: 11px;
    }
    .information > p {
        font-size: 11px;
        height: 77.5px;
    }
    .submit {
        margin-top: 17.5px;
    }
    #tijiao{
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }
    .information{
        margin-top: 7px;
    }
    .checks .little{
        font-size: 11px;
    }
    .information > p > span > a{
        font-size: 11px;
    }
    .clears{
        height: 12px;
      }
      .mbclears{
          height: 12px;
      }
	  .main_container_content_list:first-child{
margin-left:0px
}
}