.page_content{
    box-sizing: border-box;
    width:100%;
    z-index: 5;
    position: relative;
}
.bg-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
    background: url("../images/function_bg.jpg")center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
/** payment **/
.pay-bg-top{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 176px;
    background: url("../images/payment/main_top_bg.png")center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.payment_box{
    margin-top: 204px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 4px 6px 18px 0px rgba(15, 37, 104, 0.5);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 145px 12px 145px;
    overflow: hidden;
}
.payment_box .title_line{
    width: 100%;
    height: 74px;
    font-size: 20px;
    line-height: 74px;
    font-weight: bold;
    color: #666666;
}
.payment_box .payment_radio_box{
    width: 100%;
    padding-top: 11px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: dashed 1px #e5e5e5;
}
.payment_box .payment_radio_box .item-box{
    position: relative;
    width: 254px;
    height: 133px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.payment_box .payment_radio_box .item-box .hint-text{
    display: inline-block;
    width: 100%;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
}
.payment_box .payment_radio_box .item-box .price-text{
    display: inline-block;
    width: 100%;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
    vertical-align: bottom;
}
.payment_box .payment_radio_box .item-box .price-number{
    margin-right: 3px;
    color: #2674db;
    font-size: 35px;
}
.payment_box .payment_radio_box .item-box .select-icon{
    position: absolute;
    right: -5px;
    bottom: -7px;
    width: 53px;
    height: 48px;
}
.payment_box .payment_radio_box .item-box-select{
    box-shadow: 2px 4px 5px 0px
    rgba(44, 102, 180, 0.24);
    border: solid 2px #2674db;
}
.payment_box .msg-box{
    overflow: hidden;
}
.payment_box .msg-box .msg_line span{
    display: inline-block;
}
.payment_box .msg-box .msg_line{
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    vertical-align: bottom;
    font-size: 16px;
    color: #666;
}
.payment_box .pay-box{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 49px;
    border-bottom: dashed 1px #e5e5e5;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.payment_box .pay-box .pay-btn-contains{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment_box .pay-box .pay-btn-contains .pay-button{
    position: relative;
    width: 60%;
    height: 68px;
    border-radius: 5px;
    background-color: #2674db;
    font-size: 20px;
    color: #fff;
    border:none!important;
    box-shadow: 4px 6px 18px 0px
    rgba(15, 37, 104, 0.6);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.payment_box .pay-box .pay-btn-contains .hint-text{
    margin-top: 199px;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ce352c;
    font-size: 18px;
}
.payment_box .pay-box .success_line{
    margin-top: 10px;
    width: 100%;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.code-contains{
    width: 206px;
    height: 260px;
    background-color: #ffffff;
    border-radius: 5px;
    border: dashed 1px #00c900;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 22px;
}
.code-contains .img-box{
    position: relative;
    width: 160px;
    height: 160px;
}
.code-contains .img-box img{
    width: 100%;
    height: 100%;
}
.code-contains .refresh-contains{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
}
.code-contains .refresh-contains img{
    width: 36px;
    height: 36px;
}
.code-contains .refresh-contains .hint_line{
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.code-contains .pay-type-line{
    margin-top: 27px;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.code-contains .pay-type-line .type_icon{
    width: 28px;
    height: 26px;
}
.code-contains .pay-type-line .type_icon_text{
    margin-left: 14px;
    font-size: 22px;
    color: #333333;
}
.payment_box .bottom-block-title{
    margin-top: 18px;
    width: 100%;
    height: 65px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 65px;
    letter-spacing: 0px;
    color: #333333;
}
.payment_box .bottom-block-title img{
    width: 27px;
    height: 22px;
    margin-right: 14px;
}

.payment_box .bottom-block-content{
    width: 100%;
    height: 57px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.payment_box .bottom-block-content .content-item{
    width: 25%;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #333333;
}
.payment_box .bottom-block-content .lastItem{
    width: 50%!important;
}
.payment_box .bottom-block-content .content-item img{
    width: 12px;
    height: 13px;
    margin-right: 14px;
}
.payment_box .msg-box .msg_line .email-input{
    width: 235px;
    height: 31px;
    box-sizing: border-box;
    padding-left: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
}
.payment_box .msg-box .msg_line .right-text{
    margin-left: 10px;
}
.note-contains{
    box-sizing: border-box;
    padding-top: 47px;
    padding-bottom: 106px;
}
.note-contains .note-title{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.note-contains ol{
    margin-left: 0!important;
}
.note-contains ol li{
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: justify;
    color: #333333;
}
.msg-box .msg_line:first-child{
    margin-top: 19px;
}
.fz-20{
    font-size: 20px;
    margin-right: 15px;
}
.fz-date{
    margin-left: 8px;
    margin-bottom: 4px;
    font-size: 24px;
    color: #2674db;
}
.fz-price{
    font-size: 32px;
}
.price-color{
    color: #ee7c31;
}
.function_title{
    width:450px;
    color:#2674db;
    margin-top:33px;
    clear: both;
    overflow: hidden;
    float:left;
    padding-left: 2px;
}
.advertisement_banner{
    width:750px;
    height: 90px;
    padding-left:22px;
    box-sizing: border-box;
    float:left;
    max-width: 100%;
    margin-top:10px;
}
.advertisement_banner img{
    width:100%;
}
.function_title h1{
    float:left;
    color:#2674DB;
    line-height:22px;
    font-size:22px;
    margin:0 0 0 10px;
    font-weight: normal;
}
.function_title img{
    float:left;
}

.function_title h1.function_titleToUnlock{
    color:#da821c;
    margin-left:10px;
}
.function_title h1.function_titleToEncrypt{
    color:#ff9411;
    margin-left:10px;
}
.function_title h1.function_titleToCombine{
    color:#ba4f76;
    margin-left:10px;
}
.function_title h1.function_titleToCompress{
    color:#2f56aa;
    margin-left:10px;
}
.function_title h1.function_titleToRotate{
    color:#2f954c;
    margin-left:10px;
}

.chooseInputError{
    position:absolute;
    left:0;
    top:100%;
    fong-size:14px;
    color:red;
}
.top_loading{
    width: 100%;
    height: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: height 0.2s linear;
    overflow: hidden;
}
.top_loading.show{
    height: 80px;
}
.loading_font{
    font-size: 25px;
    color: #d8d8d8;
}
.loadEffect{
    margin-right: 5px;
    width: 31px;
    height: 31px;
    position: relative;
    display: block;
}
.loadEffect span{
    display: inline-block;
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        background: #969495;
    }
    100%{
        background: #fff;
    }
}
.loadEffect span:nth-child(1){
    left: 10%;
    top: 38%;
    animation-delay:0.086s;
    transform: rotate(270deg);
}
.loadEffect span:nth-child(2){
    left: 14%;
    top: 22%;
    animation-delay:0.172s;
    transform: rotate(300deg);
}
.loadEffect span:nth-child(3){
    left: 26%;
    top: 7%;
    animation-delay:0.258s;
    transform: rotate(330deg);
}
.loadEffect span:nth-child(4){
    top: 2%;
    right: 48%;
    animation-delay:0.344s;
    transform: rotate(360deg);
}
.loadEffect span:nth-child(5){
    right: 26%;
    top: 7%;
    -webkit-animation-delay:0.43s;
    -webkit-transform: rotate(30deg);
}
.loadEffect span:nth-child(6){
    right: 14%;
    top:22%;
    -webkit-animation-delay:0.516s;
    -webkit-transform: rotate(60deg);
}
.loadEffect span:nth-child(7){
    top: 38%;
    right: 10%;
    -webkit-animation-delay:0.602s;
    -webkit-transform: rotate(90deg);
}
.loadEffect span:nth-child(8){
    bottom: 20%;
    right: 14%;
    -webkit-animation-delay:0.688s;
    -webkit-transform: rotate(120deg);
}
.loadEffect span:nth-child(9){
    bottom: 7%;
    right: 26%;
    -webkit-animation-delay:0.774s;
    -webkit-transform: rotate(150deg);
}
.loadEffect span:nth-child(10){
    bottom: 2%;
    right: 48%;
    -webkit-animation-delay:0.86s;
    -webkit-transform: rotate(180deg);
}
.loadEffect span:nth-child(11){
    left: 26%;
    bottom: 7%;
    -webkit-animation-delay:0.946s;
    -webkit-transform: rotate(210deg);
}
.loadEffect span:nth-child(12){
    left: 14%;
    bottom: 20%;
    -webkit-animation-delay:1.04s;
    -webkit-transform: rotate(240deg);
}
.function_choosefile_input_contains .input_box.openPages{
    background: #176ca0;
}
.function_choosefile_input_contains .input_box.openCompress{
    background: #2f56aa;
}
.function_choosefile_input_contains .input_box.openImages{
    background: #ffb931;
}
.function_choosefile_input_contains .input_box.openWatermark{
    background: #2fac55;
}
.function_choosefile_input_contains .input_box.openPagenumber{
    background: #28488f;
}
.function_choosefile_input_contains .input_box.openCompress{
    background: #2f56aa;
}
.function_choosefile_input_contains .input_box.openPPTX{
    background: #e9573f;
}
.function_choosefile_input_contains .input_box.openUnlock{
    background: #ff9411;
}
.function_choosefile_input_contains .input_box.openKeynote{
    background: #c74d38;
}

a.input_box_button.input_box_openImages{
    background: #ffb931;
}
a.input_box_button.input_box_openImages:hover{
    background: #d49b2f;
}
a.input_box_button.input_box_openSplit, .function_choosefile_input_contains .input_box.openTiff{
    background: #9f4466;
}
a.input_box_button.input_box_openSplit:hover,.function_choosefile_input_contains .input_box.openTiff:hover{
    background: #853855;
}

a.input_box_button.input_box_openWatermark{
    background: #2fac55;
}
a.input_box_button.input_box_openWatermark:hover{
    background: #2c8f49;
}
a.input_box_button.input_box_openPNG2JPG{
    background: #2fac55;
}
a.input_box_button.input_box_openPNG2JPG:hover{
    background: #2c8f49;
}
a.input_box_button.input_box_openNumbers{
    background: #79a749;
}
a.input_box_button.input_box_openNumbers:hover{
    background: #658c3e;
}
a.input_box_button.input_box_openKeynote{
    background: #c74d38;
}
a.input_box_button.input_box_openKeynote:hover{
    background: #a63f2e;
}
a.input_box_button.input_box_openCompress{
    background: #2f56aa;
}
a.input_box_button.input_box_openCompress:hover{
    background: #26458a;
}

a.input_box_button.input_box_openEncrypt{
    background: #ff9411;
}
a.input_box_button.input_box_openEncrypt:hover{
    background: #d17c1a;
}

a.input_box_button.input_box_openEpub{
    background: #dda231;
}
a.input_box_button.input_box_openEpub:hover{
    background: #ba8a2b;
}
a.input_box_button.input_box_openMobi{
    background: #79a749;
}
a.input_box_button.input_box_openMobi:hover{
    background: #74a146;
}
a.input_box_button.input_box_openRotate{
    background: #2f954c;
}
a.input_box_button.input_box_openRotate:hover{
    background: #297c3f;
}
a.input_box_button.input_box_openPPTX{
    background: #e9573f;
}
a.input_box_button.input_box_openPPTX:hover{
    background: #bf4935;
}
a.input_box_button.input_box_openUnlock{
    background: #da821c;
}
a.input_box_button.input_box_openUnlock:hover{
    background: #b76d1a;
}
.function_choosefile_input_contains .input_box.openNumber{
    background: #79a749;
}
.function_choosefile_input_contains .input_box.openCombine{
    background: #ba4f76;
}

a.input_box_button.input_box_openExcel{
    background: #79a749;
}
a.input_box_button.input_box_openExcel:hover{
    background: #74a146;
}
a.input_box_button.input_box_openCombine{
    background: #ba4f76;
}

a.input_box_button.input_box_openCombine:hover{
    background: #994062;
}
.fun_box_all_state{
    width: 100%;
    border-radius: 5px;
    min-height: 495px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 1px rgba(135, 137, 145, 0.5);
    overflow: hidden;
}
.fun_box_all_state_noneover{
    width: 100%;
    border-radius: 5px;
    min-height: 495px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 1px rgba(135, 137, 145, 0.5);
}
.fun_contains{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width:100%;
    min-height: 495px;
}

.function_choosefile_contains{
    width:100%;
    text-align:center;
    padding-top:246px;
    padding-bottom:20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
}
#progress_up{
    max-height: 495px!important;
    overflow: hidden;
}
#input_conversion{
    margin-top: 20px!important;
}
.function_imgblock{
    display: inline-block;
}
.function_imgblock img{
    margin-left: 8px;
    margin-top: -4px;
    width: 21px;
    height: 16px;
}
.function_lists{
    margin-top:1px;
    margin-bottom:140px;
}

.function_list .cell{
    position: relative;
}

.function_choosefile_input_contains{
    width:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function_choosefile_input_contains .input_box,.function_success_box .input_box{
    position: relative;
    width: 46%;
    height: 66px;
    background-color: #2674db;
    color:#fff;
    line-height:66px;
    display:inline-block;
    font-size:18px;
}
.function_choosefile_input_contains .input_box,.function_success_box .input_box_button:hover{
    background-color: #235fdb;
}
.function_choosefile_input_contains .input_box .input_box_conversion,.function_success_box .input_box .input_box_conversion{
    margin-top: -5px;
    width:100%;
    height:66px;
    color:#fff;
    line-height:66px;
    display:inline-block;
    font-size:18px;
    border:0;
    overflow: hidden;
    background-color: transparent;
}
.function_choosefile_input_contains .input_box .input_box_conversion:hover,.function_success_box .input_box .input_box_conversion:hover{
    color: #f5f5f5;
}
.page_content .openBMP{
    background: #da821c;
}
.function_choosefile_input_contains .input_box.openExcel .input_box_conversion,.function_success_box .input_box.openExcel .input_box_conversion{
    background:#8cc152;
}
.function_choosefile_input_contains .input_box.openExcel .input_box_conversion:hover,.function_success_box .input_box.openExcel .input_box_conversion:hover{
    background:#74a146;
}
.function_choosefile_input_contains .input_box.openPPTX .input_box_conversion,.function_success_box .input_box.openPPTX .input_box_conversion{
    background:#e9573f;
}
.function_choosefile_input_contains .input_box.openPPTX .input_box_conversion:hover,.function_success_box .input_box.openPPTX .input_box_conversion:hover{
    background:#bf4935;
}
.function_choosefile_input_contains .input_box.openImages .input_box_conversion,.function_success_box .input_box.openImages .input_box_conversion{
    background:#ffb931;
}
.function_choosefile_input_contains .input_box.openImages .input_box_conversion:hover,.function_success_box .input_box.openImages .input_box_conversion:hover{
    background:#d49b2f;
}
.function_choosefile_input_contains .input_box.openPages .input_box_conversion,.function_success_box .input_box.openPages .input_box_conversion{
    background:#176ca0;
}
.function_choosefile_input_contains .input_box.openPages .input_box_conversion:hover,.function_success_box .input_box.openPages .input_box_conversion:hover{
    background:#175985;
}
.function_choosefile_input_contains .input_box.openNumber .input_box_conversion,.function_success_box .input_box.openNumber .input_box_conversion{
    background:#79a749;
}
.function_choosefile_input_contains .input_box.openNumber .input_box_conversion:hover,.function_success_box .input_box.openNumber .input_box_conversion:hover{
    background:#658c3e;
}
.function_choosefile_input_contains .input_box.openKeynote .input_box_conversion,.function_success_box .input_box.openKeynote .input_box_conversion{
    background:#c74d38;
}
.function_choosefile_input_contains .input_box.openKeynote .input_box_conversion:hover,.function_success_box .input_box.openKeynote .input_box_conversion:hover{
    background:#a63f2e;
}
.function_choosefile_input_contains .input_box.openEpub .input_box_conversion,.function_success_box .input_box.openEpub .input_box_conversion{
    background:#dda231;
}
.function_choosefile_input_contains .input_box.openEpub .input_box_conversion:hover,.function_success_box .input_box.openEpub .input_box_conversion:hover{
    background:#ba8a2b;
}
.function_choosefile_input_contains .input_box.openMobi .input_box_conversion,.function_success_box .input_box.openEpub .input_box_conversion{
    background:#8cc152;
}
.function_choosefile_input_contains .input_box.openMobi .input_box_conversion:hover,.function_success_box .input_box.openEpub .input_box_conversion:hover{
    background:#74a146;
}
.function_choosefile_input_contains .input_box.openUnlock .input_box_conversion,.function_success_box .input_box.openUnlock .input_box_conversion{
    background:#da821c;
}
.function_choosefile_input_contains .input_box.openUnlock .input_box_conversion:hover,.function_success_box .input_box.openUnlock .input_box_conversion:hover{
    background:#b76d1a;
}
.function_choosefile_input_contains .input_box.openCombine .input_box_conversion,.function_success_box .input_box.openCombine .input_box_conversion{
    background:#ba4f76;
}
.function_choosefile_input_contains .input_box.openCombine .input_box_conversion:hover,.function_success_box .input_box.openCombine .input_box_conversion:hover{
    background:#994062;
}
.function_choosefile_input_contains .input_box.openWatermark .input_box_conversion,.function_success_box .input_box.openWatermark .input_box_conversion{
    background:#2fac55;
}
.function_choosefile_input_contains .input_box.openWatermark .input_box_conversion:hover,.function_success_box .input_box.openWatermark .input_box_conversion:hover{
    background:#2c8f49;
}
.function_choosefile_input_contains .input_box.openRotate .input_box_conversion,.function_success_box .input_box.openRotate .input_box_conversion{
    background:#2f954c;
}
.function_choosefile_input_contains .input_box.openRotate .input_box_conversion:hover,.function_success_box .input_box.openRotate .input_box_conversion:hover{
    background:#297c3f;
}
.function_choosefile_input_contains .input_box.openUnlock .input_box_conversion,.function_success_box .input_box.openUnlock .input_box_conversion{
    background:#da821c;
}
.function_choosefile_input_contains .input_box.openUnlock .input_box_conversion:hover,.function_success_box .input_box.openUnlock .input_box_conversion:hover{
    background:#b76d1a;
}
.function_choosefile_input_contains .input_box.openCompress .input_box_conversion,.function_success_box .input_box.openCompress .input_box_conversion{
    background:#2f56aa;
}
.function_choosefile_input_contains .input_box.openCompress .input_box_conversion:hover,.function_success_box .input_box.openCompress .input_box_conversion:hover{
    background:#26458a;
}
.function_choosefile_input_contains .input_box.openPagenumber .input_box_conversion,.function_success_box .input_box.openPagenumber .input_box_conversion{
    background:#28488f;
}
.function_choosefile_input_contains .input_box.openPagenumber .input_box_conversion:hover,.function_success_box .input_box.openPagenumber .input_box_conversion:hover{
    background:#1e3a76;
}
.function_choosefile_input_contains .input_box input{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor: pointer;
}
.input_box_last{
    display: none;
    margin-top: 10px!important;
}
.function_choosefile_input_contains .input_box.openExcel{
    background: #8cc152;
}
.function_choosefile_input_contains .input_box.openEpub{
    background: #dda231;
}
.function_choosefile_input_contains .input_box.openRotate{
    background: #2f954c;
}
.function_choosefile_input_contains .input_box.openMobi{
    background: #8cc152;
}

.input_box_delete{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:-68px;
    top: 1px;
    cursor: pointer;
    border:1px solid #e6e6e6;
    width: 64px;
    box-sizing: border-box;
    height:64px;
    text-align:center;
}

/*.input_box_delete:hover{*/
/*    background:#383838;*/
/*}*/

.input_box_delete img{
    width: 30px;
    height: 30px;
}

.input_box_deletePPTX{
    border:1px solid #e9573f;
}
.input_box_deleteWatermark{
    border:1px solid #2fac55;
}
.input_box_deletePNG2JPG{
    border:1px solid #2fac55;
}
.input_box_deleteSplit{
    border:1px solid #9f4466;
}
.input_box_deleteNumber{
    border:1px solid #79a749;
}
.input_box_deleteUnlock{
    border:1px solid #da821c;
}
.input_box_deleteEpub{
    border:1px solid #dda231;
}

.input_box_deleteKeynote{
    border:1px solid #c74d38;
}
.input_box_deleteEncrypt{
    border:1px solid #ff9411;
}
.input_box_deleteCombine{
    border:1px solid #ba4f76;
}
.input_box_deleteRotate{
    border:1px solid #2f954c;
}
.input_box_deleteImages{
    border:1px solid #ffb931;
}

.input_box_ship{
    position: absolute;
    left:100%;
    top:0;
    margin-left:10px;
    width: 160px;
}

.input_box_ship ul li{
    float:left;
    margin-top:6px;
    margin-bottom:6px;
    width:100%;
    position: relative;
}
.input_box_ship ul li img{
    float:left;
}
.input_box_ship ul li span{
    float:left;
    margin-left:11px;
    font-size:14px;
    color:#333333;
    line-height:17px;
    display: none;
    position: absolute;
    left:20px;
    top:0;
    text-align: left;
}

.fun_choosefile_text{
    width:100%;
    text-align:center;
    font-size:14px;
    color:#8f8f8f;
    line-height:20px;
    margin-top:20px;
}
.fun_choosefile_text img{
    margin-right: 6px;
    width: 19px;
    height: 19px;
}
.function_title img{
    width: 27px;
    height: 27px;
}

.function_title .image-page{
    width: 36px;
    height: 28px;
}

.fun_title_desc{
    width:100%;
    margin-top:10px;
    font-size:16px;
    color:#555;
    line-height:20px;
    font-weight: normal;
    margin-left:0;
    margin-right:0;
    float:left;
}
.header_contains{
    width:100%;
}

.function_opt_box{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding-top: 30px!important;
    border-radius: 0px 0px 4px 4px;
    text-align:center;
    position: relative;
}
.fd-row{
    display: flex;
    flex-direction: row;
}
.fd-row-col{
    display: flex;
    flex-direction: row;
}
.fd-column{
    display: flex;
    flex-direction: column;
}
.fd-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.none-padding{
    padding: 0!important;
}
.fd-around{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.opt_dash_line{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 51%;
    height: 1px;
    border: dashed 1px #dcdcdc;
}
.function_opt_box, .function_format_font{
    font-size:18px;
    color:#333333;
    line-height:30px;
    font-weight: normal;
}

.function_format_excel{
    padding-top:1px;
    padding-bottom:20px;
}

.function_format_Encrypt,.function_format_Split{
    padding-top:1px;
    padding-bottom:20px;
}
.function_format_radios{
    width:100%;
    text-align: center;
}
.function_format_radios .input-control{
    min-height: 23px;
}
.function_format_radios .input-control.radio{
    line-height: 14px;
    font-size: 14px;
    padding-left:17px;
    padding-right:17px;
}
.function_format_radios .input-control.checkbox{
    height:14px;
    line-height: 14px;
    font-size: 14px;
    padding-left:17px;
    padding-right:17px;
    width:100%;
    text-align: left;
}
.function_format_radios .input-control.radio .check,.function_format_radios .input-control.checkbox .check,.function_tab .input-control .check{
    width:12px;
    height:12px;
}
.function_format_radios .input-control.checkbox .check{
    border-radius: 1px;
}
.function_format_radios .input-control.small-check .check:before,.function_tab .input-control.small-check .check:before{
    width: 9px;
    height: 5px;
    color:#2c78dc;
}
.input-control.checkbox input[type="checkbox"]:checked ~ .check:before, .input-control.radio input[type="checkbox"]:checked ~ .check:before, .input-control.checkbox input[type="radio"]:checked ~ .check:before, .input-control.radio input[type="radio"]:checked ~ .check:before{
    border-color:#2c78dc;
}
.function_format_radios .input-control.radio .check:before,.function_tab .input-control.radio .check:before{
    background-color: #2674db;
    width:6px;
    height:6px;
    left:10px;
    top:9px;
}

.function_tab .input-control.small-check .check:before{
    left: 6px;
    top: 7px;
}
.function_down_contains{
    width:100%;
    margin-top:10px;
    background:#fff;
    display: none;
    border-radius: 5px;
    border: dashed 1px #8fadd6;
}

.function_banner_logo{
    text-align:center;
    border-right:1px solid #fff;
    margin-top:20px!important;
}

.function_banner_box{
    display: flex!important;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
}

.function_banner_box .img{
    text-align: center;
    margin-left: 68px;
    width: 174px;
    height: 100px;
    border: solid 1px #f6f6f6;
    cursor: pointer;
}
.function_banner_box .cell_span{
    margin-left: 66px;
    width: 1px;
    height: 70px;
    background-color: #c2c2c2;
}
.function_banner_box .img p{
    font-size:14px;
    margin-top:5px;
   margin-bottom:5px;
   color:white;
}

.canvas_img{
    width:112px;
    height:145px;
    background:url("../images/password.png") center center no-repeat;
}

.canvas_img.canvas_word{
    background:url("../images/word.png") center center no-repeat;
}
.canvas_img.canvas_excel{
    background:url("../images/excel.png") center center no-repeat;
}
.canvas_img.canvas_powerpoint{
    background:url("../images/powerpoint.png") center center no-repeat;
}
.canvas_img.canvas_pdf{
    background:url("../images/canvas_pdf.png") center center no-repeat;
}
.canvas_img.canvas_odt{
    background:url("../images/odt.png") center center no-repeat;
}
.canvas_img.canvas_epub{
    background:url("../images/epub.png") center center no-repeat;
}
.canvas_container{
    margin-bottom:28px;
    display: none;
}

.canvas_box{
    width:148px;
    height:198px;
    padding-top:18px;
    padding-bottom:5px;
    position:relative;
    display:inline-block;
    text-align: center;
    padding-left:12px;
    padding-right:12px;
    border-radius: 5px;
    border: 1px dashed #333;
}

.canvas_visited{
    background: rgba(0,0,0,0.5);
}
.canvas_title{
    width:100%;
    margin-top:10px;
    font-size:14px;
    color:#333;
    line-height:14px;
    text-overflow : ellipsis;
    overflow: hidden;
    height:14px;
}

.canvas_delete{
    position:absolute;
    right:0;
    top:0;
    width:19px;
    height:19px;
    text-align:center;
    line-height:19px;
    background-color: #2674db;
    display: none;
}
.canvas_delete img{
    width:9px;
    height:9px;
}
.function_banner_box .detail{
    width: 652px;
}
.function_banner_box .detail h3{
    font-size:20px;
    color:#2674db;
    line-height:32px;
    padding-left: 59px;
    text-align: left;
    width:100%;
}

.function_banner_box .detail span{
    display: inline-block;
    width:100%;
    font-size:15px;
    line-height:24px;
    box-sizing: border-box;
    padding-left: 59px;
    padding-right: 95px;
    color:#333333;
    text-align: left;
}

.function_down_contains_down_button{
    width: 232px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.function_down_contains_down_button .Free{
    background:#2674db;
    width: 178px;
    height: 37px;;
    line-height:35px;
    text-align:center;
    display:inline-block;
    color:#fff;
}

.function_down_contains_down_button .Learn{
    background:#81b1f0;
    width: 178px;
    height: 37px;
    line-height:35px;
    text-align:center;
    display:inline-block;
    color:#fff;
    margin-top:8px;
}

.grid .row.function_list{
    margin-top:60px;
}

.grid .row.function_list .cell img.function_list_img{
    float:left;
    position: absolute;
    left:0;
    top:10px;
}

.grid .row.function_list .cell .function_list_detail{
    float:left;
    padding-left:82px;
    width:100%;
}
.grid .row.function_list .cell .function_list_detail h3{
    color:#2674db;
    font-size:16px;
    line-height:30px;
}
.grid .row.function_list .cell .function_list_detail {
    color:#555;
    font-size:16px;
    line-height:25px;
}
.function_progress{
    width: 100%;
    padding-top:55px;
    padding-bottom:85px;
    text-align: center;
}

.function_progress_font{
    width:100%;
    text-align:center;
    font-size:14px;
    color:#333;
    margin-top:14px;
    line-height:14px;
}

.function_progress_box{
    width:68%;
    margin-top:60px;
    display: inline-block;
    color: #fff;
}

.function_success{
    padding-top:67px;
    padding-bottom:80px;
    position: relative;
    text-align: center;
    border-bottom: 1px dashed #c1c1c1;
}

.function_success_detail{
    padding-bottom:8px;
    padding-top:8px;
}

.function_success_detail .title{
    text-align:center;
    font-size:16px;
    color:#555;
    line-height:16px;
}

.function_success_detail .font{
    padding: 0px 35px;
    font-size:13px;
    color:#2674db;
    line-height:24px;
    text-align: center;
}

.function_success_detail .buttons{
    text-align: center;
}
.function_success_detail .buttons input{
    border: none;
    width: 216px;
    height: 36px;
    background-color: #2674db;
    text-align:center;
    line-height: 36px;
    color: #fff;
    font-size:16px;
    margin: 12px 5px 20px;
    border-radius: 2px;
}
.function_success_detail .buttons input:nth-child(2n){
    background-color: #2674db;
    color: #ffffff;
}
.function_success_detail .buttons input:hover{
    background: #f3f3f3;
}

.function_success_detail .buttons input:nth-child(2n):hover{
    background: #2067c4;
}

.function_share{
   width:100%;
    margin-top:20px;
}

.function_share_box{
    width:100%;
    clear: both;
    overflow: hidden;
}

.function_share_box a{
    float:left;
    width:35px;
    height:35px;
    margin-right:4px;
}
.function_share_box a.last{
    margin-right: 0;
}
.function_share_box a img{
    float:left;
    width:35px;
    height:35px;
}
.function_delete{
    padding-top:108px;
    padding-bottom:140px;
}
.function_share_font{
    width:100%;
    font-size:13px;
    color:#333;
    line-height:23px;
    text-align: center;
}
.function_success_img{
    text-align: center;
}
.function_success_title{
    margin-top:17px;
    color:#333;
    line-height:14px;
    font-size:14px;
    text-align: center;
}
.function_success_box{
    text-align: center;
}

a.input_box_button{
    background:transparent;
    color:#fff;
    height:100%;
    width:100%;
    border:0;
    margin:0;
    float:left;
}
a.input_box_button:hover{
    color:#f5f5f5;
}
#chooseInput span{
    width:210px;
}

.function_progress_img{
    text-align:center;
}

.fun_error_contains{
    padding-top:100px;
    padding-bottom:100px;
}

.function_error_password{
    width:100%;
    display:none;
}

.function_error_title{
    text-align: center;
    font-size:16px;
    color:#333;
}

.function_error_font{
    text-align: center;
    font-size:14px;
    color:#333;
    margin-top:20px;
    line-height:24px;
}
.function_error_text{
    width:100%;
    height:30px;
    font-size:14px;
    color:#555;
    border-radius: 3px;
    text-align: center;
    margin-top:50px;
}

.function_error_buttons{
    width:100%;
    height:35px;
    margin-top:18px;
    text-align: center;
    margin-top:30px;
}

.function_error_buttons input{
    width:268px;
    border:1px solid #2674db;
    line-height:35px;
    color:#2674db;
    font-size:16px;
    margin-top:0;
    margin-bottom:0;
    margin-left:5px;
    margin-right:5px;
}
.function_error_buttons input:first-of-type{
    background-color: #2674db;
    color: #fff;
}
#captionLast{
    text-decoration: none;
    color:#555;
}
.function_error_buttons input.function_error_button{
    width:268px;
    line-height:45px;
    color:#fff;
    font-size:16px;
    margin-top:0;
    margin-bottom:0;
    background: #2674db;
    margin-right:10px;
    display:inline-block;
    height: 41px;
    padding-bottom:10px;
}
.function_error_text input{
    width:268px;
    height:30px;
    font-size:16px;
    color:#333;
    border-radius: 3px;
    border:1px solid #d0d0d0;
    padding-left:10px;
    display:inline-block;
}
.function_error_buttons a{
    display:inline-block;
    width:268px;
    height:40px;
    font-size:16px;
    color:#333;
    border-radius: 3px;
    border:1px solid #d0d0d0;
    padding-left:10px;
    line-height: 40px;
    height: 42px;
    margin-top:10px;
}

.function_format_left{
}
.function_format_right{
    float:left;
}
.function_format_right .radio{
    width:100%;
    text-align: left;
}

.function_format_left .radio{
    width:100%;
    text-align: left;
}

.function_format_radios .title{
    text-align:left;
    font-size:14px;
    color:#8f8f8f;
    line-height:33px;
    margin-left:35px;
}
.input-control.radio .caption{
    font-size:14px;
    color:#333333;
    font-weight: normal;
    line-height:20px;
    margin-top:3px;
    margin-bottom:3px;
}
.function_format_title{
    font-size:14px;
    color:#8f8f8f;
    padding-left:14px;
    width:165px;
    margin-bottom:20px;
}
.format_title_images{
    width:100%;
    text-align:left;
    padding-left:22px;
}
.format_title_images input{
    width:47px;
    height:30px;
    line-height:30px;
    border:1px solid #d0d0d0;
    border-radius:4px;
    font-size:14px;
    color:#555;
    text-align:center;
    margin:0 5px;
}
.format_title_images span{
    color: #333;
}
.function_format_output{
    padding-left:34px;
    padding-right:34px;
}
.function_format_select{
    width:165px;
    position:relative;
}

.function_format_select p{
    width:165px;
    height:30px;
    border:1px solid #000;
    border-radius:4px;
    padding-left:13px;
    line-height:30px;
    font-size:14px;
    text-align: left;
    color:#000;
}
.function_format_options{
    top:0;
    width:100%;
    border:1px solid #d0d0d0;
    border-radius:4px;
}
.function_format_options li{
    width:100%;
    height:23px;
    line-height:23px;
    padding-left:13px;
    color:#333333;
    font-size:14px;
    cursor: pointer;
}
.function_format_options li:hover{
    background:#eaeaea;
}

.function_format_dip{
    width:165px;
    margin-top:12px;
}
.function_format_dip input{
    width:76px;
    height:30px;
    border:1px solid #d0d0d0;
    line-height:30px;
    border-radius: 4px;
    font-size:14px;
    text-align: center;
    color:#555;
}
.function_format_dip span{
    margin-left:7px;
    font-size:14px;
    color:#555;
    line-height:30px;
}

.function_title .title_color{
    color:#2674db;
}
.function_title .function_titleToPages{
    color:#176ca0;
}
.function_title .function_titleToPPTX{
    color:#e9573f;
    margin-left:10px;
}
.function_title .function_titleToImages{
    color:#ffb931;
}
.function_title .function_titleImagesconverter{
    color:#2f56aa;
}
.function_title .function_titlebmp2jpg{
    color:#da821c;
}
.function_title .function_titleheic2jpg{
    color:#2f954c;
}
.function_title .function_titlejpg2png{
    color:#2fac55;
}
.function_title .function_titlepng2jpg{
    color:#28488f;
}
.function_title .function_titletif2jpg{
    color:#9f4466;
}
.function_title .function_titlebmp2pdf{
    color:#da821c;
}
.function_title .function_titlegifmaker{
    color:#2f56aa;
}
.function_title .function_titlejpg2pdf{
    color:#2086bf;
}
.function_title .function_titlepng2pdf{
    color:#8cc152;
}
.function_title .function_titletif2pdf{
    color:#c74d38;
}
.function_title .function_titlegif2jpg{
    color:#ba4f76;
}
.function_title .function_titlegif2png{
    color:#ff9411;
}
.function_title .function_titlepdf2jpg{
    color:#167ebc;
}
.function_title .function_titlepdf2png{
    color:#8cc152;
}
.function_title .function_titlepdf2tif{
    color:#e9573f;
}
.function_title .function_titleepub2pdf{
    color:#8cc152;
}
.function_title .function_titlemobi2pdf{
    color:#ffb931;
}
.function_title .function_titleToWatermark{
    color:#2fac55;
    margin-left:10px;
}
.function_title .function_titleToPagenumber{
    color:#28488f;
    margin-left:10px;
}
.function_title .function_titleToNumbers{
    color:#79a749;
}
.function_title .function_titleToEpub{
     color:#dda231;
 }
.function_title .function_titleToMobi{
    color:#e9573f;
}
.function_title .function_titleToKeynote{
    color:#c74d38;
}
.function_title .function_titleToMobi{
    color:#8cc152;
}
.function_title .function_titleEpubToMobi{
    color: #e9573f;
}
.input_box_Numbers{
    border:1px solid #79a749;
}
.input_box_Epub{
    border:1px solid #dda231;
}
.input_box_Mobi{
    border:1px solid #8cc152;
}
.input_box_Images{
    border:1px solid #ffb931;
}
.input_box_Watermark{
    border:1px solid #2fac55;
}
.requirePassword{
    width:100%;
    padding-right:17px;
    margin-top:10px;
}

.requirePassword input{
    width:260px;
    height:30px;
    border:1px solid #d0d0d0;
    border-radius: 4px;
    line-height:30px;
    font-size:14px;
    color: #848484;
}

.requirePassword input.addBg,.requireInput input.addBg{
    background:#f0f0f0;
}

.requireInputHidden{
    display: none;
    float:left;
}

.requireInput{
    width:100%;
    text-align: left;
    padding-left:17px;
    position: relative;
    margin-top:10px ;
}
.requireInput img{
    position: absolute;
    left:250px;
    top:9px;
    cursor: pointer;
    display:none;
}
.requireInput input{
    width:260px;
    height:30px;
    border:1px solid #d0d0d0;
    border-radius: 4px;
    line-height:30px;
    font-size:14px;
    color: #848484;
}
.function_format_radios .input-control.radio.function_format_radio{
    height:auto;!important;
}
.function_format_radios .input-control.radio.function_format_radio{
    text-align: left;
    width:100%;
}
.function_format_Compress{
    margin-top:0;
    padding-top:30px;
    padding-bottom: 30px;
}

.function_format_Compress .cell{
    padding-left:10px;
    padding-right:10px;
}
.function_format_Compress .cell .function_format_title{
    width:300px;
    text-align: left;
    padding-left:33px;
}
.function_tab{
    width:100%;
    padding-top:20px;
}
.function_labels{
    width:100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    text-align: center;
    position: relative;
}
.grid{
    width: 100%;
}
.function_labels .function_format_select{
    display: inline-flex;
    width:100%;
    max-width: 320px;
    text-align: center;
    padding-bottom:20px;
}

.function_labels .function_format_select .select_title{
    float:left;
    line-height:30px;
    font-size:14px;
    color:#fff;
    margin-right:10px;
}
.function_labels .function_format_select .select_text{
    float:left;
    margin:0;
    width:245px;
    overflow:hidden;
    text-overflow:ellipsis;
    background-color: #fff;
}
.function_labels .function_format_text{
    width:100%;
    max-width: 320px;
    text-align: center;
    padding-bottom:20px;
    display: inline-flex;
}
.function_labels .function_format_select .select_options_text{
    width:245px;
    left:33px;
}
.function_labels .function_format_select .select_options_rotate{
    width:245px;
    left:50px;
}
.function_labels .function_format_select .select_options_font{
    width:245px;
    left:38px;
}
.function_labels .function_format_select .select_options_Position{
     width:245px;
     left:16px;
 }
.function_labels .function_format_select .select_options_Transparency{
    width:245px;
    left:90px;
}
.function_labels .function_format_select .select_options_layout{
    width:245px;
    left:51px;
}
.function_labels .function_format_select .select_options_text{
    width:245px;
    left:60px;
}

.function_labels .function_format_text .function_text{
    width:165px;
    height:30px;
    border:1px solid #d0d0d0;
    line-height:30px;
    padding-left:10px;
    color:#555;
    font-size:14px;
    border-radius: 4px;
    float:left;
}

.function_labels .function_labels_box{
    display:inline-block;
}
.function_labels .function_format_file{
    position:relative;
    width:100%;
    max-width: 300px;
    text-align: center;
    display:inline-flex;
    margin-bottom:20px;
}
.function_labels .function_format_file .function_file{
    position:absolute;
    top:0;
    width:165px;
    height:30px;
    opacity: 0;
    left:0;
}
.function_labels .function_format_file .file_font{
    font-size:14px;
    line-height:15px;
    margin-left:5px;
    color:#555;
    display:inline-block;
}
.function_labels .function_format_file .function_button{
    width:165px;
    height:30px;
    border:1px solid #2674db;
    background:#d4e3f8;
    color:#2674db;
    line-height:30px;
    text-align: center;
    display:inline-block;
    margin:0;
}

.function_labels .function_format_text .text_title{
    float:left;
    line-height:30px;
    font-size:14px;
    color:#333;
    margin-right:10px;
}
.function_labels .function_format_text .text_font{
    float:left;
    line-height:30px;
    font-size:14px;
    color:#333;
    margin-left:5px;
}
.function_labels .function_format_select .text_font{
    width:100%;
    float:left;
    text-align: left;
    margin-left:5px;
}
.function_labels .function_format_select .text_font{
    font-size:14px;
    line-height:30px;
    color:#707070;
}
.function_labels .function_format_select .text_font input{
    width:53px;
    height:30px;
    text-align: center;
    font-size:14px;
    line-height:30px;
    color:#707070;
    border:1px solid #d3d3d3;
    border-radius: 4px;
    margin:0 5px;
}

.function_format_error{
    font-size:14px;
    color:#e43041;
    line-height:30px;
}
.dialog.dialog-ex{
    padding:0;
}
.dialog .dialog-title{
    min-width:280px;
    max-width:1200px;
    font-size:16px;
    text-align: center;
    border-bottom:1px solid #cecece;
    line-height:40px;
}
.dialog .dialog-title + .dialog-content{
    margin-top:10px;
    text-align: center;
}
.dialog_bg{
    width:100%;
    height:100%;
    position:fixed;
    z-index: 999;
    background:#000;
    opacity: .5;
    left:0;
    top:0;
}
.dialog-content{
    font-size:14px;
    padding:5px;
}
.dialog .dialog-actions{
    text-align: center;
}
.dialog .dialog-actions .button{
    height:30px;
    font-size:14px;
    background: #167ebc;
    color:#fff;
    border:0;
    min-width: 84px;
}
.dialog .dialog-actions .button.js-dialog-close{
    border:1px solid #167ebc;
    background: #fff;
    color:#167ebc;
}

.dialog .dialog-actions .button.js-dialog-close:hover{
    border:1px solid #16679a;
    background: #fff;
    color:#16679a;
}
.dialog .dialog-actions .button:hover{
    background:#16679a;
}

.function_choosefile_addPadding{
    padding:20px 0!important;
}

.error_img{
    margin-top:50px;
    text-align:center;
}

.error_img img{
    max-width: 60%;
}

.error_font{
    margin-top:30px;
    text-align:center;
    font-size:18px;
    color:#595968;
    line-height:30px;
}

.error_link{
    margin-top:30px;
    text-align:center;
}

#chooseInput span{
    width:210px;
}
.error_link a,.error_link a:hover{
    display: inline-block;
    width:180px;
    text-align:center;
    height:50px;
    line-height:50px;
    color:#fff;
    background: #235fdb;
    font-size:18px;
    text-decoration: none;
    border-radius:5px;
}
.fun_list_line_contains{
    display: flex;
    flex-direction: column;
}
.fun_list_line_contains .list_line{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.fun_list_line_contains .list_line:nth-child(2){
    margin-top: 30px;
}
.fun_list_line_contains .list_line .list_item{
    width: 33.3333%;
    display: flex;
    flex-direction: column;
}
.fun_list_line_contains .list_line .list_item .img_line{
    margin-top: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.fun_list_line_contains .list_line .list_item .img_line img{
    width: 73px;
    height: 73px;
}
.fun_list_line_contains .list_line .list_item .title_line{
    margin-top: 11px;
    width: 100%;
    min-height: 50px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.fun_list_line_contains .list_line .list_item .content_line{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px 0px 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    text-align: justify;
    color: #333333;
    opacity: 0.7;
}
.fun_list_line_contains .list_line .list_item .content_line ol{
    padding: 0px 20px 0px 20px!important;
    margin: 0!important;
}
@media screen and (max-width: 321px) {
    .page_content{
        margin-top: 60px!important;
    }
    .nav_contains{
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    .function_banner_box .cell_span{
        display: none;
    }
    .download_product_buttons{
        display: flex;
        justify-content: center;
    }
    .function_choosefile_input_contains .input_box, .function_success_box .input_box{
        width:180px;
    }
    .function_choosefile_input_contains .input_box .input_box_conversion, .function_success_box .input_box .input_box_conversion{
        width:180px;
    }
    a.input_box_button{
        width:180px;
    }
    .input_box_delete{
        width:40px;
        height:40px;
        top:9px;
        left:-50px;
    }
    .input_box_delete img{
        margin-top:10px;
    }
    #chooseInput span{
        width:180px;
    }
}
@media screen and (max-width: 375px) {
    .function_choosefile_input_contains .input_box.p6Input, .function_success_box .input_box.p6Input{
        margin-left:60px;
    }
    .page_content{
        margin-top: 60px!important;
    }
    .function_banner_box .cell_span{
        display: none;
    }
    .nav_contains{
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }

    .download_product_buttons{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .page_content{
        margin-top: 60px!important;
    }
    .nav_contains{
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
    .function_banner_box .cell_span{
        display: none;
    }
    .content{
        padding-left:10px;
        padding-right:10px;
    }

    .download_product_buttons{
        display: flex;
        justify-content: center;
    }

    .function_format_radios .input-control.radio .check:before{
        background-color: #2674db;
        width:6px;
        height:6px;
        left:7.5px !important;
        top:7px !important;
    }

    .function_down_contains{
        width:100%;
        margin-top:10px;
        background:#2674db;
        padding-top:25px;
        padding-bottom:25px;
    }
    .function_lists{
        margin-bottom:0;
    }
    .flex-grid .row .function_format_radios{

    }
    .function_format_radios{
        margin-top:0;
        margin-bottom:0;
    }
    .function_error_buttons input.function_error_button{
        height:45px;
        margin-bottom: 10px;
        margin-right:0;
        padding-bottom:0;
    }
    .function_error_buttons a{
        width:235px;
    }
}
@media screen and (max-width: 640px) {
    .page_content{
        margin-top: 60px!important;
    }
    .nav_contains{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }
    .function_banner_box .cell_span{
        display: none;
    }
    .content{
        padding-left:10px;
        padding-right:10px;
    }
    .flex-grid .row.function_opt_box{
        min-height:150px;
    }
    .flex-grid .row .function_format_radios{
        flex: 0 0 100%;
        margin-bottom:0;
        padding-left:5%;
    }
    .flex-grid .row .function_format_excel{
        flex: 0 0 100%;
        margin-bottom:0;
    }
    .flex-grid .row .function_format_even{
        flex: 0 0 100%;
        margin-bottom:0;
        padding-left:5%;
    }
}
@media screen and (max-width: 800px) {
    .page_content{
        margin-top: 60px!important;
    }
    .nav_contains{
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }
    .function_labels{
        flex-direction: column;
    }
    .fd-row-col{
        flex-direction: column;
    }
    .function_down_contains{
        background: #2674db;
        border: none!important;
    }
    .function_banner_box{
        flex-direction: column!important;
        justify-content: center;
    }

    .function_banner_box .img{
        text-align: center;
        margin-left: 0px;
        width: 174px;
        height: 100px;
        border: solid 1px #f6f6f6;
    }
    .function_banner_box .img p{
        font-size:14px;
        margin-top:5px;
        margin-bottom:5px;
        color:white;
    }
    .function_banner_box .cell_span{
        display: none;
    }
    .function_banner_box .detail{
        width: 100%;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
    }
    .function_banner_box .detail h3{
        font-size:20px;
        color:#ffe419;
        line-height:32px;
        padding: 0!important;
        margin: 20px 0px 0px 0px!important;
        text-align: center;
        width:100%;
    }

    .function_banner_box .detail span{
        display: inline-block;
        width:100%;
        font-size:15px;
        line-height:24px;
        padding: 0!important;
        margin-top: 10px;
        color:#fff;
        text-align: center;
    }
    .function_down_contains_down_button{
        margin-top: 20px;
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
    }
    .function_down_contains_down_button .Free{
        width: 45%;
        background:#fff;
        color:#2674db;
    }

    .function_down_contains_down_button .Learn{
        width: 45%;
        background:#fff;
        color:#2674db;
        margin-top:0px;
    }
    .fun_list_line_contains .list_line{
        flex-direction: column;
        align-items: center;
    }
    .fun_list_line_contains .list_line:nth-child(2){
        margin-top: 0px;
    }
    .fun_list_line_contains .list_line .list_item{
        margin-top: 20px;
        width: 90%;
        box-sizing: border-box;
        padding-bottom: 65px;
        box-shadow: 1px 1px 5px 1px
        rgba(135, 137, 145, 0.17);
    }
    .content{
        padding-left:10px;
        padding-right:10px;
    }

    .download_product_buttons{
        display: flex;
        justify-content: center;
    }
    .function_banner_logo{
       width:100%!important;
        border-right:0;
        margin-top:0!important;
   }
    .function_share{
        width:100%;
        margin-top:30px;
    }
    .grid .row.function_list{
        margin-top:0;
    }
    .function_choosefile_contains{
        padding-top:50px!important;
        padding-bottom:50px!important;
    }
    .function_opt_box{
        /*margin-top:40px;*/
    }
    .flex-grid .row .function_format_radios{
        flex: 0 0 50%;
        max-width: 320px;
    }
    .flex-grid .row.function_format_evens{
        min-height:250px;
    }
    .flex-grid .row .function_format_even{
        flex: 0 0 100%;
    }
    .function_format_radios{
        margin-bottom:30px;
    }

    .input_box_ship{
        width:30px;
        float:left;
    }
    .input_box_ship ul li{
        width:20px;
        overflow: hidden;
        height:20px;
    }
    /** payment **/
    .pay-bg-top{
        top: 59px;
    }
    .payment_box{
        margin-top: 124px;
        padding: 12px 25px 12px 25px;
    }
    .payment_box .title_line{
        width: 100%;
        height: 54px;
        font-size: 16px;
        line-height: 54px;
        font-weight: bold;
        color: #666666;
    }
    .payment_box .payment_radio_box{
        width: 100%;
        padding-top: 11px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .payment_box .payment_radio_box .item-box:not(:first-child){
        margin-top: 20px;
    }
    .payment_box .msg-box .msg_line{
        margin-top: 30px;
    }
    .payment_box .msg-box .msg_line .email-input{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .payment_box .msg-box .msg_line .right-text{
        margin-left: 0px;
    }
    .note-contains ol{
        padding-right: 40px;
    }
    .payment_box .bottom-block-content{
        height: auto;
        flex-direction: column;
    }
    .payment_box .bottom-block-content .lastItem{
        width: 100%!important;
    }
    .payment_box .bottom-block-content .content-item{
        width: 100%;
    }
    .payment_box .pay-box .pay-btn-contains .hint-text{
        margin-top: 30px;
    }
    .payment_box .pay-box .pay-btn-contains .pay-button{
        width: 100%;
        height: 50px;
    }
    .code-contains{
        margin: 0 auto;
        margin-top: 20px;
    }
    .player_bg > .player_frame{
        width: 100%!important;
        height: 100%!important;
    }
}
@media screen and (max-width: 1025px) {
    .page_content{
        margin-top: 60px!important;
    }
    .nav_contains{
        width: 100%;
    }
    .function_banner_box .cell_span{
        display: none;
    }
    .content{
        padding-left:10px;
        padding-right:10px;
    }
    .download_product_buttons{
        display: flex;
        justify-content: center;
    }
    header{
        height: 60px;
    }
    .flex-grid .row .function_format_radios{
        flex: 0 0 50%;
        max-width: 320px;
    }
    .flex-grid .row .function_format_even{
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 1199px) {
    .page_content{
        margin-top: 60px!important;
    }
    .nav_contains{
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
    }
    .content{
        padding-left:10px;
        padding-right:10px;
    }
    header{
        height: 60px;
    }
    .function_format_radios .input-control.radio .check:before{
        left:8px;
        top:7.5px;
    }
    .flex-grid .row .function_format_radios{
        flex: 0 0 40%;
    }
}

@media screen and (min-width: 1200px) {
    .page_content{
        margin-top: 120px!important;
    }
    header{
        height: 100px;
    }
    .function_format_radios .input-control.radio .check:before{
        left:9px;
        top:9px;
    }
    .function_format_Encrypt .function_format_left .input-control{
        text-align: right;
    }
    .error_img{
        margin-top:150px;
    }

    .flex-grid .row .function_format_radios{
        flex: 0 0 25%;
    }
    .requirePassword{
        text-align: right;
    }
}

.jq_tips_info{
    padding-left:0;
    padding-right:0;
}

#dropbox-container{
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:17px;
    opacity: 0;
}

#dropbox-container a{
    width:10px !important;
}
#dropbox-container a span{
    width:20px;
}
.function_title_ar{
    width:450px;
    color:#167ebc;
    margin-top:33px;
    clear: both;
    overflow: hidden;
    float:right;
    padding-left:10px;
}
.function_title_ar h1{
    float: right;
    color:#167ebc;
    line-height:22px;
    font-size:22px;
    margin:0;
    font-weight: normal;
}
.function_title_ar img{
    float:right;
	margin-right: 10px;
}


.function_title h1.function_titleToUnlock{
    color:#da821c;
    margin-right:10px;
}
.function_title h1.function_titleToEncrypt{
    color:#ff9411;
    margin-right:10px;
}
.function_title h1.function_titleToCombine{
    color:#ba4f76;
    margin-right:10px;
}
.function_title h1.function_titleToCompress{
    color:#2f56aa;
    margin-right:10px;
}
.function_title h1.function_titleToRotate{
    color:#2f954c;
    margin-right:10px;
}

.function_title_ar h1.function_titleToUnlock{
    color:#da821c;
    margin-right:10px;
}
.function_title_ar h1.function_titleToEncrypt{
    color:#ff9411;
    margin-right:10px;
}
.function_title_ar h1.function_titleToCombine{
    color:#ba4f76;
    margin-right:10px;
}
.function_title_ar h1.function_titleToCompress{
    color:#2f56aa;
    margin-right:10px;
}
.function_title_ar h1.function_titleToRotate{
    color:#2f954c;
    margin-right:10px;
}
.function_title_ar .function_titleToExcel{
    color:#8cc152;
}
.function_title_ar .function_titleToPages{
    color:#176ca0;
}
.function_title_ar .function_titleToPPTX{
    color:#e9573f;
    margin-right:10px;
}
.function_title_ar .function_titleToImages{
    color:#ffb931;
}
.function_title_ar .function_titleImagesconverter{
    color:#2f56aa;
}
.function_title_ar .function_titleToWatermark{
    color:#2fac55;
    margin-right:10px;
}
.function_title_ar .function_titleToPagenumber{
    color:#28488f;
    margin-right:10px;
}
.function_title_ar .function_titleToNumbers{
    color:#79a749;
}
.function_title_ar .function_titleToEpub{
    color:#dda231;
}
.function_title_ar .function_titleToKeynote{
    color:#c74d38;
}
.grid .row.function_list_ar{
    margin-top:60px;
}

.grid .row.function_list_ar .cell img.function_list_img{
    float:left;
    position: absolute;
    right: 0;
    top:10px;
}

.grid .row.function_list_ar .cell .function_list_detail{
    float:left;
    padding-left:60px;
    width: 88%;
}
.grid .row.function_list_ar .cell .function_list_detail h3{
    color:#2674db;
    font-size:16px;
    line-height:30px;
}
.grid .row.function_list_ar .cell .function_list_detail {
    color:#555;
    font-size:16px;
    line-height:25px;
}
.fancybox-container{
    top: 100px!important;
}

.player_bg{
    z-index: 1000000;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.player_bg > .player_frame{
    width: 65%;
    height: 70%;
}
.player_close{
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc!important;
}
.player_close svg path {
    stroke: #ccc;
}