@charset "UTF-8";
.desktoptop {display: block;}
.mobiletop {display: none;}
 @media screen and (max-width: 780px) {
.desktoptop {display: none;}
.mobiletop {display: block;}
}

.bgm {width: 850px; margin: 0 auto;}
b {color: #0d6c29;}
.head {width: 100%; text-align: center; font-size: 28px; line-height:30px;  font-weight: bold; color: #0d6c29; background-image: url("bar2.png"); background-repeat: no-repeat; background-size: cover; padding: 25px;  border-top-left-radius: 20px; border-top-right-radius: 20px; }
.head img {margin-top: -5px; margin-right: 10px;}

.line {background: rgb(94,167,0);
background: linear-gradient(93deg, rgba(94,167,0,0) 0%, rgba(0,107,13,1) 11%, rgba(0,107,13,1) 89%, rgba(94,167,0,0) 100%); height: 2px;}

.points:after {display:table; clear:both; content:"";}
.points {margin-top: 40px;}
.icon {width: 55px; float: left;}
.iconword {width: 100%; padding-left: 60px; font-size: 18px; line-height:28px;}
.iconword b {font-size: 20px; }
.sethead {background-color: #0d6c29; font-size: 26px; line-height:30px;  font-weight: bold; color: #fff; padding: 15px; text-align: center; border-top-left-radius: 20px; border-top-right-radius: 20px; height: 60px;  background-image: url("bar.png");   background-repeat: no-repeat; background-size: cover;}
.circle1 { background-color:#7f7f7f; border-radius: 50%; color:#fff; font-size:20px; width:30px; height:30px; margin:0 5px 0 0;text-align:center; line-height:30px; display:inline-block; margin-left: 20px;}
.circle2 { background-color:#0d6c29;border-radius: 50%; color:#fff; font-size:20px; width:30px; height:30px; margin:0 5px 0 0;text-align:center; line-height:30px; display:inline-block; font-weight: bold; float: left;}

.steptnc { font-size: 12px; line-height: 20px; margin: 30px 0;}

.riskbox {border: 1px solid #c4c4c4; padding: 15px; font-size: 15px; line-height: 23px; }

@media (max-width: 850px) {
.bgm {width: 100%; margin: 0 auto;}
.head {width: 100%; text-align: center; font-size: 28px; line-height:30px;  font-weight: bold; color: #0d6c29; background-image: url("bar2.png"); background-repeat: no-repeat; background-size: cover; padding: 25px;  border-top-left-radius: 20px; border-top-right-radius: 20px; }	
	}


@media (max-width: 600px) {
.sethead {background-color: #0d6c29; font-size: 26px; line-height:30px;  font-weight: bold; color: #fff; padding: 15px; text-align: center; border-top-left-radius: 20px; border-top-right-radius: 20px; height: 95px;  background-image: url("bar.png");   background-repeat: no-repeat; background-size: cover;}		
	}
