* {
    padding: 0;
    margin: 0;
}

.red {
    color: #f00;
}

.header-box {
    width: 100%;
}

.header-tit {
    width: 100%;
    height: 200px;
    background: rgba(90, 195, 236, 1);
    border: 1px solid rgba(80, 171, 211, 1);
}

.header-tit-text {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.header-tit-text hr {
    width: 20%;
    display: inline-block;
    background-color: #c4c2c1;
    height: 1px;
    margin: 0;
}

.header-tit-text span {
    display: inline-block;
    color: #fff;
    margin: 0 15px;
    font-size: 18px;
}

.cont-tab {
    margin-top: -50px;
}

.cont-tab .am-u-sm-9 {
    border: 1px solid #c4c2c1;
    padding: 20px 20px 50px 20px;
    background: #fff;
    margin-bottom: 15px;
}

.tab-num p {
    text-align: center;
}

.tab-num span {
    display: block;
    width: 26px;
    height: 26px;
    box-shadow: 2px 1px 2px 2px #ccc;
    border-radius: 50%;
    background: rgba(90, 195, 236, 1);
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
}

.cont-tab hr {
    background: #ccc;
    height: 1px;
}

.am-g input {
    padding: 0.5em;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.forms .am-g {
    line-height: 37px;
    margin-bottom: 10px;
}

.forms {
    margin-bottom: 80px;
}

.forms input {
    font: initial;
}

.forms label {
    font-weight: normal !important;
}

.am-selected-btn {
    width: 192px;
}

.btns a {
    padding: 5px 10px;
    display: inline-block;
    background: rgba(90, 195, 236, 1);
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    border: 0;
}
.gopractice{
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.gopractice a{
    color: #333;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .header-tit-text hr {
        width: 15%;
    }

    .cont-tab {
        margin-top: -75px;
    }

    .forms .am-u-md-5 {
        text-align: left !important;
    }

    .forms .am-u-md-7 input {
        width: 100%;
    }

    .am-selected,
    .am-selected .am-selected-btn {
        width: 100%;
    }
}



/* tab2 */
.table-search {
    margin-bottom: 50px;
}

.am-table>tbody>tr>td {
    border: 0;
}

.am-table td i {
    color: rgba(90, 195, 236, 1);
    font-size: 18px;
}

.table-auto {
    max-height: 230px;
    overflow: auto;
}

.table-auto {
    margin-bottom: 30px;
}

.back {
    margin-bottom: 40px;
}

.btns .display-none {
    display: none;
}

.am-table .display-none {
    display: none;
}

.am-checkbox-inline {
    height: 25px;
}

.tab-smtitle p {
    height: 48px;
    line-height: 48px;
}

.tit-icon {
    font-size: 30px;
    color: rgba(90, 195, 236, 1);
    margin-right: 10px;
    float: left;
}

.shadow {
    display: none;
}

.change-school .am-selected-content {
    width: 200px;
}

#success-hint p {
    text-align: left;
}

#success-hint a {
    color: #0e90d2;
    background: #fff;
    word-break: break-word;
}

.service {
    width: 75%;
    text-align: right;
    margin: 0 auto;
    padding-bottom: 50px;
}

.service p {
    margin: 10px 0;
}

.service .qq {
    margin-right: 95px;
}
.service .tel {
    margin-right: 75px;
}
.page {
    text-align: center;
}

.my-page {
    font-size: 14px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #333;
    display: inline-block
}

.my-page .my-page-prev,
.my-page .my-page-next {
    float: left;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer
}

.my-page .my-page-prev.my-page-forbid,
.my-page .my-page-next.my-page-forbid {
    pointer-events: none;
    background-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .2)
}

.my-page .my-page-prev:not(.my-page-forbid):hover,
.my-page .my-page-next:not(.my-page-forbid):hover {
    border-color: #5ac3ec
}

.my-page .my-page-group {
    /* float: left; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline;
}

.my-page .my-page-group li {
    float: left;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer
}

.my-page .my-page-group .my-page-cell {
    border: 1px solid #ddd;
    border-radius: 2px
}

.my-page .my-page-group .my-page-cell:hover,
.my-page .my-page-group .my-page-checked {
    border-color: #5ac3ec;
    background-color: #5ac3ec;
    color: #fff
}

.my-page .my-page-group .my-page-omit {
    pointer-events: none
}

@media screen and (max-width: 640px) {
    .btns .am-u-md-3 {
        width: 50% !important;
    }

    .btns .am-u-md-9 {
        width: 50% !important;
    }

    .service {
        width: 100%;
        text-align: center;
    }

    .service .qq ,.service .tel{
        margin-right: 0;
    }
  
    .my-page .my-page-group li{
        min-width: 28px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        margin: 0 2px;
    }
    .my-page .my-page-prev, .my-page .my-page-next{
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}


.shadow{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1000;
    display: none;
}
#floatingBarsG{
	width:31px;
	height:38px;
    margin:auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -19px;
    display: none;
}

.blockG{
	position:absolute;
	background-color:rgb(255,255,255);
	width:5px;
	height:12px;
	border-radius:4px 4px 0 0;
		-o-border-radius:4px 4px 0 0;
		-ms-border-radius:4px 4px 0 0;
		-webkit-border-radius:4px 4px 0 0;
		-moz-border-radius:4px 4px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#rotateG_01{
	left:0;
	top:14px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#rotateG_02{
	left:4px;
	top:5px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#rotateG_03{
	left:13px;
	top:1px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#rotateG_04{
	right:4px;
	top:5px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#rotateG_05{
	right:0;
	top:14px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#rotateG_06{
	right:4px;
	bottom:3px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#rotateG_07{
	bottom:0;
	left:13px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#rotateG_08{
	left:4px;
	bottom:3px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}