
/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .qc-width {width:90%; margin:0 auto}
	
    .partner-item {
	    width: 24%;
    	margin-right: 1%;
	}
	
	.partner-item:nth-of-type(6n){margin-right:0;}
	
    .partner-item__logo {
	    width: 100%;
	    height: 90px;
	    overflow: hidden;
	    position: relative;
	}
	
	.mobile-main-box { min-width: unset;}

	.fiji-guide-register-page {width:100%;padding: 40px 50px 10px 35px;}
	
	.main-box .fiji-guide-mainframe>header {min-width: unset;}
	
	.main-box .fiji-guide-mainframe>header>.header-wrapper {width: 100%;}
	.steps-bar-item:first-child{
	    min-width: 100px;
	}
	.steps-bar-item{
	    min-width: 100px;
	    padding-left: 10px;
	}
	.order-box-pay{
	    height: 400px;
	}
	.order-box-pay .left-box{
	    width: 100%;
	}
	.order-box-pay .right-box{
	    width: 100%;
	    text-align: center;
	}
	.section-footer ul {
        display: flex;
    }
    .section-footer ul li{
        width: 33.3%;
        margin-right: 0px;
    }
    
    .fiji-guide-guide-page>.status-bar{
        width: 95%;
        height: auto;
    }
    .fiji-guide-guide-status{
       display: block !important;  
       padding-left: 0px;
    }
    .fiji-guide-guide-status>.cost{
        width: 100%;
        text-align: center;
    }
    .fiji-guide-guide-status>.agreement{
        width: 100%;
        text-align: center;
    }
    
    .fiji-guide-guide-status>.agreement>.status-notice{
        justify-content: center;
    }
    .fiji-guide-guide-status>button{
        width: 60%;
        margin-left: 20%;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .fiji-guide-guide-page>.guide-bar{
        padding-top:100px;
    }
    
    .fiji-guide-guide-steps{
        width: 100%;
        display: block;
    }
    .steps-item{
        width: 50%;
    }
    .fiji-guide-guide-steps>.steps-item{
        margin: 0 auto;
    }
    .fiji-guide-guide-steps>.steps-item:after {
    	width: 0;
    	height: 0;
    	display: none
    }
    
    .ant-form-item-label .required:after {
        display: inline-block;
        margin-right: 4px;
        content: "*";
        font-family: SimSun;
        line-height: 1;
        font-size: 14px;
        color: #f5222d;
    }
}
/* 平板之类的宽�? 1024 以下设备 */
@media only screen and (min-width: 321px) and (max-width: 1024px) {
	
    .qc-width {width:90%; margin:0 auto}
	
    .partner-item {
	    width: 24%;
    	margin-right: 1%;
	}
	
	.partner-item:nth-of-type(6n){margin-right:1%;}
	
    .partner-item__logo {
	    width: 100%;
	    height: 90px;
	    overflow: hidden;
	    position: relative;
	}
	
	.mobile-main-box { min-width: unset;}

	.fiji-guide-register-page {width:100%;padding: 40px 50px 10px 35px;}
	
	.main-box .fiji-guide-mainframe>header {min-width: unset;}
	
	.main-box .fiji-guide-mainframe>header>.header-wrapper {width: 100%;}
	
	.user-info-wrapper{margin-right: 10px;}
	
	.company_pic_upload{width:100%}
	
	.company_pic_tips{width:100%}
	
	
	
	.order-box h1{color:#fff}
	
	.span6{width:100%}
	
	.about-us-title{font-size:20px}
	
	.main-box .fiji-guide-mainframe>.fixed-toolkit{right:0px}
	
	.order-box{width:100% !important;text-align:center}
}

/* PC客户端或大屏幕设�?: 1028px 至更�? */
@media only screen and (min-width: 1029px) {
	.partner-item:nth-of-type(6n){margin-right:0;}
	.partner-item:nth-of-type(n+6){margin-bottom:0;}
}



.order-box-mtips{text-align:left;padding:15px}

.pay-fee{color:#f70b0b;font-weight:bold;font-size:25px}

.fiji-guide-agreement-page {

    margin-left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 98%;
    margin: 0 auto;
}

.fiji-guide-agreement-page .content .content-detail{margin: 15px 10px;}
