@charset "utf-8";

.relative{ position: relative; }
.absolute{ position: absolute; }
.left{ float: left; }
.right{ float: right; }
.show_480{ display: none!important; }
.show_540{ display: none; }
.show_640{ display: none; }
.show_768{ display: none; }
.show_860{ display: none; }
.show_1040{ display: none; }
.show_1200{ display: none; }
.show_1280{ display: none; }

.num {
    position: absolute;
    background: #1b1b1b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.wrapper1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.text_num {
    font-weight: bold;
    width: 20px;
    display: inline-block;
}
.greenbtn {
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
    background: #2bb89a;
    border-bottom: solid 3px #15876f;
    border-right: solid 3px #15876f;
    display: block;
    margin-top: 30px;
    width: 100%;
}
.greenbtn i {
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 50px;
}

@media only screen and (max-width: 1280px) {
	.show_1280{ display: block!important; }
	.hide_1280{ display: none!important; }
}
@media only screen and (max-width: 1200px) {
	.show_1200{ display: block!important; }
	.hide_1200{ display: none!important; }
}
@media only screen and (max-width: 1040px) {
	.show_1040{ display: block!important; }
	.hide_1040{ display: none!important; }
}
@media only screen and (max-width: 860px) {
	.show_860{ display: block!important; }
	.hide_860{ display: none!important; }
}
@media only screen and (max-width: 768px) {
	.show_768{ display: block!important; }
	.hide_768{ display: none!important; }
}
@media only screen and (max-width: 640px) {
	.show_640{ display: block!important; }
	.hide_640{ display: none!important; }
}
@media only screen and (max-width: 540px) {
	.show_540{ display: block!important; }
	.hide_540{ display: none!important; }
    .greenbtn {
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
        margin-top: 20px;
    }
    .greenbtn i {
	    left: 15px;
	    line-height: 40px;
	}

}
@media only screen and (max-width: 480px) {
	.show_480{ display: block!important; }
	.hide_480{ display: none!important; }
}
