/**nybanner**/

.ny_banner {
	width: 100%;
	position: relative;
	left: 0%;
	margin-left: 0px;
	margin-top: 96px;
	overflow: hidden;
	z-index: 1;
	background: #000;
}

.ny_banner img {
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	opacity: 1;
}

.banner_text {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.banner_text p {
	font-size: 48px;
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	font-weight: 100;
	line-height: 1.5em;
	text-transform: uppercase;
	font-family: Mulish-Bold;
}

.cncbanner .banner_text p {
	text-transform: capitalize;
	font-size: 36px;
}


.banner_text p span {
	display: block;
	font-size: 16px;
	line-height: 1.7em;
	text-transform: none;
	max-width: 600px;
	margin-top: 10px;
}

/**fl**/

.fl {
	z-index: 2;
	width: 100%;
	margin-top: 0px;
	background: #fff;
	border-bottom: 1px #eee solid;
}

.fl-title {
	text-align: center;
	font-size: 40px;
	color: #333;
	margin-bottom: 40px;
	font-weight: 700;
}

.fl_list {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}

.fl_title {
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.fl_title a {
	line-height: 80px;
	width: auto;
	font-size: 16px;
	margin-right: 0px;
	color: #333;
	float: left;
	position: relative;
	text-align: center;
	margin-left: 0px;
	border-radius: 0px;
	padding: 0px 30px;
	transition: all 0.3s;
}


.fl_title a:hover {
	color: #fff;
	background: #1574b2;
}

.fl_title .on {
	color: #fff;
	background: #1574b2;
}

.fl_center {
	max-width: 1440px;
	padding: 0px 20px 0px;
	margin: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 0px;
}


/**supplier**/
.supplier {
	width: 100%;
	padding: 100px 0px;
	overflow: hidden;
}

.supplier .center {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	font-size: 22px;
	line-height: 1.7em;
}

.supplier .title {
	font-family: Mulish-Bold;
	font-size: 30px;
	color: #191919;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.supplier img {
	max-width: 100%;
}

.supplier_Process {
	background: #ffff;
	padding: 100px 0px 10px;
}


/**about**/
.about {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 100px 20px;
}

.about .center {
	max-width: 1300px;
	margin: auto;
	display: flex;
	align-items: center;
}

.about .left {
	padding-right: 50px;
	width: 50%;
	font-size: 18px;
}

.about .left .title {
	font-size: 30px;
	color: #191919;
	font-family: Mulish-Bold;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.about .right {
	width: 50%;
}

.about .right img {
	width: 100%;
}


.about_ola .center {
	padding: 0px 20px;
}

.about_Standard {
	background: #fff;
	padding: 100px 0px;
}

.about_Process {
	background: #fff;
}

/**privacy**/
.privacy {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px;
}

.privacy .center {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	font-size: 18px;
	line-height: 1.8em;
}

.privacy .title {
	font-size: 22px;
	font-family: Mulish-Bold;
}


/**services**/
.services {
	overflow: hidden;
	padding: 100px 0px;
}

.services .center {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
}

.services-title {
	max-width: 800px;
	text-align: center;
	margin: auto;
	line-height: 1.5em;
	font-size: 18px;
	margin-bottom: 40px;
}

.services-title span {
	display: block;
	font-size: 30px;
	color: #191919;
	font-family: Mulish-Bold;
	margin-bottom: 40px;
	max-width: 740px;
	line-height: 1.5em;
	text-align: center;
	margin: 0px auto 20px;
}

.services .main {
	overflow: hidden;
	position: relative;
}

.services-item {}
.services-item .link{
	position: relative;
	top: -96px;
	overflow: hidden;
	height: 0px;
}


.services-item .name {
	display: block;
	font-size: 30px;
	color: #191919;
	font-family: Mulish-Bold;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	margin: 80px auto 20px;
}

.services-list {}


.services-list .list {
	display: flex;
	align-items: center;
	border-bottom: 1px #eee solid;
	padding: 35px 0px;
}

.services .list .ico {
	width: 18%;
	position: relative;
	overflow: hidden;
}

.services .list .ico img {
	width: 100%;
	transition: all 0.5s;
}

.services .list:hover .ico img {
	transform: scale(1.1);
}


.services .text {
	padding-left: 25px;
	width:82%;
}

.services .text .title {
	display: block;
	font-size: 22px;
	color: #191919;
	font-family: Mulish-Bold;
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	transition: all 0.5s;
}

.services-list .list:hover .text .title {
	color: #343BFF;
}


.services .text .summary {
	line-height: 1.5em;
	margin-top: 15px;
}

.services .text .more {
	background: #343BFF;
	display: inline-block;
	line-height: 32px;
	color: #fff;
	padding: 0px 0px;
	border-radius: 30px;
	margin-top: 15px;
	font-family: Mulish-Bold;
	display: flex;
	max-width: 280px;
	justify-content: center;
	align-items: center;
}

.services .text .more:after {
	content: '';
	width: 16px;
	display: block;
	background: url(../images/jt.png) no-repeat right center;
	height: 30px;
	margin-left: 5px;
	filter: brightness(0%) invert(100%);
	background-size: 12px;
}

.services .text .tags {
	display: inline-block;
	color: #343BFF;
	margin-top: 10px;
	font-family: Mulish-Bold;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 12px;
	padding-right: 25px;
}

.prompt {
	background: url(../images/prompt.png)#d6d7ff no-repeat 30px center;
	padding: 25px;
	border-radius: 10px;
	background-size: 24px;
	padding-left: 65px;
	margin-top: 60px;
	line-height: 1.2em;
}

.prompt a {
	color: #343BFF;
}

.services .main2 {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.services .main2 .content {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.services .main2 .content .title:hover {
	background: none;
}

.services .main2 .title {
	font-size: 18px;
	color: #191919;
	font-family: Mulish-Bold;
	border-bottom: 1px #ddd solid;
	line-height: 2em;
	padding: 20px 10px;
	width: 100%;
	text-align: center;
	width: 100%;
	display: block;
}

.services .main2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services .main2 ul li {
	width: calc((100% - 0px)/4);
}

.services .main2 ul li p {
    line-height: 1.5em;
    padding: 15px 10px;
    width: 100%;
    margin: auto;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

.services .main2 ul li p:hover {
	background: #eee;
	color: #343bff;
}

.main3 {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.main3 .content {
	margin-top: 40px;
}

.main3 table {
	width: 100%;
}

.main3 td {
	border-bottom: 1px #dcdcdc solid;
	padding: 15px 10px;
	font-size: 16px;
	color: #191919;
}

.main3 tr:nth-of-type(1) td {
	font-size: 16px;
	color: #191919;
	font-family: Mulish-Bold;
	background: #fff;
}

.main3 td:nth-of-type(2n) {
	background: #f6f6f6;
}

.services-standard {
	background: #fff;
	padding: 0px;
	padding-bottom: 100px;
}

.services-standard .indextitle span {
	text-align: center;
}

.services-standard.pag5 .center {
	background: none;
	padding: 0px;
}

.Process {
	background: #fff;
}

.Process.pag6 .center {
	padding: 40px;
	background: #e9ebff;
	border: none;
}

.Process.pag6 .indextitle {
	margin-bottom: 40px;
}

.Process.pag6 ul:before {
	border-top: 1px #333 dashed;
}


/**blog**/
.search {
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-top: 96px;
}

.searchCnter {
	display: flex;
	max-width: 1100px;
	margin: auto;
	padding: 25px 20px;
	justify-content: space-between;
	align-items: center;
}

.searchCnter .title {
	font-size: 30px;
	font-family: Mulish-Bold;
}

.searchbox {
	border: 1px #707070 solid;
	border-radius: 8px;
	overflow: hidden;
	min-width: 330px;
}

.searchbox form {
	display: flex;
	padding: 0px 10px;
	justify-content: space-between;
}

.searchbox input {
	line-height: 50px;
	border: none;
	width: calc(100% - 50px);
	color: #191919;
	font-family: Mulish;
}

.searchbox button {
	border: none;
	background: none;
	width: 50px;
	padding: 0px;
	margin: auto;
	line-height: 50px;
	outline: 0;
}

.searchbox .fa-search {
	outline: 0;
}

.fa-search:before {
	color: #343BFF;
}

.blog {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px auto 80px;
}

.blog .center {
	max-width: 1100px;
	margin: auto;
}

.blog .recommend {
	display: flex;
}

.blog .recommend .left {
	width: 50%;
	padding: 20px;
}

.blog .recommend .right {
	width: 50%;
	padding: 20px;
}



.blog .recommend li {
	margin-bottom: 40px;
}

.blog .recommend li .ico {
	height: 0px;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}


.blog .recommend li .ico img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.blog .recommend li:hover .ico img {
	transform: scale(1.06);
}

.blog .recommend li .title {
	display: block;
	font-size: 22px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	color: #191919;
	margin-top: 20px;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog .recommend li:hover .title {
	color: #343BFF;
}


.blog .recommend li .ext_summary {
	line-height: 1.5em;
	font-size: 14px;
	color: #B8B8B8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.blog .tags {
	margin-top: 20px;
}

.blog .tags a {
	font-size: 14px;
	color: #191919;
	background: #E9EBFF;
	display: inline-block;
	border-radius: 30px;
	padding: 0px 10px;
}


.blog .recommend .right li {
	display: flex;
}

.blog .recommend .right li .ico {
	width: 40%;
	height: 0px;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.blog .recommend .right li .ico img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog .recommend .right li .text {
	width: 60%;
	padding-left: 20px;
}

.blog .main {
	overflow: hidden;
	width: 100%;
}

.blog .main li {
	width: calc((100% - 40px)/3);
	float: left;
	padding: 20px;
	margin-right: 20px;
}

.blog .main li:nth-of-type(3n) {
	margin-right: 0px;
}

.blog .main li .ico {
	width: 100%;
	height: 0px;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.blog .main li .ico img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.blog .main li:hover .ico img {
	transform: scale(1.06);
}


.blog .main li .title {
	display: block;
	font-size: 22px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	color: #191919;
	margin-top: 20px;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog .main li:hover .title {
	color: #343BFF;
}


.blog .main li .ext_summary {
	line-height: 1.5em;
	font-size: 14px;
	color: #B8B8B8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.nonetext {
	font-size: 30px;
	font-family: Mulish-Bold;
	text-align: center;
	margin-bottom: 100px;
}


.articles {
	font-size: 22px;
	font-family: Mulish-Bold;
	padding: 0px 20px;
	text-align: left;
}


.Details {
	margin-top: 96px;
}

.Details img
{
    max-width:100% !important;
    height:auto !important;
}


.DetailsTitle {
	background: #B8B8B8;
	width: 100%;
	padding: 100px 0px;
}

.Details .center {
	max-width: 800px;
	margin: auto;
}

.Details .center .title {
	font-size: 48px;
	text-align: center;
	font-family: Mulish-Bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.Details .center .summary {
	font-size: 22px;
	text-align: center;
}

.Details .content {
	max-width: 800px;
	margin: auto;
	padding: 100px 0px 100px;
	font-size: 18px;
}

.Details .content span
{
    text-wrap: initial !important; 
}

.Details .content strong,.Details .content strong span
{
    font-family: Mulish-Bold;
}

.Details .content .title {
	font-size: 30px;
	text-align: left;
	font-family: Mulish-Bold;
	line-height: 1.5em;
	margin-bottom: 10px;
}


.Details .page {
	margin: 0px auto 100px;
	max-width: 800px;
}

.Details .pagecenter {
	overflow: hidden;
}

.Details .pagecenter span {
	display: block;
}


/**materials**/
.materials {
	width: 100%;
	overflow: hidden;
	padding: 160px 0px 80px;
}

.materials-name {
	margin: auto;
	max-width: 1340px;
	padding: 0px 20px;
	font-size: 36px;
	text-align: left;
	font-family: Mulish-Bold;
	line-height: 1.5em;
}

.materials .center {
	max-width: 1340px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
	justify-content: space-between;
}

.materials .left {
	width: 25%;
	float: left;
	border: 1px solid #d0d3d4;
	padding: 20px;
	border-radius: 6px;
}

.materials .left .searchbox {
	width: 100%;
	min-width: 100%;
	border: 1px solid #d0d3d4;
	border-radius: 4px;
}



.materials .right {
	width: calc(75% - 40px);
	float: right;
	border: 1px #ddd solid;
	border-radius: 6px;
	overflow: hidden;
}


.materials .right .list {
	padding: 20px;
	border-bottom: 1px solid #d0d3d4;
	overflow: hidden;
}

.materials .right .list:nth-last-of-type(1) {
	border-bottom: 0px solid #d0d3d4;
}


.materials .list .material-data {
	display: flex;
}

.materials .list .material-data .ico {
	width: 20%;
	height: 0px;
	padding-top: 16%;
	overflow: hidden;
	position: relative;
	border: 1px solid #d0d3d4;
	border-radius: 10px;
}

.materials .list .material-data .ico img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.materials .right .list .text {
	width: 80%;
	padding-left: 20px;
}

.materials .right .list .text .title {
	display: block;
	font-size: 22px;
	text-align: left;
	font-family: Mulish-Bold;
	margin-bottom: 10px;
	color: #191919;
	margin-top: 20px;
	line-height: 1.5em;
}
.materials .right .list .text .price
{
    position: absolute;
    right: 20px;
    top: 42px;
    color: #343BFF;
    font-family: Mulish-Bold;    
}


.materials .right .list .text .attribute-tags {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}



.materials .right .list .text .attribute-tags .tags a {
	font-size: 14px;
	color: #191919;
	background: #E9EBFF;
	display: inline-block;
	border-radius: 30px;
	padding: 0px 10px;
}

.material-more {
	color: #343BFF;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 14px;
	padding-right: 25px;
	cursor: pointer;
}

.material-expand {
	width: 100%;
	overflow: hidden;
	display: none;
}

.material-expand-main {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.material-expand .left {
	width: 75%;
	border: none;
	padding: 0px;
	border-radius: 0;
	padding-right: 50px;
}

.material-expand .left .summary {
	color: #191919;
	font-size: 16px;
}

.material-expand .left ul {
	overflow: hidden;
	margin-top: 30px;
}

.material-expand .left ul li {
    width: 33.33%;
    float: left;
    font-size: 14px;
    font-family: Mulish-Bold;
    padding-right: 20px;
}



.material-expand .left ul li strong {
    display: block;
    font-family: Mulish-Bold;
}

.material-expand .right {
	width: 25%;
	border: none;
	border-radius: 0px;
}

.material-expand .right p {
	font-size: 16px;
}



.material-expand .right p strong {
	display: block;
    font-family: Mulish-Bold;
}

.material-expand .right a {
	display: block;
	border: 1px #343BFF solid;
	padding: 10px;
	border-radius: 4px;
	overflow: hidden;
	max-width: 100%;
	color: #343BFF;
	margin-top: 20px;
	text-align: center;
}


.materials-filter {
	overflow: hidden;
	padding: 20px 0px;
}

.materials-filter .materialsfl {
	border-bottom: 1px solid #d0d3d4;
}

.materials-filter .all {
	font-size: 18px;
	font-family: Mulish-Bold;
	line-height:50px;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	outline: 0 !important;
	width: 100%;
	text-align: left;
	display: block;
	color: #191919 !important;
}



.materials-filter a {
	display: flex;
	text-align: left;
	margin: 0px !important;
	background: none;
	border: none;
	align-items: center;
	transition: all 0.5s;
    padding:6px 0px !important;
	margin: 0px !important;
	background: none !important;
	transition: none !important;
	border: none !important;
	line-height:1.2em;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.materials-filter a.on
{
    color: #343BFF;
}



.materials-filter a:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #ddd;
	border-radius: 100%;
	margin-right: 10px;
	transition: all 0.5s;
	min-width:6px;
}
.materials-filter .all:before
{
    display:none;
}


.materials-filter a:focus {
	background: none !important;
	transition: none !important;
	border: none !important;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}


.materials-filter a.filterbtn:hover,
.materials-filter a.active {
	color: #343BFF;
}

.materials-filter a.filterbtn:hover:before,
.materials-filter a.active:before {
	background: #343BFF;
}


.materials-filter a:nth-last-of-type(1) {
	margin-bottom: 20px !important;
}

.materials-cnc {
	padding: 50px 0px 100px;
	text-align: center;
}
.materials-cnc .services-list .list
{
	padding: 0px 0px;
}


.materials .right .nonetext {
	font-size: 20px;
	text-align: center;
	margin: 100px auto;
}

.nocontent {
	margin: auto;
	max-width: 1340px;
	padding: 0px 20px;
	font-size: 36px;
	font-family: Mulish-Bold;
	text-align: center;
	line-height: 1.5em;
}

/**faq**/
.faqpag {
	padding: 200px 20px 100px;
}

/**contact**/
.contact .title
{
    font-family: Mulish-Bold;
    color: #191919 !important;
    font-size: 30px;
    line-height: 2em;
}
.contact .quote
{
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-image: linear-gradient(to right, #343BFF, #8E44FF);
    border-radius: 200px;
    transition: all 1s;
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 20px;
    right: 0px;
}
.contact view
{
    position:relative;
}



.contact
{
    max-width: 1100px;
    margin: auto;
    padding: 0px 20px;
}
.contact ul
{display: flex;justify-content: space-between;margin-top: 30px;}
.contact ul li
{
	width: calc((100% - 120px)/3);
}
.contact ul li .title
{
	line-height: 1.3em;
	min-height: 78px;
	margin-bottom: 30px;
}
.contact ul li p
{
	color: #191919;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 1.5em;
}

/**member**/
.member {
	padding: 200px 0px;
}

.member .center {
	max-width: 400px;
	margin: auto;
}

.membertitle {
	font-size: 36px;
	color: #191919;
	font-family: Mulish-Bold;
	line-height: 1.5em;
}
.membertitle2
{
	color: #343BFF;
	font-size: 24px;
	font-family: Mulish-Bold;
	margin-top: 10px;
}


.register {
	width: 100%;
	margin: 20px 0px;
	color: #191919;
	font-size: 16px;
	display: flex;
}

.register a {
	color: #343BFF;
	display: inline-block;
	font-size: 18px;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 10px;
	padding-right: 20px;
	margin-left: 30px;
	font-family: Mulish-Bold;
}

.formlog label {
	font-family: Mulish-Bold;
	line-height: 1.5em;
}

.formlog input {
	line-height: 40px;
	padding: 0px 10px;
	height: 40px;
}

.btnLog {
	background: #343BFF;
	color: #fff;
	border-radius: 30px;
	width: 120px;
	line-height: 36px;
	margin-top: 30px;
	font-family: Mulish-Bold;
	display: flex;
	justify-content: center;
	font-size: 16px;
	align-items: center;
	padding: 0px;
	border: none !important;
}
.btnLog:hover,.btnLog:focus
{
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
	background:#0009ff;	
}


.btnLog:after {
	content: '';
	width: 16px;
	display: block;
	background: url(../images/jt.png) no-repeat right center;
	height: 30px;
	margin-left: 5px;
	filter: brightness(0%) invert(100%);
	background-size: 10px;
}

.Forgot-password a {
	color: #343BFF;
	display: inline-block;
	font-size: 18px;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 10px;
	padding-right: 20px;
	margin-left: auto;
	font-family: Mulish-Bold;
	text-align: right;
}

.Signcenter {
	max-width: 700px;
	margin: auto;
}

.Signcenter .list
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Signcenter .list .form-group
{
    width: calc((100% - 30px)/2);
}
.rowcheckcode
{
	position: relative;
}

.btncheckcode
{
	color: #343BFF;
	display: inline-block;
	font-size: 18px;
	background: url(../images/jt.png) no-repeat right center;
	background-size: 10px;
	font-family: Mulish-Bold;
	position: absolute;
	right: 20px;
	top: 6px;
	padding: 0px 20px 0px;
	border: none;
	width: auto;
	margin: 0px !important;
}
.btncheckcode:hover,.btncheckcode:hover:focus
{
	background: url(../images/jt.png)#fff no-repeat right center !important;
	color: #343BFF !important;
    background-size: 10px !important;
}


/**quote**/
.quotepag
{
	padding: 180px 0px 100px;
	overflow: hidden;
	width:100%;
}
.quotepag .center
{
	max-width: 800px;
	margin: auto;
}

.quotepag input
{
	width: 100%;
	line-height: 40px;
	margin-bottom: 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	padding: 0px 10px;
}



.quotepag .list
{display: flex;}

.quotepag .list
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.quotepag .list .form-group
{
    width: calc((100% - 30px)/2);
}
.quotepag label
{font-family: Mulish-Bold;line-height: 1.5em;font-size: 18px;margin-bottom: 5px;}
.quotepag select
{
	width: 100%;
	display: block;
	line-height: 40px;
	border: 1px solid #ced4da;
	padding: 10px;
	border-radius: 4px;
	margin-bottom:20px;
}
.quotepag select .select-title
{
    font-family: Mulish-Bold; 
    color:#333;
}

.quotepag textarea
{
	display: block;
	width: 100%;
	border: 1px solid #ced4da;

	display: block;
	padding: 10px;
	border-radius: 4px;
	height: 160px;
	}

.quotepag .messages-content
{
	margin: 30px 0px;
}
.quotepag .register 
{
	display: block;
}

.quotepag .register a
{display: inline;background: none;margin-left: 5px;font-size: 16px;}
.quotepag .register a:hover
{
	color: #343BFF;
}


.quotepag form
{
	margin-top:40px;
}


.memberindex
{

}

.memberindex .Exit
{display: flex;align-items: center;margin-top: 50px;}
.memberindex .Exit a
{
	font-family: Mulish-Bold;
}


.memberindex ul
{margin-top: 40px;}

.memberindex ul li
{display: flex;width: 100%;margin-bottom: 10px;}

.memberindex ul li span
{color: #888;width: 150px;}

.memberindex ul li p
{font-family: Mulish-Bold;}

.memberindex .btnLog
{
	width: 200px;
	margin-top: 0px;
	color: #fff !important;
	margin-left: 30px;
}

.quotepag .fileupload
{
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}
.quotepag .fileupload .layui-input-inline
{width: calc(100% - 200px);}
.quotepag .fileupload .layui-input-inline input
{
    border: none;
    te\: c;
    margin: auto;
    padding: 0px;
    font-size: 16px;
}


.quotepag .fileupload button
{
    display: block;
    background: #fff;
    color: #191919;
    font-family: Mulish-Bold;
    margin: 0px 0px !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.quotepag .fileupload button:hover
{
    color: #343BFF;
	opacity:1;
}

.massages-upload
{
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.massages-upload label a
{
	font-family: Mulish-Bold;
	color: #191919;
}

.uploadformat
{
    display: block;
    overflow: hidden;
    margin-top: 10px;
    color: #191919;
}
.uploadformat a 
{
    color: #191919;
}
.uploadformat a:hover
{
    color: #191919;
}



.allMaterials,.materialsgb,.fdMaterials
{
    display:none;
}
.fdMaterials
{
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-image: linear-gradient(to right, #343BFF, #8E44FF);
    width: 120px;
    border-radius: 200px;
    margin-top: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}



