.progress-out { position: relative; border: 1px solid #fff; background-color: #364b60; }
.progress-in { position: absolute; height: 100%; width: 0%; border: none; background-color: #364b60; background-image: linear-gradient(top, #fff 0%, #fff 40%, #fff 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #fff 40%, #fff 100%); background-image: -moz-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -o-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -ms-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); text-align: center; color: #fff; z-index: 1; }
.direction-left { left: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.direction-right { right: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.percent-show { position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #364b60; text-align: center; z-index: 2; }
.jiazaibutton{display: inline-block;
    background: #fff;
    color: #364b60;
    border: none;
    width: 44%;
    height: 4rem;
    border-radius: 10px;
	margin: 0 20px;
	}
.buttoncontetn{width: 36%;margin: 30px auto;}
#logindibu{display:none;}