       /* one */
        .home .one {
            background-color: #fff;
            padding: 0 55px;
            margin: 0 auto;
            position: relative;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;

        }

        .one_subt {
            padding: 10px 20px;
            background-color: #177ec9;
            text-align: center;
            color: #fff;
            border-radius: 5px;
            font-size: 13px;
        }

        .one_text {
            color: inherit;
            font-weight: 600;
            margin-right: 15px;
            font-size: 13.0px;
            line-height: 35px;
        }

        /* one */


        /* two */
        .two {
            padding: 0 55px;
            margin: 0 auto;
            position: relative;
            height: 52px;
            background-color: #12a195;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .two_tight {

            display: flex;
width: 800px;
        }

        .two_tight li {
            font-size: 22px;
            line-height: 52px;
            padding: 0px 18px;
            color: #ffffffb3;
        }

        .two_tight a {
    text-decoration: none;
            color: #ffffffb3;
        }



         .two_left {
            padding: 0 10px;
            line-height: 32px;
            width: 400px;
            border-radius: 50px;
           margin-left: 20%;
           background: transparent; 
        }
        .two_left a {
    text-decoration: none;
           background-color: #fff;
        }

        .two_left.search {
            padding: 10px 0;
        }
 
        form1 {
            position: relative;
            width: 300px;
            margin: 0 auto;  /*设置宽度后，居中*/
        }
 
        input,button {
            border: none;   /*无边框样式；元素的总宽度和高度包括边框的宽度 */
            outline: none;  /*无轮廓样式；轮廓是在元素周围绘制的一条线，在边框之外并且可能与其他内容重叠，以凸显元素，元素的总宽度和高度不受轮廓线宽度的影响。*/
        }
 
        .search input {
            width: 80%;
            height: 38px;
            padding-left: 13px;
            border: 2px solid #ffffffb3;
            border-radius: 19px;   /*border-radius 属性用于向元素添加圆角边框：*/
           background-color: #fff;
        }
 
        .search button {
            height: 38px;
            width: 50%;
            cursor: pointer;  /*cursor属性定义了鼠标指针放在一个元素边界范围内时所用的光标形状*/
            position: absolute;
            background: #c5464a;
            border-radius: 0 19px 19px 0;
            width: 60px;
            right: 0;
        }
        .search button:hover {
            background-color: #c7585c;  /*点击搜索按钮时的背景颜色*/
        }
 
        /* 在<button>元素后面插入内容，并设置所插入内容的样式： */
        .search button:before {
            content: "搜索";  /*插入的内容*/
            font-size: 13px;  /*插入内容的字体大小*/
            color: #F9F0DA;  /*插入内容的字体颜色*/
        }





        /* two */





.centen_page{
    width: 80%;
    height: 800px;
    float: left;
    margin-left: 15%;
    margin-top: 30px;
}

.centen_page_right{
    width: 80%;
    height: 100%;
    background: white;
    float: left;
    margin-left: 2%;
}
.centen_page_right_top{
   width: 100%;
    height: 30%;
    background: white;

    margin-top: 1%;
    margin-left: 0%;
}


        .right_one {
            margin-bottom: 25px;
            background-color: #fff;
            border-radius: 4px;
            padding: 26px;
            box-shadow: 0px 2px 20px -1px rgba(45, 55, 72, 0.1)
        }

        .right_one .top1 {
           border-top: 2px solid rgba(241, 242, 244);
            padding: 16px;
            font-weight: 600;
            font-size: 16px;
            border-bottom: 20px solid rgba(241, 242, 244);
        }


        .right_one .itmes {
            padding: 22px;
        }

.right_one.top1.tpt-login {
           margin-bottom: 5px;
}


.tpt-login h2 {
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 50px;
	text-align: center;
	color: #333;
}


.tpt-login input {
	width: 30%;
	padding: 0 10px;
	margin-bottom: 20px;
	height: 55px;
	line-height: 55px;
	border: 0;
	background: #f5f5f5;
	font-size: 16px;
	color: #666;
    margin-left: 6%;
}
.tpt-login span {
    margin-left: 20%;
}



.right_one.top1.tpt-login button {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 30%;
	background: #1e9fff;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.right_one.top1.tpt-login p {
	font-size: 14px;
	color: #777;
}
.right_one.top1.tpt-login a {
	font-size: 14px;
	color: #3581b9;
}


.right_one.top1.tpt-login i {
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #ff5722;
}












