html,
body {
	max-width: 720px;
	margin: 0 auto;
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
}

img {
	width: 100%;
	display: flex;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	display: block;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input::-webkit-search-cancel-button {
	display: none;
}

/*自定义123*/
.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.m-top86 {
	margin-top: calc(86rem / 72);
}

.m-top81 {
	margin-top: calc(81rem / 72);
}

.m-top70 {
	margin-top: calc(70rem / 72);
}

.m-top66 {
	margin-top: calc(66rem / 72);
}

.m-top65 {
	margin-top: calc(65rem / 72);
}

.m-top60 {
	margin-top: calc(60rem / 72);
}

.m-top56 {
	margin-top: calc(56rem / 72);
}

.m-top52 {
	margin-top: calc(52rem / 72);
}

.m-top40 {
	margin-top: calc(40rem / 72);
}

.m-top38 {
	margin-top: calc(38rem / 72);
}

.m-top34 {
	margin-top: calc(34rem / 72);
}

.m-top30 {
	margin-top: calc(30rem / 72);
}

.m-top29 {
	margin-top: calc(29rem / 72);
}

.m-top26 {
	margin-top: calc(26rem / 72);
}

.m-top25 {
	margin-top: calc(25rem / 72);
}

.m-top21 {
	margin-top: calc(21rem / 72);
}

.m-top14 {
	margin-top: calc(14rem / 72);
}

/*头部*/
#header {
	height: calc(72rem/72);
	background: #fff;
	width: calc(720rem/72);
	position: fixed;
	top: 0;
	z-index: 5;
}

#header .header_left {
	width: calc(129rem / 72);
	height: calc(46rem / 72);
	background: url(/static/mobile/images/logonew2.png)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	margin: calc(18rem/72) 0 0 calc(16rem/72);
}

#header .header_right .simplified {
	font-size: calc(26rem / 72);
	color: #666;
	line-height: calc(26rem/72);
	text-align: center;
	margin-top: calc(28rem/72);
	padding-right: calc(24rem/72);
}

#header .header_right .simplified~.simplified {
	/* padding-right: calc(28rem/72); */
	padding-right: calc(34rem/72);
    margin-right: calc(26rem/72);
}

.simplified~.simplified:before {
	content: "|";
	padding-right: calc(16rem / 72);
	color: #666;
}

#header .header_right .header_menu {
	width: calc(27rem/72);
	height: calc(29rem/72);
	background: url(/static/mobile/images/menu_newnew2.png)no-repeat center;
	background-size: contain;
	margin-top: calc(26rem/72);
	margin-right: calc(28rem/72);
}

#header .header_right .header_menu.on {
	background: url(/static/mobile/images/menu_close_new.png)no-repeat center;
	background-size: contain;
}

.search_nav {
	width: calc(690rem/72);
	margin: calc(12rem/72) auto 0;
}

.search_nav form .search {
	position: relative;
}

.search_nav form .search .input_model {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: calc(50rem/72);
	line-height: calc(50rem/72);
	width: calc(460rem/72);
	padding-left: calc(230rem/72);
}

.search_nav form .search .input_model span {
	font-size: calc(20rem/72);
	color: #c1c1c3;
	margin-right: calc(20rem/72);
	float: left;
}

.search_nav form .search input {
	height: calc(50rem/72);
	width: 100%;
	background: #F5F6F8 url(/static/mobile/images/n_search.png) no-repeat calc(20rem/72) center;
	border-radius: calc(25rem/72);
	font-size: calc(20rem/72);
	text-indent: calc(63rem/72);
	color: #c1c1c3;
	background-size: calc(23rem/72);
}

.search_nav .nav ul li {
	float: left;
	width: 25%;
}

.search_nav .nav ul li.on {
	position: relative;
}

.search_nav .nav ul li.on i {
	width: calc(40rem/72);
	height: calc(3rem/72);
	display: block;
	position: absolute;
	top: calc(58rem/72);
	left: 50%;
	transform: translate(-50%);
	background: #bb9e64;
}

.search_nav .nav ul li a {
	font-size: calc(26rem/72);
	color: #666;
	text-align: center;
	margin: calc(26rem/72) 0;
	line-height: calc(26rem/72);
}

.search_nav .nav ul li.on a {
	color: #bb9e64;
}

.search-result {
	position: relative;
    height: calc(100% - calc(136rem/72));
    background: #fff;
}

.search-result .lenovoProjects {
	position: absolute;
	top: calc(-10rem/72);
	display: none;
    height: 100%;
	background: #fff;
	overflow-y: scroll;
	z-index: 2;
}

.search-result .lenovoProjects ul li {
	margin-right: calc(26rem/72);
	margin-left: calc(26rem/72);
	padding-left: calc(40rem/72);
	width: calc(628rem/72);
	display: none;
	position: relative;
}
.search-result .lenovoProjects ul li i{
	width: calc(24rem/72);
	height: calc(24rem/72);
	position: absolute;
	background: url(/static/mobile/images/public_page/lenovo_icon_search.png) no-repeat center;
	background-size: calc(24rem/72);
	left: 0;
	top: calc(26rem/72);
}
.search-result .lenovoProjects ul li a {
	font-size: calc(24rem/72);
	color: #666;
	line-height: calc(24rem/72);
	padding: calc(26rem/72) 0;
	border-bottom: calc(1rem/72) solid #F4F4F4;
}
.search-result .lenovoProjects ul li a em{
	color: #BB9E64;
}
/*顶部*/
#footer {
	height: calc(86rem/72);
	background: #fff;
	width: calc(720rem/72);
	bottom: 0;
	position: fixed;
	z-index: 7;
	box-shadow: calc(1rem / 72) calc(-10rem / 72) calc(10rem / 72) rgba(153, 154, 154, 0.2);
}

#footer ul li {
	width: calc(180rem/72);
	float: left;
}

#footer ul li em {
	display: block;
	width: calc(22rem/72);
	height: calc(22rem/72);
	position: absolute;
	top: calc(8rem/72);
	right: calc(48rem/72);
	border-radius: 100%;
	background: #f00;
	color: #fff;
	font-size: calc(22rem/72);
	text-align: center;
	line-height: calc(22rem/72);
}

#footer ul li.on a {
	color: #c79962;
}

#footer ul li i {
	display: block;
	height: calc(44rem/72);
	margin: calc(8rem/72) auto calc(6rem/72);
}

#footer ul li:nth-child(1) i {
	background: url(/static/mobile/images/home_iconnew2.png) no-repeat center;
	background-size: contain;
}

#footer ul li.on:nth-child(1) i {
	background: url(/static/mobile/images/home_icon_on.png) no-repeat center;
	background-size: contain;
}

#footer ul li:nth-child(2) i {
	background: url(/static/mobile/images/country_iconnew2.png) no-repeat center;
	background-size: contain;
}

#footer ul li.on:nth-child(2) i {
	background: url(/static/mobile/images/country_icon_on.png) no-repeat center;
	background-size: contain;
}

#footer ul li:nth-child(3) i {
	background: url(/static/mobile/images/meiqia_iconnew2.png) no-repeat center;
	background-size: contain;
}

#footer ul li.on:nth-child(3) i {
	background: url(/static/mobile/images/meiqia_icon_onnew2.png) no-repeat center;
	background-size: contain;
}

#footer ul li:nth-child(4) i {
	background: url(/static/mobile/images/srdz_iconnew2.png) no-repeat center;
	background-size: contain;
}

#footer ul li.on:nth-child(4) i {
	background: url(/static/mobile/images/srdz_icon_onnew2.png) no-repeat center;
	background-size: contain;
}

#footer ul li a {
	font-size: calc(20rem/72);
	color: #666;
	text-align: center;
	line-height: calc(20rem/72);
}

/*布局*/
.main {
	background: #fff;
	padding-top: calc(72rem/72);
	padding-bottom: calc(86rem/72);
}

.banner {
	height: calc(247rem/72);
}

.banner img {
	width: 100%;
	height: 100%;
}

/*公共*/
.module {
	margin-left: calc(27rem/72);
	margin-right: calc(27rem/72);
}

.module .module_title {
	font-size: calc(30rem / 72);
	color: #333;
	font-weight: bold;
}

.modular .modular-title {
	font-size: calc(26rem/72);
	line-height: calc(26rem/72);
	color: #666;
	margin-left: calc(26rem/72);
	margin-right: calc(26rem/72);
	font-weight: bold;
	position: relative;
}

.modular .modular-title .more {
	position: absolute;
	right: 0;
	font-size: calc(20rem/72);
	color: #666;
	top: 0;
	font-weight: normal;
}

/*弹窗类样式*/
#window_top_menu {
	display: none;
	width: calc(720rem/72);
	height: 100%;
	background: #fff;
	position: fixed;
	top: calc(72rem/72);
	z-index: 4;
}

.menus_list {
	padding: calc(132rem/72) 0 calc(49rem/72);
	font-size: calc(22rem / 72);
	color: #333;
	text-align: center;
}

.menus_list li {
	width: calc(180rem/72);
	float: left;
}

.menus_list li img {
	width: calc(82rem/72);
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: calc(2rem / 72) calc(2rem / 72) calc(4rem / 72) calc(2rem / 72) rgba(0, 0, 0, 0.1);
}

.menus_list li span {
	display: block;
	margin: calc(25rem/72) 0 calc(56rem/72);
}

#window_top_menu .callMe {
	/*font-size: calc(27rem / 72);
	color: #fff;
	font-weight: bold;
	width: calc(261rem/72);
	height: calc(69rem/72);
	line-height: calc(69rem/72);
	margin: 0 auto;
	background: linear-gradient(#F9DBB4, #D5A96A);
	border-radius: calc(12rem/72);
	box-shadow: calc(2rem / 72) calc(2rem / 72) calc(4rem / 72) calc(2rem / 72) rgba(0, 0, 0, 0.1);*/

    width: calc(288rem/72);
    height: calc(77rem/72);
    margin: 0 auto;
    background: url(/static/mobile/images/callmeTel_1.png) no-repeat center center;
    background-size: contain;
}

/*#window_top_menu .callMe em {
	display: block;
	width: calc(26rem/72);
	height: calc(67rem/72);
	background: url(/static/mobile/images/callmeTel.png) no-repeat center center;
	background-size: contain;
	float: left;
	margin: 0 calc(10rem/72) 0 calc(52rem/72);
}*/

/**/
#expert_search {
	width: calc(720rem/72);
	height: calc(100% - calc(158rem/72));
	background: #FFFFFF;
	z-index: 7;
	position: fixed;
	top: calc(72rem/72);
	display: none;
}

#expert_search .search-info {
	float: left;
}

#expert_search .search-info p {
	width: calc(588rem/72);
	height: calc(54rem/72);
	border-radius: calc(25rem/72);
	margin-left: calc(26rem/72);
	background: #F5F6F8 url(/static/mobile/images/n_search.png) no-repeat calc(16rem/72) center;
	background-size: calc(24rem/72);
	position: relative;
}

#expert_search input::-webkit-search-cancel-button {
	display: none;
}

#expert_search .search-info p input {
	width: calc(480rem/72);
	height: calc(54rem/72);
	border-top-left-radius: calc(25rem/72);
	border-bottom-left-radius: calc(25rem/72);
	border: none;
	outline: none;
	font-size: calc(26rem/72);
	color: #666;
	background: #f5f6f8;
	margin-left: calc(60rem/72);
}

#expert_search .search-info p .close {
	width: calc(48rem/72);
	height: calc(54rem/72);
	right: 0;
	top: 0;
	position: absolute;
	background: url(/static/mobile/images/public_page/search_icon_01.png) no-repeat 0 center;
	background-size: calc(27rem/72) calc(26rem/72);
}

#expert_search .search-btn {
	font-size: calc(24rem/72);
	color: #666666;
	margin-left: calc(26rem/72);
	height: calc(54rem/72);
	line-height: calc(54rem/72);
	float: left;
}

#expert_search .search-history,
#expert_search .search-find {
	padding-left: calc(26rem/72);
	padding-right: calc(26rem/72);
}

#expert_search .search-history ul {
	margin-bottom: calc(34rem/72);
}

#expert_search .search-history ul li,
#expert_search .search-find ul li {
	width: auto;
	padding: 0 calc(24rem/72);
	height: calc(50rem/72);
	line-height: calc(50rem/72);
	border-radius: calc(25rem/72);
	background: #f8f8f8;
	display: inline-block;
	margin-right: calc(16rem/72);
	margin-bottom: calc(16rem/72);
	float: left;
}

#expert_search .search-history ul li a,
#expert_search .search-find ul li a {
	font-size: calc(22rem/72);
	color: #666;
	background: #f8f8f8;
}

/*中间弹窗*/
.wind {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 999999;
}

.winds {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 999999;
}

.windowsimgall {
	position: fixed;
	z-index: 1000001;
	margin: auto;
	border-radius: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.windowsimgall .openurl {
	width: 134px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	left: 90px;
	border-radius: 20px;
}

.windowsimgall .closewind {
	/*width: 68px;*/
	/*height: 36px;*/
	/*position: absolute;*/
	/*right: 100px;*/
	/*top: 139px;*/
	/*border-radius: 30px;*/

	width: 70px;
	height: 70px;
	position: absolute;
	right: -20px;
	top: -30px;
	border-radius: 30px;


}

.windowsimgall_index {
	position: fixed;
	z-index: 1000001;
	margin: auto;
	border-radius: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.windowsimgall_index .openurl {
	width: 134px;
	height: 35px;
	position: absolute;
	bottom: 20px;
	left: 90px;
	border-radius: 20px;
}

.windowsimgall_index .closewinds {
	/*width: 68px;*/
	/*height: 36px;*/
	/*position: absolute;*/
	/*right: 100px;*/
	/*top: 139px;*/
	/*border-radius: 30px;*/

	width: 70px;
	height: 70px;
	position: absolute;
	right: -20px;
	top: -30px;
	border-radius: 30px;


}

/*回到顶部*/
#backTopnew {
	position: fixed;
	margin-left: calc(620rem/72);
	bottom: 160px;
	width: 33px;
	height: 33px;
	border-radius: 6px;
	background: url(/static/mobile/images/toTop.png) center no-repeat rgba(0, 0, 0, .5);
	z-index: 3;
	background-size: contain;
	cursor: pointer;
	display: none;
}

/*专家在线*/
#expert_online_door {
	position: fixed;
	top: 0;
	width: 100%;
	height: calc(100% - calc(86rem/72));
	z-index: 6;
	display: none;
}

#expert_online_door.on {
	display: block;
}

#expert_online_door .door_left {
	max-width: calc(212rem/72);
	width: calc(100% - calc(508rem/72));
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	float: left;
}

#expert_online_door .door_right p {
	margin: calc(28rem/72) 0 calc(30rem/72) calc(30rem/72);
	font-size: calc(26rem/72);
	color: #666;
}

#expert_online_door .door_right p:last-of-type {
	margin: calc(45rem/72) 0 calc(30rem/72) calc(30rem/72);
}

#expert_online_door .door_right ul {
	margin-left: calc(24rem/72);
}

#expert_online_door .door_right ul li {
	height: calc(66rem/72);
	line-height: calc(66rem/72);
	font-size: calc(24rem/72);
	color: #444;
	background: #f7f7f7;
	border-radius: calc(7rem/72);
	float: left;
	margin-bottom: calc(15rem/72);
}

#expert_online_door .door_right ul.gn li {
	width: calc(144rem/72);
	text-align: center;
	margin-right: calc(14rem/72);
}

#expert_online_door .door_right ul.gw li {
	width: calc(222rem/72);
	text-align: center;
	margin-right: calc(16rem/72);
}

#expert_online_door .door_right ul.gn li:nth-child(3n),
#expert_online_door .door_right ul.gw li:nth-child(2n) {
	margin-right: 0;
}

#expert_online_door .door_right {
	width: calc(508rem/72);
	height: 100%;
	background: #FFFFFF;
	float: left;
	overflow-y: scroll;
}

/*表单分公司弹窗*/
#windows_comanySelect_mo {
	width: calc(576rem/72);
	max-height: calc(897rem/72);
	background: #fefefe;
	display: none;
	position: relative;
}

#windows_comanySelect_mo .close {
	width: calc(25rem/72);
	height: calc(25rem/72);
	display: block;
	position: absolute;
	top: calc(14rem/72);
	right: calc(14rem/72);
	background: url(/static/mobile/images/company_close_icon.png) no-repeat center;
	background-size: contain;
}

#windows_comanySelect_mo>img {
	width: calc(376rem/72);
	padding: calc(46rem/72) calc(90rem/72) calc(38rem/72) calc(110rem/72);
}

#windows_comanySelect_mo>h2 {
	padding-left: calc(40rem/72);
	font-size: calc(25rem/72);
	color: #333;
	margin-bottom: calc(18rem/72);
}

#windows_comanySelect_mo>.company_middle {
	max-height: calc(644rem/72);
	overflow-y: overlay;
}

#windows_comanySelect_mo>.company_middle p {
	padding-left: calc(40rem/72);
	font-size: calc(25rem/72);
	color: #333;
	margin-bottom: calc(18rem/72);
}

#windows_comanySelect_mo>.company_middle ul {
	margin: 0 calc(45rem/72) calc(16rem/72);

}

#windows_comanySelect_mo>.company_middle ul li {
	font-size: calc(24rem/72);
	color: #333;
	width: calc(150rem/72);
	height: calc(58rem/72);
	border: calc(1rem/72) solid #d7d7d7;
	text-align: center;
	line-height: calc(58rem/72);
	border-radius: calc(7rem/72);
	float: left;
	margin-right: calc(12rem/72);
	margin-bottom: calc(14rem/72);
}

#windows_comanySelect_mo>.company_middle ul li.on {
	color: #deb67e;
	border: calc(1rem/72) solid #deb67e;
}

#windows_comanySelect_mo>.company_middle ul:last-of-type li {
	width: calc(228rem/72);
}

#windows_comanySelect_mo>.company_middle ul:last-of-type li:nth-child(2n) {
	margin-right: 0;
}

#windows_comanySelect_mo>.company_middle ul:first-of-type li:nth-child(3n) {
	margin-right: 0;
}

#windows_comanySelect_mo>.company_btn {
	width: calc(170rem/72);
	height: calc(56rem/72);
	margin: calc(10rem/72) auto calc(24rem/72);
	background: #E6C18E;
	font-size: calc(26rem/72);
	text-align: center;
	line-height: calc(56rem/72);
	color: #fff;
	border-radius: calc(8rem/72);
}

.layui-layer,
.layui-layer-page .layui-layer-content {
	border-radius: calc(20rem/72) !important;
}

/*表单结果弹窗*/
.personal_tailor_new_bj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: calc(350rem/72);
	background: rgba(0, 0, 0, .5);
	z-index: 111;
}

.personal_tailor_window {
	position: relative;
	width: calc(580rem/72);
	height: calc(311rem/72);
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: calc(60rem/72);
	background: url(/static/index/images/tc.png)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.personal_tailor_window>em {
	width: calc(30rem/72);
	height: calc(30rem/72);
	position: absolute;
	top: calc(10rem/72);
	right: calc(10rem/72);
	background: url(/static/index/images/xxx.png)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.personal_tailor_window>span {
	display: block;
	margin: 0 auto;
	width: calc(530rem/72);
	text-align: center;
	font-size: calc(24rem/72);
	line-height: calc(40rem/72);
	color: #b38543;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.personal_tailor_window>a {
	width: calc(270rem/72);
	margin: calc(30rem/72) auto 0 auto;
	height: calc(70rem/72);
	background: url(/uploadfile/2025/0321/20250321094545_5852.jpg)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	text-align: center;
    line-height: calc(70rem / 72);
	background: #ba9e64;
    border-radius: calc(5rem / 72);
	color: #fff;
	font-size: calc(26rem / 72);
}

/*yearbook表单*/

.yb_personal_tailor_new_bj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: calc(350rem/72);
	background: rgba(0, 0, 0, .5);
	z-index: 111;
}

.personal_tailor_window1 {
	position: relative;
	width: calc(580rem/72);
	height: calc(311rem/72);
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: calc(60rem/72);
	background: url(/static/index/images/tc.png)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.personal_tailor_window1>em {
	width: calc(30rem/72);
	height: calc(30rem/72);
	position: absolute;
	top: calc(10rem/72);
	right: calc(10rem/72);
	background: url(/static/index/images/xxx.png)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.personal_tailor_window1>span {
	display: block;
	margin: 0 auto;
	width: calc(530rem/72);
	text-align: center;
	font-size: calc(24rem/72);
	line-height: calc(40rem/72);
	color: #b38543;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.personal_tailor_window1>a {
	width: calc(270rem/72);
	margin: calc(30rem/72) auto 0 auto;
	height: calc(70rem/72);
	background: url(/uploadfile/2025/0321/20250321094545_5852.jpg)no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
		text-align: center;
    line-height: calc(70rem / 72);
	background: #ba9e64;
    border-radius: calc(5rem / 72);
	color: #fff;
	font-size: calc(26rem / 72);
}
/*私人订制*/
#private_from .personal_tailor_new {
	padding-top: calc(36rem/72);
	background: #FFFFFF;
	border: 1px solid #F0ECE8;
	margin-bottom: calc(25rem/72);
}

#private_from .personal_tailor_new dl {
	margin: calc(36rem/72) auto 0 auto;
	width: calc(620rem/72);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#private_from .personal_tailor_new dd {
	margin-bottom: calc(18rem/72);
}

#private_from .personal_tailor_new dd:last-child {
	margin: calc(18rem/72) auto 0;
}

#private_from .personal_tailor_new>img {
	width: calc(457rem/72);
	height: calc(44rem/72);
	margin: 0 auto;
}

#private_from .personal_tailor_new input,
#private_from .personal_tailor_new select {
	width: calc(290rem/72);
	height: calc(60rem/72);
	padding-left: calc(17rem/72);
	font-size: calc(24rem/72);
	background: #eeeeee;
	border-radius: calc(10rem/72);
	color: #474743;
}

#private_from .personal_tailor_new select {
	background: url(/static/index/images/company/ff.png)no-repeat right calc(15rem/72) center #eeeeee;
	-webkit-background-size: calc(20rem/72);
	background-size: calc(20rem/72);
}

#private_from .btn_hqfa {
	width: calc(334rem/72);
	height: calc(59rem/72);
	margin: calc(6rem/72) auto calc(42rem/72);
	font-size: calc(26rem/72);
	color: #fff;
	background: linear-gradient(to right, #e2bb85, #f5d6ac);
	text-align: center;
	line-height: calc(59rem/72);
	border-radius: calc(8rem/72);
}

.myHome {
	background: url(/static/mobile/images/my_btn.png) no-repeat center !important;
	background-size: contain !important;
}

.myProjectHome {
	background: url(/static/mobile/images/project_my_btn.png) no-repeat center !important;
	background-size: contain !important;
}

/*拨打电话*/
#call_phone {
	display: none;
	width: calc(720rem/72);
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 5;
	background: rgba(0, 0, 0, .3);
}

#call_phone .call_phone_info {
	width: calc(600rem/72);
	margin: calc(500rem/72) auto 0;
	background: #f9f9f9;
	border-radius: calc(10rem/72);
	position: relative;
}

#call_phone .call_phone_info .close {
	width: calc(32rem/72);
	height: calc(32rem/72);
	background: url(/static/index/images/col.png) no-repeat center;
	background-size: calc(32rem/72);
	position: absolute;
	top: calc(10rem/72);
	right: calc(10rem/72);
}

#call_phone .call_phone_info ul li {
	background: url(/static/index/images/tel.png) no-repeat calc(60rem/72) center;
	background-size: calc(48rem/72);
}

#call_phone .call_phone_info ul li:first-of-type {
	border-bottom: calc(1rem/72) solid rgba(102, 102, 102, .4);
}

#call_phone .call_phone_info ul li a {
	font-size: calc(26rem/72);
	height: calc(100rem/72);
	line-height: calc(50rem/72);
	color: #666;
	padding-left: calc(148rem/72);
}

/*水印*/
.watermark {
	position: relative;
}

.watermark::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/static/mobile/images/watermark.png) repeat-y;
	pointer-events: none;
}