
html {
    height: 100%;
}

body {
	min-width: 1280px;
    height: 100%;
    background: #24a4e9 url("../images/bg.jpg") no-repeat center;
    background-size: 19.2rem 10.8rem;
    color: #fff;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.top {
    width: 1280px;
    margin: 0 auto;
    font-size: 16px;
}

.top>span {
    margin-top: 15px;
    line-height: 1;
}

.top>span span {
    margin-right: 2px;
}

.top .user {
    margin-top: 6px;
}

.top .login {
    margin-left: 4px;
    line-height: 28px;
    float: left;
}

.top .login img {
    margin-top: -2px;
    margin-right: 12px;
    vertical-align: middle;
}

.top .search {
    float: left;
    width: 240px;
    height: 34px;
    margin-left: 36px;
    border: 1px solid #fff;
    border-radius: 17px;
    overflow: hidden;
    font-size: 0;
}

.top .search input {
    width: 189px;
    height: 100%;
    border: none;
    padding-left: 16px;
    background: transparent;
    line-height: 3px;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
}

.top .search input::placeholder {
    color: #fff;
}

.top .search button {
    vertical-align: top;
    width: 48px;
    height: 100%;
    border: none;
    background: url("../images/icon-search.png") no-repeat center;
    background-size: 22px 22px;
}

.title {
    width: 430px;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1e67cc;
    line-height: 0.44rem;
}

.title img {
    width: 100%;
}

.footer {
	height:100px;
	padding-top:30px;
	line-height:24px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
	background-image:none;
}

.footer p {
    font-size: 14px;
    line-height: 22px;
}

.bubble {
    position: absolute;
    bottom: 0.2rem;
    width: 1.34rem;
    height: 3rem;
    background: url("../images/bubble.png") no-repeat center top;
    background-size: 100% auto;
    z-index: 0;
}

.bubble.left {
    right: 50%;
    margin-right: 4rem;
}

.bubble.right {
    left: 50%;
    margin-left: 4rem;
}

.header-nav {
    margin-top: 24px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #5cb8ea;
    position: relative;
    z-index: 999;
}

.header-nav li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.header-nav li>a {
    display: block;
    width: 108px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    line-height: 40px;
}

.header-nav li.active>a,
.header-nav li:hover>a {
    color: #013c7e;
    font-weight: bold;
    background-color: #fff;
}

.header-nav li:hover .sub-nav {
    display: block;
}

.header-nav li .sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 42px 0 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    color: #333333;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1); */
    display: none;
}

.header-nav li .sub-nav a {
    display: block;
    line-height: 35px;
    font-size: 14px;
}

.header-nav li .sub-nav a:hover,
.header-nav li .sub-nav a.active {
    background-color: #d6e1f2;
}

.breadcrumb {
    height: 58px;
    line-height: 58px;
	    border-bottom:0;
}

.breadcrumb>.container {
    height: 58px;
    padding-left: 26px;
    background: url("../images/breadcrumbs.png") no-repeat center left;
    background-size: 20px auto;
}

.breadcrumb a:first-child {
    font-weight: bold;
    font-size: 16px;
}

.login-box {
   /*margin-top: 10%;*/
	text-align: center;
    /*position: relative;*/
    /*z-index: 10;*/
}

.login-item {
    display: inline-block;
    width: 3.64rem;
    height: 4.12rem;
    margin: 1rem 0.73rem;
    padding: 0.04rem;
    background: url("../images/bg-loginitem.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 0.1rem;
    position: relative;
    box-shadow: 0 0.03rem 0.08rem rgba(0, 0, 0, .1);
}

.login-item > h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #1e67cc;
    line-height: 0.44rem;
    /*margin: 1rem 0rem 0rem 0rem;*/
}
.login-item > h5 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #1e67cc;
    line-height: 0.48rem;
}
.login-item >h4 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #1e67cc;
    line-height: 0.88rem;
    /*margin: 0.56rem 0rem 8rem 0rem;*/
}

.login-item .btns {
    position: absolute;
    left: 0.04rem;
    right: 0.04rem;
    bottom: 1rem;
    text-align: center;
    font-size: 0;
}

.login-item .btns>div {
    display: inline-block;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.2rem;
    position: relative;
}

.login-item div:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -0.46rem;
    left: 0;
    height: 0.46rem;
    border-radius: 0.23rem;
}

.login-item .btns>div a {
    display: block;
    height: 100%;
    border-radius: 0.23rem;
    height: 100%;
}

.login-item .btns>div a:hover {
    opacity: .8;
}

.login-item .login-btn1 {
    width: 1.72rem;
}

.login-item .login-btn1 a {
    background: #1ba9f1;
    background: linear-gradient(to bottom, #1ba9f1, #2db0f2);
    box-shadow: 0 0.03rem 0.05rem rgba(29, 88, 221, .3);
}

.login-item .login-btn1:after {
    width: 1.72rem;
    background: linear-gradient(to bottom, rgba(105, 197, 245, .32), rgba(205, 237, 251, .32));
}

.login-item .login-btn2,
.login-item .register-btn1 {
    width: 1.12rem;
    margin: 0 0.06rem;
}

.login-item .login-btn2 a {
    background: #1661c7;
    background: linear-gradient(to bottom, #1661c7, #286fcc);
    box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, .25);
}

.login-item .login-btn2:after {
    width: 1.12rem;
    background: linear-gradient(to bottom, rgba(125, 175, 225, .2), rgba(205, 237, 251, .2));
}

.login-item .register-btn1 a {
    background: #1ba9f1;
    background: linear-gradient(to bottom, #1ba9f1, #2db0f2);
    box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, .25);
}

.login-item .register-btn1:after {
    width: 1.12rem;
    background: linear-gradient(to bottom, rgba(105, 197, 245, .2), rgba(205, 237, 251, .2));
}