* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background: #C4D2E1;
}

.main {
    padding-bottom: 3.125rem;
    max-width: 45rem;
    margin: 0 auto;
}

.m-top-pic {
    display: block;
    position: relative;
}

.m-top-pic img {
    width: 100%
}

.m-top-title {
    background: white;
    position: absolute;
    bottom: 0.625rem;
    width: 80%;
    height: 2.1875rem;
    left: 10%;
    right: 10%;
    border-radius: 1.25rem;
    color: #808080;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2.1875rem;
    text-align: center;
}

.m-top-history {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border-radius: 1.875rem;
    padding: 0.3125rem 0.9375rem;
    color: #9AAFCB;
    font-size: 1rem;
    text-align: center;
    line-height: 1.875rem;
    display: block;
}

.m-top-history img {
    position: relative;
    top: 3px;
    width: 1rem;
    height: 1.25rem;
}

/*.m-top-history span {*/
/*    color: #9AAFCB;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    line-height: 20px;*/
/*}*/

/*.m-top-title-info {*/
/*    position: absolute;*/
/*    left: 40%;*/
/*    color: #808080;*/
/*    font-weight: 400;*/
/*    font-size: 1.25rem;*/
/*    top: 10%;*/
/*}*/
.tip-border {
    margin: 1.25rem;
}

.tip-border-border {
    border: 3px solid #fff;
    padding: 3px;
    position: relative;
}

.tip {
    border: 1px solid #fff;
    padding: 1.25rem;
}



.tip-title {
    text-align: center;
    background: url("../images/tip.png") no-repeat;
    color: white;
    position: absolute;
    height: 2.9375rem;
    line-height: 2.9375rem;
    top: -1.5rem;
    width: 10.3125rem;
    left: 50%;
    margin-left: -5.1875rem;
}

.tip p {
    margin-top: 20px;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.foot {
    display: flex;
    flex-direction: column;
}

.foot span {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
}

.content {
    background: #C4D2E1;
    margin: 1.5rem;
}

.history-content {
    overflow: hidden;
    width: 100%;
    margin: 1.25rem 0;
}

.history-content .item-month {
    background: #88ABDA;
    width: 80%;
    margin: 0.625rem auto;
    height: 3.125rem;
    text-align: center;
    color: white;
    line-height: 3.125rem;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0.3125rem;

}

.history-content .item-month a {
	height: 3.125rem;
	display: block;
    color: #fff;
}

.content .item {
    display: block;
    margin-top: 1.25rem;
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
		
}

.content .item .item-content {
    display: flex;
    padding: 0.625rem 1.25rem;
    flex-direction: column;
    background: white;
}

.content .item .item-content .item-content-floor {
    display: flex;
}

.content .item .item-content .item-content-floor img {
    width: 1.5625rem;
    height: 1.5625rem;
    align-self: center;
    margin-right: 0.3125rem;
}

.content .item .item-content .item-content-floor span:nth-child(1) {
    color: #88ABDA;
    font-size: 1.875rem;
    font-weight: bold;
    flex-grow: 1;
}

.content .item .item-content .item-content-floor span:nth-child(3) {
    align-self: center;
    font-weight: 400;
    color: #F29A76;
    font-size: 1.125rem;
}

.content .item .item-content .item-content-info span {
    font-weight: 400;
    display: block;
    padding: 0.1875rem 0;
    font-size: 0.875rem;
		color: #808080;
}

.content .item img {
    width: 100%;
    display: block;
}

.content .item .item-content .item-contact {
    margin-top: 0.625rem;
    /*background: url("../images/blue_circle.png") no-repeat center;*/
    border-radius: 0.5rem;
    background: #88ABDA;
    z-index: 2;
    width: auto;
    height: 3.125rem;
    text-align: center;
    align-items: center;
    line-height: 3.125rem;
    color: white;
    font-weight: 400;
    position: relative;
}

.content .item .item-content .item-contact img {
    width: 1.25rem;
    height: 1.875rem;
    left: 15%;
    position: absolute;
    top: 0.625rem;
}

.content .item .item-tip {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    background: #EFEFEF;
    padding: 0.625rem 1.125rem;
    color: #808080;
}

.content .floor-history {
    margin-top: 1.25rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.content .floor-history .floor-history-title {
    color: white;
    font-size: 1.25rem;
    background: #88ABDA;
    line-height: 3.125rem;
    text-align: center;
}

.content .floor-item {
    background: white;
    display: flex;
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.content .floor-item .floor-item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 0.0625rem dashed #808080;
}

.content .floor-item:last-child .floor-item-content {
    border-bottom: none;
}

.content .floor-item .floor-item-content span:nth-child(2) {
    padding: 0.1875rem 0;
    color: #808080;
    font-size: 1rem;
}

.content .floor-item .floor-item-content span:nth-child(3) {
    padding: 0.1875rem 0 1.25rem 0;
    color: #808080;
    font-size: 1rem;
}

.content .floor-item .floor-item-content .floor-item-content-floor span:nth-child(1) {
    color: #88ABDA;
    font-weight: bold;
    font-size: 1.25rem;
}

.content .floor-item .floor-item-detail {
    align-self: center;
}

.content .floor-item .floor-item-detail img {
    width: 0.625rem;
    height: 1.25rem;
    margin-left: -0.625rem;
}
