/* hidden-header */
.hidden-header-box {
	display: none;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

.hidden-header-box .header-top .header-left h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}
.header-right {
	display: flex;
	align-items: center;
}
.header-right a {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	letter-spacing: 1px;
	margin-left: 45px;
}
.hidden-header-box .header-right a {
	color: #000000;
}
.header-right a:hover {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: rgba(42, 180, 255, 1);
}
.hidden-header-right {
	display: flex;
	align-items: center;
}
.hidden-header-right span {
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #000000;
	letter-spacing: 1px;
	margin-right: 30px;	
}
.hidden-header-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
  background: rgba(225, 41, 36, 1);
	border-radius: 25px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}
.hidden-header-right a:hover {
	color: #FFFFFF;
  background: rgb(209, 42, 37);	
}
.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.header-left {
	display: flex;
	align-items: center;
}
.header-left img {
	width: 40px;
	margin-right: 13px;
}


/* 登录样式 */
.login_main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 9999999;
	display: none;
	/* position: relative; */
}

.loginCenterBox {
	width: 600px;
	height: 400px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loginClose:hover {
	color: #dd2421;
}

.login {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 413px;
	height: 407px;
	background: #fff;
	box-shadow: 0 0 5px #999;
}

.loginClose {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 35px;
	height: 35px;
	font-size: 28px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.loginActive {
	border-bottom: 1.5px solid #dd2421;
}

.weiLogin {
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 10px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
}

.otherLogin {
	position: absolute;
	bottom: 15px;
	left: 30px;
	font-size: 13px;
	cursor: pointer;
}

.otherLogin img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-top: -2px;
}

.youxiangBox-top {
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
}

.loginBack {
	width: 80px;
	height: 80px;
	background: url(../images/loginBack.png) center center no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
}

.loginBack:hover {
	background: url(../images/loginBackone.png) center center no-repeat;
	background-size: 30px 30px;
}

.youxiangBox-title {
	font-size: 16px;
	margin-left: 95px;
	margin-top: 28px;
}

.weiLogin {
	margin-left: 30px;
}

.loginLine {
	display: inline-block;
	width: 1px;
	height: 24px;
	background: #aaaaaa;
	margin-left: 50px;
	vertical-align: middle;
}

.codeItem {
	position: relative;
	width: 85px;
	height: 25px;
	border: 1px solid #dd2421;
	color: #dd2421;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}

.codeItemjiao {
	position: absolute;
	top: 6px;
	right: -4px;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #dd2421;
	border-right: 1px solid #dd2421;
	background: #fff;
}

.weiLoginBox {
	width: 100%;
}

.weiCode {
	width: 200px;
	height: 200px;
	margin: 40px auto 15px;
}

.weiCode img {
	width: 100%;
	height: 100%;
}

.weiCodeSpan {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	text-align: center;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	padding-top: 70px;
	box-sizing: border-box;
}

.weiCodeA {
	display: block;
	font-size: 14px;
	color: #3385ff;
}

.weiLoginBox p {
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.phoneLoginBox {
	width: 100%;
}

.phoneInp,
.codeInp,
.mailInp,
.mailcodeInp {
	outline: 0;
	border: none;
}

.phoneInp,
.mailInp {
	margin-top: 50px !important;
}

.phoneInp,
.mailInp {
	display: block;
	width: 313px;
	height: 40px;
	border: 1px solid #aaaaaa;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	background: url(../images/index/shouji_icon.png) no-repeat 10px 4px;
}

.mailInp {
	background: url(../images/index/youxiangdenglu.png) no-repeat 10px 4px;
}

.codeInpBox,
.mailcodeInpBox {
	width: 313px;
	margin: 30px auto 0;
}

.codeInp,
.mailcodeInp {
	width: 207px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
	background: url(../images/index/suo_icon.png) no-repeat 10px 4px;
}

.getCode,
.getmailCode {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #999999;
	cursor: not-allowed;
}

.loginBtn,
.loginmailBtn {
	width: 313px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	background: #dd2421;
	text-align: center;
	margin: 50px auto;
	color: #fff;
	cursor: pointer;
}

/* .inputActive{
    border:1px solid #dd2421 !important;
} */
.phoneError,
.codeError,
.mailError,
.mailcodeError {
	width: 313px;
	margin: 0 auto;
	font-size: 12px;
	color: #dd2421;
	margin-top: 5px;
}

.disabled {
	pointer-events: none;
}

.login-item {
	background: #dd2421;
	height: 40px;
	width: 100%;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-top: 1px;
}

.login-item img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
	margin-top: -3px;
}

/* 登录样式结束 */

/* 预览样式开始 */
.preview_container {
	width: 100%;
	height: 100vh;
	background: #f0f0f0;
}

.previewHeader {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	background: #F8F8F8;
}

.previewHeader_logo {
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.previewHeader_logo img {
	width: 32px;
	height: 32px;
	margin-right: 15px;
	vertical-align: middle;
}
.previewHeader_logo span {
	vertical-align: middle;
}
.previewHeader_collect {
	width: 45px;
	height: 35px;
	background: rgba(240, 240, 240, 1);
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 4px;
	margin-top: 7px;
}

.previewHeader_collect_f {
	background: url(../images/my/viewcollect.png) center center no-repeat;
}

.previewHeader_collect_t {
	background: url(../images/my/viewcollect_s.png) center center no-repeat;
}

.preview_img_wrap {
	width: 100%;
	height: calc(100vh - 50px);
}

.viewer-navbar {
	display: none;
}

.viewer-container {
	position: relative;
	height: calc(100vh - 50px);
	background: rgba(0, 0, 0, 0);
}

.viewer-close,
.viewer-prev,
.viewer-play,
.viewer-one-to-one,
.viewer-button {
	display: none;
}

.viewer-toolbar {
	width: 160px;
	height: 50px;
	background: #fff;
	position: fixed;
	right: 100px;
	bottom: 20px;
	padding: 13px;
}

.viewer-toolbar>li {
	background: #fff;
	border-radius: 0;
}

.viewer-toolbar li {
	margin-left: 15px !important;
}

.viewer-zoom-in:before,
.viewer-zoom-out:before,
.viewer-next:before,
.viewer-reset:before {
	content: '';
	background-position: 0 0;
	background: none;
}

.viewer-zoom-in {
	background: url(../images/my/yulan-icon-08.png) -34px -7px no-repeat !important;
}

.viewer-zoom-out {
	background: url(../images/my/yulan-icon-08.png) -58px -7px no-repeat !important;
}

.viewer-reset {
	background: url(../images/my/yulan-icon-08.png) -82px -7px no-repeat !important;
}

.allScreen {
	background: url(../images/my/yulan-icon-08.png) -9px -7px no-repeat !important;
}

.viewer-zoom-in:hover {
	background: url(../images/my/yulan-icon-08.png) -34px -34px no-repeat !important;
}

.viewer-zoom-out:hover {
	background: url(../images/my/yulan-icon-08.png) -58px -34px no-repeat !important;
}

.viewer-reset:hover {
	background: url(../images/my/yulan-icon-08.png) -82px -34px no-repeat !important;
}

.allScreen:hover {
	background: url(../images/my/yulan-icon-08.png) -9px -34px no-repeat !important;
}

.closeScreen {
	background: url(../images/my/tuichuqp_1.png) center center no-repeat !important;
}

.closeScreen:hover {
	background: url(../images/my/tuichuqp.png) center center no-repeat !important;
}

/* 预览样式结束 */

/* 查看分享样式开始 */
.shareImg_msg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 113px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.7);
	border-radius: 4px;
	padding: 25px 40px;
	box-sizing: border-box;
}

.shareImg_msg_left {
	width: 440px;
}

.shareImg_msg_left p:nth-child(1) {
	width: 100%;
}

.shareImg_msg_left p span {
	font-size: 13px;
	margin-right: 20px;
}

.shareImg_msg_right {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-left: 20px;
}

.psdBox {
	width: 470px;
	height: 60px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(9, 163, 67, 1);
	border-radius: 2px;
	margin: 50px auto;
	box-sizing: border-box;
}

.psdBox input {
	width: 390px;
	height: 58px;
	outline: none;
	border: none;
	padding-left: 10px;
	font-size: 20px;
}

.psdBox span {
	display: inline-block;
	width: 78px;
	height: 58px;
	background: rgba(9, 163, 67, 1) url(../images/my/goon.png) center center no-repeat;
	border-radius: 0px 2px 2px 0px;
	cursor: pointer;
}

.file_empty {
	width: 100%;
	text-align: center;
	padding-top: 200px;
}

.file_empty p {
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}

/* 查看分享样式结束 */
