.bg1 {
    display: flex;
    flex-flow: row wrap;
}

.bg1 div {
    box-sizing: border-box;
    flex: 1 1 46.5%;
    padding: 30px 50px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-items: flex-end;
    margin: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13);
}

.bg1 div p {
    text-align: right;
    line-height: 40px;
    margin-right: 40px;
    margin-bottom: 0;
}

.bg1 div img {
    vertical-align: middle;
    border-style: none;
    width: 100px;
    height: 100px;
}

.bg2 {
    text-align: center;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13);
}

.bg2 p {
    text-align: center;
    margin-bottom: 20px;
}

.bg2 img {
    vertical-align: middle;
    border-style: none;
    width: 600px;
}

.intro-title {
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
}

.introduction1 {
    display: flex;
}

.introduction1 .intro1 {
    flex: 1;
}

.introduction1 .intro-title {
    color: #0551bf;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}

.introduction1 .intro-content {
    color: #333;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.rectangle {
    margin: 25px auto;
}

.rectangle img {
    width: 33%;
}

.introduction2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #0551bf;
    font-size: 25px;
    font-weight: 700;
}

.application {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}

.apply {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.apply .apply-col1 {
    display: block;
    box-sizing: border-box;
    width: 45%;
}

.apply .apply-col2 {
    display: block;
    box-sizing: border-box;
    width: 55%;
}

.apply .apply-user {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: calc(100% - 20px);
    max-width: 300px;
    margin: 0 40px 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.apply .apply-user img  {
    width: 15px;
    height: 15px;
    margin: 7px 8px;
}

.apply .apply-user input {
    outline: none;
    width: calc(100% - 35px);
    max-width: 265px;
    height: 30px;
    border: none;
}

.apply .apply-company {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: calc(100% - 20px);
    max-width: 300px;
    margin: 0 40px 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.apply .apply-company img  {
    width: 15px;
    height: 15px;
    margin: 7px 8px;
}

.apply .apply-company input {
    outline: none;
    width: calc(100% - 35px);
    max-width: 265px;
    height: 30px;
    border: none;
}

.apply .apply-mobile {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: calc(100% - 20px);
    max-width: 300px;
    margin: 0 40px 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.apply .apply-mobile img  {
    width: 15px;
    height: 15px;
    margin: 7px 8px;
}

.apply .apply-mobile input {
    outline: none;
    width: calc(100% - 35px);
    max-width: 265px;
    height: 30px;
    border: none;
}

.apply .apply-product {
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
    color: #333;
}

.apply .apply-product .product-title {
    margin-bottom: 20px;
}

.apply .apply-product .product-title img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    margin-top: -8px;
}

.apply .apply-product .product-title span {
    font-size: 16px;
    line-height: 20px;
}

.apply .apply-product .product-checkbox {
    box-sizing: border-box;
    margin: 8px;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1px;
}

.apply .apply-product .product-checkbox label {
    cursor: pointer;
}

.apply .apply-product .product-checkbox span {
    padding: 8px;
}

.submission {
    margin: 20px auto;
    text-align: center;
}

.submission button {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    color: #fff;
    background-color: #0551bf;
    border-color: #0551bf;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.13)
}

@media screen and (max-width: 1000px) {
    .bg2 img{
        width:100%;
    }
    .introduction1 .intro-title{
        font-size: 18px;
    }
    .introduction1 .intro-content{
        line-height: 18px;
        font-size: 13px;
    }
    .bg1 div{
        padding: 10px 10px;
    }
    .bg1 div p{
        line-height: 24px;
        margin-right:20px;
    }
    .bg1 div img {
         width: 60px;
         height: 60px;
     }
    .rectangle img {
        width: 32%;
    }
    .introduction2{
        font-size: 10px;
    }
    .apply .apply-product .product-checkbox span{
        line-height:1.3;
    }
}
